summaryrefslogtreecommitdiff
path: root/build/generator/templates/vcnet_sln.ezt
diff options
context:
space:
mode:
Diffstat (limited to 'build/generator/templates/vcnet_sln.ezt')
-rw-r--r--build/generator/templates/vcnet_sln.ezt4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/generator/templates/vcnet_sln.ezt b/build/generator/templates/vcnet_sln.ezt
index d189a55..9a4f41a 100644
--- a/build/generator/templates/vcnet_sln.ezt
+++ b/build/generator/templates/vcnet_sln.ezt
@@ -21,7 +21,9 @@
#
[end]Microsoft Visual Studio Solution File, Format Version [version]
# Visual Studio [vs_version]
-[for targets]Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "[targets.name]", "[targets.path]", "[targets.guid]"
+[is version "12.00"]VisualStudioVersion = 12.3.4.5
+MinimumVisualStudioVersion = 10.0.40219.1
+[end][for targets]Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "[targets.name]", "[targets.path]", "[targets.guid]"
[is dependency_location "solution"] ProjectSection(ProjectDependencies) = postProject
[for targets.depends] [targets.depends.guid] = [targets.depends.guid]
[end] EndProjectSection