summaryrefslogtreecommitdiffstats
path: root/misc/msvs/sln.template
blob: 7d05548c6ed4ec0554e06d9dfddbacc28c863ac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "%%NAME%%", "%%NAME%%.vcxproj", "{%%UUID%%}"
EndProject
Global
  GlobalSection(SolutionConfigurationPlatforms) = preSolution
    %%SECTION1%%
  EndGlobalSection
  GlobalSection(ProjectConfigurationPlatforms) = postSolution
    %%SECTION2%%
  EndGlobalSection
  GlobalSection(SolutionProperties) = preSolution
    HideSolutionNode = FALSE
  EndGlobalSection
  GlobalSection(ExtensibilityGlobals) = postSolution
    SolutionGuid = {%%SLNUUID%%}
  EndGlobalSection
EndGlobal