Adjusted post build command

This commit is contained in:
Robert 2020-05-18 19:55:31 +02:00
parent d26bbdc6d9
commit 68ca7353c8
55 changed files with 2603 additions and 4 deletions

View file

@ -0,0 +1,38 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 16
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{467112EE-A8F5-3097-B3F3-1BB48A150727}"
ProjectSection(ProjectDependencies) = postProject
{0112F550-F94F-381F-93CA-D3D635363510} = {0112F550-F94F-381F-93CA-D3D635363510}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cmTC_d000c", "cmTC_d000c.vcxproj", "{0112F550-F94F-381F-93CA-D3D635363510}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
MinSizeRel|x64 = MinSizeRel|x64
RelWithDebInfo|x64 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{467112EE-A8F5-3097-B3F3-1BB48A150727}.Debug|x64.ActiveCfg = Debug|x64
{467112EE-A8F5-3097-B3F3-1BB48A150727}.Release|x64.ActiveCfg = Release|x64
{467112EE-A8F5-3097-B3F3-1BB48A150727}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{467112EE-A8F5-3097-B3F3-1BB48A150727}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{0112F550-F94F-381F-93CA-D3D635363510}.Debug|x64.ActiveCfg = Debug|x64
{0112F550-F94F-381F-93CA-D3D635363510}.Debug|x64.Build.0 = Debug|x64
{0112F550-F94F-381F-93CA-D3D635363510}.Release|x64.ActiveCfg = Release|x64
{0112F550-F94F-381F-93CA-D3D635363510}.Release|x64.Build.0 = Release|x64
{0112F550-F94F-381F-93CA-D3D635363510}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{0112F550-F94F-381F-93CA-D3D635363510}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{0112F550-F94F-381F-93CA-D3D635363510}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{0112F550-F94F-381F-93CA-D3D635363510}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B832FBC4-98BF-31FB-B7AF-2317F35C86A5}
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal