forked from phofman/codetitans-libs
-
Notifications
You must be signed in to change notification settings - Fork 1
38 lines (38 loc) · 2.2 KB
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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03C0EE9C-2445-4213-A427-1A84654461F6}"
ProjectSection(SolutionItems) = preProject
CodeTitans.vsmdi = CodeTitans.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeTitans.CE.Core", "Core@CodeTitans\CodeTitans.CE.Core.csproj", "{FF0735EE-C3A8-4482-AC5E-D4EA817AAC05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeTitans.CE.IoC", "IoC@CodeTitans\CodeTitans.CE.IoC.csproj", "{E6B77C96-89BD-452B-88FA-AAF423468213}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeTitans.CE.JSon", "JSON@CodeTitans\CodeTitans.CE.JSon.csproj", "{EE70770F-788E-44CE-AE4C-476F60BE28A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF0735EE-C3A8-4482-AC5E-D4EA817AAC05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF0735EE-C3A8-4482-AC5E-D4EA817AAC05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF0735EE-C3A8-4482-AC5E-D4EA817AAC05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF0735EE-C3A8-4482-AC5E-D4EA817AAC05}.Release|Any CPU.Build.0 = Release|Any CPU
{E6B77C96-89BD-452B-88FA-AAF423468213}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6B77C96-89BD-452B-88FA-AAF423468213}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6B77C96-89BD-452B-88FA-AAF423468213}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6B77C96-89BD-452B-88FA-AAF423468213}.Release|Any CPU.Build.0 = Release|Any CPU
{EE70770F-788E-44CE-AE4C-476F60BE28A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE70770F-788E-44CE-AE4C-476F60BE28A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE70770F-788E-44CE-AE4C-476F60BE28A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE70770F-788E-44CE-AE4C-476F60BE28A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal