summaryrefslogtreecommitdiff
path: root/xmake/scripts/vsxmake/vsproj/templates/sln/vsxmake.sln
blob: 49bbcd708d4d8d8c93c157ee655d49b6288590a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Microsoft Visual Studio Solution File, Format Version #solution_version#.00
# Visual Studio Version #vs_version#
#
# #xmake_info#
#
#   This file is auto generated by xmake.
#
#   Please DO NOT EDIT since all your modification will lost after re-generation.
#   See https://github.com/xmake-io/xmake/pull/472 for more infomation.
#
VisualStudioVersion = #vs_version#
MinimumVisualStudioVersion = 10.0.40219.1
#Import(Project)#
#Import(ProjectGroup)#
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Properties", "Properties", "{007754BD-BB1F-452F-A0D8-13EF216C5ED9}"
	ProjectSection(SolutionItems) = preProject
		Xmake.Custom.props = Xmake.Custom.props
		Xmake.Custom.targets = Xmake.Custom.targets
		#sln_projectfile# = #sln_projectfile#
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
#Import(SlnConfig)#	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
#Import(ProjConfig)#	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
#Import(ProjectGroupConfig)#	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {#solution_id#}
	EndGlobalSection
EndGlobal