Files
lunar-csharp/lunar.sln
2020-04-16 23:38:55 +08:00

42 lines
2.2 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lunar", "lunar\lunar.csproj", "{A12C33AE-E9FD-4899-9F62-E1E7DCDA36CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "test\test.csproj", "{C8D364E3-437F-4936-9008-85119F2EF9A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1BC7A711-F88F-4EDC-A47A-7D458F4735B1}"
ProjectSection(SolutionItems) = preProject
localtestrun.testrunconfig = localtestrun.testrunconfig
lunar.vsmdi = lunar.vsmdi
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleDemo", "ConsoleDemo\ConsoleDemo.csproj", "{16FFB8B9-B605-4B4D-B501-10D29AF24079}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = lunar.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A12C33AE-E9FD-4899-9F62-E1E7DCDA36CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A12C33AE-E9FD-4899-9F62-E1E7DCDA36CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A12C33AE-E9FD-4899-9F62-E1E7DCDA36CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A12C33AE-E9FD-4899-9F62-E1E7DCDA36CA}.Release|Any CPU.Build.0 = Release|Any CPU
{C8D364E3-437F-4936-9008-85119F2EF9A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8D364E3-437F-4936-9008-85119F2EF9A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8D364E3-437F-4936-9008-85119F2EF9A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8D364E3-437F-4936-9008-85119F2EF9A7}.Release|Any CPU.Build.0 = Release|Any CPU
{16FFB8B9-B605-4B4D-B501-10D29AF24079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16FFB8B9-B605-4B4D-B501-10D29AF24079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16FFB8B9-B605-4B4D-B501-10D29AF24079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16FFB8B9-B605-4B4D-B501-10D29AF24079}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal