-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathApsoil.sln
40 lines (40 loc) · 2.2 KB
/
Apsoil.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APSIM.Soils.Service", "WebService\APSIM.Soils.Service.csproj", "{CC557A3F-A09E-460F-B624-22389AFB368D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APSIM.Soils.Portal", "WebPortal\APSIM.Soils.Portal.csproj", "{1CDA4F3A-F779-40CA-9859-E6582A763AC1}"
ProjectSection(ProjectDependencies) = postProject
{CC557A3F-A09E-460F-B624-22389AFB368D} = {CC557A3F-A09E-460F-B624-22389AFB368D}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{4827CEB3-7DBB-4316-AC34-5CD6CE670DC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC557A3F-A09E-460F-B624-22389AFB368D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC557A3F-A09E-460F-B624-22389AFB368D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC557A3F-A09E-460F-B624-22389AFB368D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC557A3F-A09E-460F-B624-22389AFB368D}.Release|Any CPU.Build.0 = Release|Any CPU
{1CDA4F3A-F779-40CA-9859-E6582A763AC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CDA4F3A-F779-40CA-9859-E6582A763AC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CDA4F3A-F779-40CA-9859-E6582A763AC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CDA4F3A-F779-40CA-9859-E6582A763AC1}.Release|Any CPU.Build.0 = Release|Any CPU
{4827CEB3-7DBB-4316-AC34-5CD6CE670DC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4827CEB3-7DBB-4316-AC34-5CD6CE670DC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4827CEB3-7DBB-4316-AC34-5CD6CE670DC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4827CEB3-7DBB-4316-AC34-5CD6CE670DC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E2D8ADDF-0EC3-4C60-A54B-002A7CAD2D27}
EndGlobalSection
EndGlobal