forked from spring-attic/spring-net-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpring.Rest.2012-NET45.sln
More file actions
40 lines (40 loc) · 2.63 KB
/
Spring.Rest.2012-NET45.sln
File metadata and controls
40 lines (40 loc) · 2.63 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
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Rest.2012-NET45", "src\Spring.Rest\Spring.Rest.2012-NET45.csproj", "{09E04EC0-301F-11D3-BF4B-00C04F79EFBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Rest.Tests.2012-NET45", "test\Spring.Rest.Tests\Spring.Rest.Tests.2012-NET45.csproj", "{3494CEE7-3897-A3BF-9946-5B4374F01821}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Http.Converters.NJson.2012-NET45", "src\Spring.Http.Converters.NJson\Spring.Http.Converters.NJson.2012-NET45.csproj", "{DF4EDAC0-651F-1D31-BBF4-09EF0C04F7BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Rest.Testing.2012-NET45", "src\Spring.Rest.Testing\Spring.Rest.Testing.2012-NET45.csproj", "{F3F79EFB-301F-11D3-BF4B-00CFAE04EC0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09E04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09E04EC0-301F-11D3-BF4B-00C04F79EFBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09E04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09E04EC0-301F-11D3-BF4B-00C04F79EFBC}.Release|Any CPU.Build.0 = Release|Any CPU
{3494CEE7-3897-A3BF-9946-5B4374F01821}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3494CEE7-3897-A3BF-9946-5B4374F01821}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3494CEE7-3897-A3BF-9946-5B4374F01821}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3494CEE7-3897-A3BF-9946-5B4374F01821}.Release|Any CPU.Build.0 = Release|Any CPU
{DF4EDAC0-651F-1D31-BBF4-09EF0C04F7BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF4EDAC0-651F-1D31-BBF4-09EF0C04F7BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF4EDAC0-651F-1D31-BBF4-09EF0C04F7BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF4EDAC0-651F-1D31-BBF4-09EF0C04F7BC}.Release|Any CPU.Build.0 = Release|Any CPU
{F3F79EFB-301F-11D3-BF4B-00CFAE04EC0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3F79EFB-301F-11D3-BF4B-00CFAE04EC0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3F79EFB-301F-11D3-BF4B-00CFAE04EC0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3F79EFB-301F-11D3-BF4B-00CFAE04EC0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
NAntAddinLastFileName = Spring.build
EndGlobalSection
EndGlobal