diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/msvs/props.template | 5 | ||||
-rw-r--r-- | misc/msvs/sln.template | 24 | ||||
-rw-r--r-- | misc/msvs/vcxproj.filters.template | 2 | ||||
-rw-r--r-- | misc/msvs/vcxproj.template | 5 |
4 files changed, 21 insertions, 15 deletions
diff --git a/misc/msvs/props.template b/misc/msvs/props.template index f360871b72..82e3e81f18 100644 --- a/misc/msvs/props.template +++ b/misc/msvs/props.template @@ -18,4 +18,7 @@ <ItemGroup Condition="%%CONDITION%%"> %%EXTRA_ITEMS%% </ItemGroup> -</Project>
\ No newline at end of file +</Project> +<!-- CHECKSUM +%%HASH%% +--> diff --git a/misc/msvs/sln.template b/misc/msvs/sln.template index 7d05548c6e..25d9d88a49 100644 --- a/misc/msvs/sln.template +++ b/misc/msvs/sln.template @@ -5,16 +5,16 @@ 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 + GlobalSection(SolutionConfigurationPlatforms) = preSolution + %%SECTION1%% + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + %%SECTION2%% + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {%%SLNUUID%%} + EndGlobalSection EndGlobal diff --git a/misc/msvs/vcxproj.filters.template b/misc/msvs/vcxproj.filters.template index d57eeee811..11d331d15d 100644 --- a/misc/msvs/vcxproj.filters.template +++ b/misc/msvs/vcxproj.filters.template @@ -27,4 +27,4 @@ </Project> <!-- CHECKSUM %%HASH%% --->
\ No newline at end of file +--> diff --git a/misc/msvs/vcxproj.template b/misc/msvs/vcxproj.template index 30f29a55f8..2cdb82d01f 100644 --- a/misc/msvs/vcxproj.template +++ b/misc/msvs/vcxproj.template @@ -37,4 +37,7 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> +<!-- CHECKSUM +%%HASH%% +--> |