|
@@ -97,10 +97,12 @@
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
+ <TargetName>MyProg-Arm64</TargetName>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
+ <TargetName>MyProg-x64</TargetName>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
@@ -111,10 +113,12 @@
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
+ <TargetName>MyProg-Arm64</TargetName>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
|
|
+ <TargetName>MyProg-x64</TargetName>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<ClCompile>
|
|
@@ -128,7 +132,6 @@
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
</ClCompile>
|
|
</ClCompile>
|
|
<Link>
|
|
<Link>
|
|
- <OutputFile>$(OutDir)MyProg.exe</OutputFile>
|
|
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
@@ -152,7 +155,6 @@
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
</ClCompile>
|
|
</ClCompile>
|
|
<Link>
|
|
<Link>
|
|
- <OutputFile>$(OutDir)MyProg.exe</OutputFile>
|
|
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
@@ -176,7 +178,6 @@
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
</ClCompile>
|
|
<Link>
|
|
<Link>
|
|
- <OutputFile>$(OutDir)MyProg.exe</OutputFile>
|
|
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
@@ -196,7 +197,6 @@
|
|
<DebugInformationFormat />
|
|
<DebugInformationFormat />
|
|
</ClCompile>
|
|
</ClCompile>
|
|
<Link>
|
|
<Link>
|
|
- <OutputFile>$(OutDir)MyProg.exe</OutputFile>
|
|
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
@@ -222,7 +222,6 @@
|
|
</DebugInformationFormat>
|
|
</DebugInformationFormat>
|
|
</ClCompile>
|
|
</ClCompile>
|
|
<Link>
|
|
<Link>
|
|
- <OutputFile>$(OutDir)MyProg.exe</OutputFile>
|
|
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
@@ -246,7 +245,6 @@
|
|
<DebugInformationFormat />
|
|
<DebugInformationFormat />
|
|
</ClCompile>
|
|
</ClCompile>
|
|
<Link>
|
|
<Link>
|
|
- <OutputFile>$(OutDir)MyProg.exe</OutputFile>
|
|
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|