Select Git revision
ExampleProject.sln

David Schimmel authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ExampleProject.sln 1.59 KiB
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleProject", "ExampleProject\ExampleProject.csproj", "{C2CEAC2B-9B72-4E1A-8D77-844B55FDD63F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleProject.Tests", "ExampleProject.Tests\ExampleProject.Tests.csproj", "{3D48D1E9-ABAF-493E-AE40-DC175EAC23DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2CEAC2B-9B72-4E1A-8D77-844B55FDD63F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2CEAC2B-9B72-4E1A-8D77-844B55FDD63F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2CEAC2B-9B72-4E1A-8D77-844B55FDD63F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2CEAC2B-9B72-4E1A-8D77-844B55FDD63F}.Release|Any CPU.Build.0 = Release|Any CPU
{3D48D1E9-ABAF-493E-AE40-DC175EAC23DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D48D1E9-ABAF-493E-AE40-DC175EAC23DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D48D1E9-ABAF-493E-AE40-DC175EAC23DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D48D1E9-ABAF-493E-AE40-DC175EAC23DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE9623F2-7C61-4DD8-AD52-A72093722E10}
EndGlobalSection
EndGlobal