|
@@ -9,14 +9,6 @@
|
|
|
<Configuration>Release</Configuration>
|
|
|
<Platform>Win32</Platform>
|
|
|
</ProjectConfiguration>
|
|
|
- <ProjectConfiguration Include="Debug|x64">
|
|
|
- <Configuration>Debug</Configuration>
|
|
|
- <Platform>x64</Platform>
|
|
|
- </ProjectConfiguration>
|
|
|
- <ProjectConfiguration Include="Release|x64">
|
|
|
- <Configuration>Release</Configuration>
|
|
|
- <Platform>x64</Platform>
|
|
|
- </ProjectConfiguration>
|
|
|
</ItemGroup>
|
|
|
<PropertyGroup Label="Globals">
|
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
@@ -41,21 +33,6 @@
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
- <ConfigurationType>Application</ConfigurationType>
|
|
|
- <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
- <PlatformToolset>v142</PlatformToolset>
|
|
|
- <CharacterSet>Unicode</CharacterSet>
|
|
|
- <UseOfMfc>Dynamic</UseOfMfc>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
- <ConfigurationType>Application</ConfigurationType>
|
|
|
- <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
- <PlatformToolset>v142</PlatformToolset>
|
|
|
- <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
- <CharacterSet>Unicode</CharacterSet>
|
|
|
- <UseOfMfc>Dynamic</UseOfMfc>
|
|
|
- </PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
</ImportGroup>
|
|
@@ -67,12 +44,6 @@
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
</ImportGroup>
|
|
|
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
- </ImportGroup>
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
@@ -80,9 +51,6 @@
|
|
|
<IntDir>$(OutDir)$(Configuration)\</IntDir>
|
|
|
<TargetName>$(ProjectName)_D</TargetName>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
- <LinkIncremental>true</LinkIncremental>
|
|
|
- </PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
<OutDir>..\..\..\..\bin\$(ProjectName)\</OutDir>
|
|
@@ -91,9 +59,6 @@
|
|
|
<CustomBuildBeforeTargets>
|
|
|
</CustomBuildBeforeTargets>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
- <LinkIncremental>false</LinkIncremental>
|
|
|
- </PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<ClCompile>
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
@@ -124,29 +89,6 @@ copy "$(SolutionDir)QCAP.X86.DLL" "$(TargetDir)QCAP.X86.dll" /y/a
|
|
|
copy "$(SolutionDir)AMESDK.DLL" "$(TargetDir)AMESDK.dll" /y/a</Command>
|
|
|
</PostBuildEvent>
|
|
|
</ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
- <ClCompile>
|
|
|
- <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <Optimization>Disabled</Optimization>
|
|
|
- <SDLCheck>true</SDLCheck>
|
|
|
- <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- </Link>
|
|
|
- <Midl>
|
|
|
- <MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
- <ValidateAllParameters>true</ValidateAllParameters>
|
|
|
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- </Midl>
|
|
|
- <ResourceCompile>
|
|
|
- <Culture>0x0804</Culture>
|
|
|
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
- </ResourceCompile>
|
|
|
- </ItemDefinitionGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
<ClCompile>
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
@@ -187,39 +129,14 @@ copy "$(SolutionDir)AMESDK.DLL" "$(TargetDir)AMESDK.dll" /y/a</Command>
|
|
|
</Outputs>
|
|
|
</CustomBuildStep>
|
|
|
<PreBuildEvent>
|
|
|
- <Command>subwcrev.exe $(SolutionDir) $(ProjectDir)$(ProjectName).rc $(ProjectDir)$(ProjectName).rc_</Command>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
</PreBuildEvent>
|
|
|
<PreLinkEvent>
|
|
|
- <Command>rc.exe /l 0x409 /fo "$(IntDir)\$(ProjectName).res" /d "_AUTOVERSION_" /d "_AFXDLL" "$(ProjectDir)$(ProjectName).rc_"</Command>
|
|
|
+ <Command>
|
|
|
+ </Command>
|
|
|
</PreLinkEvent>
|
|
|
</ItemDefinitionGroup>
|
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
- <ClCompile>
|
|
|
- <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
- <WarningLevel>Level3</WarningLevel>
|
|
|
- <Optimization>MaxSpeed</Optimization>
|
|
|
- <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
- <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
- <SDLCheck>true</SDLCheck>
|
|
|
- <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
- </ClCompile>
|
|
|
- <Link>
|
|
|
- <SubSystem>Windows</SubSystem>
|
|
|
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
- <OptimizeReferences>true</OptimizeReferences>
|
|
|
- </Link>
|
|
|
- <Midl>
|
|
|
- <MkTypLibCompatible>false</MkTypLibCompatible>
|
|
|
- <ValidateAllParameters>true</ValidateAllParameters>
|
|
|
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- </Midl>
|
|
|
- <ResourceCompile>
|
|
|
- <Culture>0x0804</Culture>
|
|
|
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
- <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
- </ResourceCompile>
|
|
|
- </ItemDefinitionGroup>
|
|
|
<ItemGroup>
|
|
|
<ClInclude Include="..\UI\BCMenu.h" />
|
|
|
<ClInclude Include="..\UI\BtnST.h" />
|