-
Notifications
You must be signed in to change notification settings - Fork 0
/
MakeItSo.sln
49 lines (49 loc) · 2.92 KB
/
MakeItSo.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MakeItSo", "MakeItSo\MakeItSo.csproj", "{1E0D259F-0132-4DDF-8E57-E493801DC7A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestRunner", "TestRunner\TestRunner.csproj", "{1C19E982-5382-45A1-A57B-B3C8C0D04E78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6C1C1A83-BAD9-403F-9FAD-B7EF2DC55EA5}"
ProjectSection(SolutionItems) = preProject
notes & todos.txt = notes & todos.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MakeItSoLib", "MakeItSoLib\MakeItSoLib.csproj", "{EF45162C-2901-49FE-A4DF-67223B44E61C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolutionParser_VS2008", "SolutionParser_VS2008\SolutionParser_VS2008.csproj", "{EE467C35-87D8-461D-A102-DFDDB45613B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolutionParser_VS2010", "SolutionParser_VS2010\SolutionParser_VS2010.csproj", "{9194750C-6492-44AF-B18C-4247AC16D32B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Debug|x86.ActiveCfg = Debug|x86
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Debug|x86.Build.0 = Debug|x86
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Release|x86.ActiveCfg = Release|x86
{1E0D259F-0132-4DDF-8E57-E493801DC7A6}.Release|x86.Build.0 = Release|x86
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Debug|x86.ActiveCfg = Debug|x86
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Debug|x86.Build.0 = Debug|x86
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Release|x86.ActiveCfg = Release|x86
{1C19E982-5382-45A1-A57B-B3C8C0D04E78}.Release|x86.Build.0 = Release|x86
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Debug|x86.ActiveCfg = Debug|x86
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Debug|x86.Build.0 = Debug|x86
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Release|x86.ActiveCfg = Release|x86
{EF45162C-2901-49FE-A4DF-67223B44E61C}.Release|x86.Build.0 = Release|x86
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Debug|x86.ActiveCfg = Debug|x86
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Debug|x86.Build.0 = Debug|x86
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Release|x86.ActiveCfg = Release|x86
{EE467C35-87D8-461D-A102-DFDDB45613B3}.Release|x86.Build.0 = Release|x86
{9194750C-6492-44AF-B18C-4247AC16D32B}.Debug|x86.ActiveCfg = Debug|x86
{9194750C-6492-44AF-B18C-4247AC16D32B}.Debug|x86.Build.0 = Debug|x86
{9194750C-6492-44AF-B18C-4247AC16D32B}.Release|x86.ActiveCfg = Release|x86
{9194750C-6492-44AF-B18C-4247AC16D32B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal