-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dirt.Env.sln
27 lines (27 loc) · 1.54 KB
/
Dirt.Env.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
Microsoft Visual Studio Solution File, Format Version 12.00
#
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dirt.Env", "Dirt.Env\Dirt.Env.csproj", "{AA1A41B8-5F4A-4873-98B5-D31AF6BD1E52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dirt.Env.Tests", "Dirt.Env.Tests\Dirt.Env.Tests.csproj", "{08F34009-BF5E-4721-8539-1BC369D9EC50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_build", "build\_build.csproj", "{FE909DB9-9113-44E4-8A46-12D0001582BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA1A41B8-5F4A-4873-98B5-D31AF6BD1E52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA1A41B8-5F4A-4873-98B5-D31AF6BD1E52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA1A41B8-5F4A-4873-98B5-D31AF6BD1E52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA1A41B8-5F4A-4873-98B5-D31AF6BD1E52}.Release|Any CPU.Build.0 = Release|Any CPU
{08F34009-BF5E-4721-8539-1BC369D9EC50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08F34009-BF5E-4721-8539-1BC369D9EC50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08F34009-BF5E-4721-8539-1BC369D9EC50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08F34009-BF5E-4721-8539-1BC369D9EC50}.Release|Any CPU.Build.0 = Release|Any CPU
{FE909DB9-9113-44E4-8A46-12D0001582BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE909DB9-9113-44E4-8A46-12D0001582BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
EndGlobal