forked from USDA-ARS-ACSL/MAIZSIM
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmaizsim07.sln
29 lines (28 loc) · 1.44 KB
/
maizsim07.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "2dsoil", "Soil Source\2dsoil.vfproj", "{05500875-9B63-45CA-B7D6-FD6A5240ED1A}"
ProjectSection(ProjectDependencies) = postProject
{E8E56F99-943A-4226-A0C8-24FF6419EAED} = {E8E56F99-943A-4226-A0C8-24FF6419EAED}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Crop", "Crop source\Crop.vcproj", "{E8E56F99-943A-4226-A0C8-24FF6419EAED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05500875-9B63-45CA-B7D6-FD6A5240ED1A}.Debug|Win32.ActiveCfg = Debug|Win32
{05500875-9B63-45CA-B7D6-FD6A5240ED1A}.Debug|Win32.Build.0 = Debug|Win32
{05500875-9B63-45CA-B7D6-FD6A5240ED1A}.Release|Win32.ActiveCfg = Release|Win32
{05500875-9B63-45CA-B7D6-FD6A5240ED1A}.Release|Win32.Build.0 = Release|Win32
{E8E56F99-943A-4226-A0C8-24FF6419EAED}.Debug|Win32.ActiveCfg = Debug|Win32
{E8E56F99-943A-4226-A0C8-24FF6419EAED}.Debug|Win32.Build.0 = Debug|Win32
{E8E56F99-943A-4226-A0C8-24FF6419EAED}.Release|Win32.ActiveCfg = Release|Win32
{E8E56F99-943A-4226-A0C8-24FF6419EAED}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal