forked from jehugaleahsa/FlatFiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FlatFiles.sln
32 lines (32 loc) · 1.83 KB
/
FlatFiles.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlatFiles", "FlatFiles\FlatFiles.csproj", "{A1C961D9-8FBE-41E1-A5E2-498B3920A8E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlatFiles.Test", "FlatFiles.Test\FlatFiles.Test.csproj", "{4FA673F8-B4ED-4BB2-B727-0E15E477676B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlatFiles.Mvc", "FlatFiles.Mvc\FlatFiles.Mvc.csproj", "{9449A112-AC66-45C3-9B86-451FEC3E38DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1C961D9-8FBE-41E1-A5E2-498B3920A8E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1C961D9-8FBE-41E1-A5E2-498B3920A8E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1C961D9-8FBE-41E1-A5E2-498B3920A8E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1C961D9-8FBE-41E1-A5E2-498B3920A8E8}.Release|Any CPU.Build.0 = Release|Any CPU
{4FA673F8-B4ED-4BB2-B727-0E15E477676B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA673F8-B4ED-4BB2-B727-0E15E477676B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA673F8-B4ED-4BB2-B727-0E15E477676B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA673F8-B4ED-4BB2-B727-0E15E477676B}.Release|Any CPU.Build.0 = Release|Any CPU
{9449A112-AC66-45C3-9B86-451FEC3E38DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9449A112-AC66-45C3-9B86-451FEC3E38DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9449A112-AC66-45C3-9B86-451FEC3E38DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9449A112-AC66-45C3-9B86-451FEC3E38DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal