-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathLunar.sln
22 lines (22 loc) · 1.23 KB
/
Lunar.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lunar", "src\Lunar\Lunar.csproj", "{3ED36B11-A13D-4408-95B9-054FFFFB26C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lunar.Tests", "test\Lunar.Tests\Lunar.Tests.csproj", "{7C429A14-850A-4BAA-82FB-FB0F8848CE17}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3ED36B11-A13D-4408-95B9-054FFFFB26C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ED36B11-A13D-4408-95B9-054FFFFB26C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ED36B11-A13D-4408-95B9-054FFFFB26C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ED36B11-A13D-4408-95B9-054FFFFB26C1}.Release|Any CPU.Build.0 = Release|Any CPU
{7C429A14-850A-4BAA-82FB-FB0F8848CE17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C429A14-850A-4BAA-82FB-FB0F8848CE17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C429A14-850A-4BAA-82FB-FB0F8848CE17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C429A14-850A-4BAA-82FB-FB0F8848CE17}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal