-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCodeSmith.Data.sln
25 lines (25 loc) · 1.15 KB
/
CodeSmith.Data.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E50D5F01-E6E7-4246-8B37-B80FD5BE682F}"
ProjectSection(SolutionItems) = preProject
Master.proj = Master.proj
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeSmith.Data", "Source\CodeSmith.Data\CodeSmith.Data.csproj", "{389DE9AF-2491-4C91-A3A3-FB15FFD8515B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{389DE9AF-2491-4C91-A3A3-FB15FFD8515B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{389DE9AF-2491-4C91-A3A3-FB15FFD8515B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{389DE9AF-2491-4C91-A3A3-FB15FFD8515B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{389DE9AF-2491-4C91-A3A3-FB15FFD8515B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal