Skip to content
Snippets Groups Projects
Select Git revision
  • 3fc957b28191accb3c45dd8c0b9fafe77017e39e
  • master default protected
  • gitkeep
  • Sprint/2022-01
  • dev protected
  • Topic/570-gitVersion
  • Product/499-gtiVersion
  • Product/94-conventions
  • Topic/100-conventions
  • v1.7.3 protected
  • v1.7.2 protected
  • v1.7.1 protected
  • v1.7.0 protected
  • v1.6.2 protected
  • v1.6.1 protected
  • v1.6.0 protected
  • v1.5.9 protected
  • v1.5.8 protected
  • v1.5.7 protected
  • v1.5.6 protected
  • v1.5.5 protected
  • v1.5.4 protected
  • v1.5.3 protected
  • v1.5.2 protected
  • v1.5.1 protected
  • v1.5.0 protected
  • v1.4.9 protected
  • v1.4.8 protected
  • v1.4.7 protected
29 results

ExampleProject.sln

Blame
  • qb268076's avatar
    David Schimmel authored
    d76180bb
    History
    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