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.2008-NET35.sln
More file actions
40 lines (40 loc) · 2.63 KB
/
Spring.Rest.2008-NET35.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 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Rest.2008-NET35", "src\Spring.Rest\Spring.Rest.2008-NET35.csproj", "{FAC04F79-4B1F-1D13-B30F-00EE04EC0FBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Rest.Tests.2008-NET35", "test\Spring.Rest.Tests\Spring.Rest.Tests.2008-NET35.csproj", "{F04CEE18-3897-A399-46BF-459437475B21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Http.Converters.NJson.2008-NET35", "src\Spring.Http.Converters.NJson\Spring.Http.Converters.NJson.2008-NET35.csproj", "{C14F79CA-1A1F-131D-0B3F-0F00EB04ECBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Rest.Testing.2008-NET35", "src\Spring.Rest.Testing\Spring.Rest.Testing.2008-NET35.csproj", "{35C04A79-4B1F-1D13-930F-00EE04EC0FBC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAC04F79-4B1F-1D13-B30F-00EE04EC0FBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAC04F79-4B1F-1D13-B30F-00EE04EC0FBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAC04F79-4B1F-1D13-B30F-00EE04EC0FBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAC04F79-4B1F-1D13-B30F-00EE04EC0FBC}.Release|Any CPU.Build.0 = Release|Any CPU
{F04CEE18-3897-A399-46BF-459437475B21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F04CEE18-3897-A399-46BF-459437475B21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F04CEE18-3897-A399-46BF-459437475B21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F04CEE18-3897-A399-46BF-459437475B21}.Release|Any CPU.Build.0 = Release|Any CPU
{C14F79CA-1A1F-131D-0B3F-0F00EB04ECBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C14F79CA-1A1F-131D-0B3F-0F00EB04ECBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C14F79CA-1A1F-131D-0B3F-0F00EB04ECBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C14F79CA-1A1F-131D-0B3F-0F00EB04ECBC}.Release|Any CPU.Build.0 = Release|Any CPU
{35C04A79-4B1F-1D13-930F-00EE04EC0FBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35C04A79-4B1F-1D13-930F-00EE04EC0FBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35C04A79-4B1F-1D13-930F-00EE04EC0FBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35C04A79-4B1F-1D13-930F-00EE04EC0FBC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
NAntAddinLastFileName = Spring.build
EndGlobalSection
EndGlobal