|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug|ARM"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>ARM</Platform> |
| 7 | + </ProjectConfiguration> |
4 | 8 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 9 | <Configuration>Debug</Configuration> |
6 | 10 | <Platform>Win32</Platform> |
7 | 11 | </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Legacy|Win32"> |
| 13 | + <Configuration>Legacy</Configuration> |
| 14 | + <Platform>Win32</Platform> |
| 15 | + </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Release|ARM"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>ARM</Platform> |
| 19 | + </ProjectConfiguration> |
8 | 20 | <ProjectConfiguration Include="Release|Win32"> |
9 | 21 | <Configuration>Release</Configuration> |
10 | 22 | <Platform>Win32</Platform> |
11 | 23 | </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="Template|ARM"> |
| 25 | + <Configuration>Template</Configuration> |
| 26 | + <Platform>ARM</Platform> |
| 27 | + </ProjectConfiguration> |
12 | 28 | <ProjectConfiguration Include="Template|Win32"> |
13 | 29 | <Configuration>Template</Configuration> |
14 | 30 | <Platform>Win32</Platform> |
|
18 | 34 | <SccProjectName /> |
19 | 35 | <SccLocalPath /> |
20 | 36 | <ProjectGuid>{F4DC9499-4FF1-4A56-83DD-6499062972AA}</ProjectGuid> |
21 | | - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| 37 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
22 | 38 | </PropertyGroup> |
23 | 39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
24 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration"> |
25 | 41 | <ConfigurationType>Application</ConfigurationType> |
26 | | - <PlatformToolset>v141</PlatformToolset> |
| 42 | + <PlatformToolset>v143</PlatformToolset> |
27 | 43 | </PropertyGroup> |
28 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 44 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Legacy|Win32'" Label="Configuration"> |
29 | 45 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
30 | 46 | <UseOfMfc>false</UseOfMfc> |
31 | 47 | <CharacterSet>MultiByte</CharacterSet> |
32 | 48 | <PlatformToolset>v140_xp</PlatformToolset> |
33 | 49 | </PropertyGroup> |
| 50 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 51 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 52 | + <UseOfMfc>false</UseOfMfc> |
| 53 | + <CharacterSet>MultiByte</CharacterSet> |
| 54 | + <PlatformToolset>v143</PlatformToolset> |
| 55 | + </PropertyGroup> |
34 | 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
35 | 57 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
36 | 58 | <UseOfMfc>false</UseOfMfc> |
37 | 59 | <CharacterSet>MultiByte</CharacterSet> |
38 | | - <PlatformToolset>v140</PlatformToolset> |
| 60 | + <PlatformToolset>v143</PlatformToolset> |
| 61 | + </PropertyGroup> |
| 62 | + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
| 63 | + <PlatformToolset>v143</PlatformToolset> |
| 64 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 65 | + </PropertyGroup> |
| 66 | + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 67 | + <PlatformToolset>v143</PlatformToolset> |
| 68 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 69 | + </PropertyGroup> |
| 70 | + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Template|ARM'"> |
| 71 | + <PlatformToolset>v143</PlatformToolset> |
39 | 72 | </PropertyGroup> |
40 | 73 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
41 | 74 | <ImportGroup Label="ExtensionSettings"> |
42 | 75 | </ImportGroup> |
43 | 76 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'"> |
44 | 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
45 | 78 | </ImportGroup> |
| 79 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Legacy|Win32'" Label="PropertySheets"> |
| 80 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 81 | + <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> |
| 82 | + </ImportGroup> |
46 | 83 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
47 | 84 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
48 | 85 | <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> |
|
57 | 94 | <IntDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\int\</IntDir> |
58 | 95 | <LinkIncremental>true</LinkIncremental> |
59 | 96 | </PropertyGroup> |
60 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 97 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Legacy|Win32'"> |
61 | 98 | <OutDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\out\</OutDir> |
62 | 99 | <IntDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\int\</IntDir> |
63 | 100 | <LinkIncremental>false</LinkIncremental> |
64 | 101 | <LibraryPath>C:\Program Files %28x86%29\Windows Kits\8.1\Lib\winv6.3\um\x86;$(LibraryPath)</LibraryPath> |
65 | 102 | </PropertyGroup> |
| 103 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 104 | + <OutDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\out\</OutDir> |
| 105 | + <IntDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\int\</IntDir> |
| 106 | + <LinkIncremental>false</LinkIncremental> |
| 107 | + </PropertyGroup> |
66 | 108 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'"> |
67 | 109 | <OutDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\out\</OutDir> |
68 | 110 | <IntDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\int\</IntDir> |
69 | 111 | </PropertyGroup> |
| 112 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 113 | + <OutDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\out\</OutDir> |
| 114 | + <IntDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\int\</IntDir> |
| 115 | + <LinkIncremental>false</LinkIncremental> |
| 116 | + </PropertyGroup> |
| 117 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
| 118 | + <OutDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\out\</OutDir> |
| 119 | + <IntDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\int\</IntDir> |
| 120 | + <LinkIncremental>true</LinkIncremental> |
| 121 | + </PropertyGroup> |
| 122 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|ARM'"> |
| 123 | + <OutDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\out\</OutDir> |
| 124 | + <IntDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\$(ProjectName)\int\</IntDir> |
| 125 | + </PropertyGroup> |
70 | 126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
71 | 127 | <ClCompile> |
72 | 128 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
75 | 131 | <Optimization>Disabled</Optimization> |
76 | 132 | <SuppressStartupBanner>true</SuppressStartupBanner> |
77 | 133 | <WarningLevel>Level3</WarningLevel> |
78 | | - <MinimalRebuild>true</MinimalRebuild> |
79 | 134 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
80 | 135 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;fd502_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
81 | 136 | <AssemblerListingLocation>$(OutDir)</AssemblerListingLocation> |
|
107 | 162 | <SubSystem>Console</SubSystem> |
108 | 163 | <OutputFile>$(OutDir)fd502.dll</OutputFile> |
109 | 164 | <ImportLibrary>$(OutDir)fd502.lib</ImportLibrary> |
110 | | - <AdditionalDependencies>odbc32.lib;odbccp32.lib;dinput8.lib;dxguid.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
111 | 165 | <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> |
112 | 166 | </Link> |
113 | 167 | </ItemDefinitionGroup> |
| 168 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Legacy|Win32'"> |
| 169 | + <ClCompile> |
| 170 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 171 | + <InlineFunctionExpansion>Default</InlineFunctionExpansion> |
| 172 | + <StringPooling>true</StringPooling> |
| 173 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 174 | + <Optimization>MaxSpeed</Optimization> |
| 175 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 176 | + <WarningLevel>Level3</WarningLevel> |
| 177 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;_USRDLL;fd502_EXPORTS;_LEGACY_VCC;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 178 | + <AssemblerListingLocation>$(OutDir)</AssemblerListingLocation> |
| 179 | + <BrowseInformation>true</BrowseInformation> |
| 180 | + <PrecompiledHeaderOutputFile>$(OutDir)fd502.pch</PrecompiledHeaderOutputFile> |
| 181 | + <ObjectFileName>$(OutDir)</ObjectFileName> |
| 182 | + <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> |
| 183 | + <CompileAs>CompileAsCpp</CompileAs> |
| 184 | + <AdditionalOptions>/arch:SSE</AdditionalOptions> |
| 185 | + </ClCompile> |
| 186 | + <Midl> |
| 187 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 188 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 189 | + <TypeLibraryName>.\Legacy\fd502.tlb</TypeLibraryName> |
| 190 | + <MkTypLibCompatible>true</MkTypLibCompatible> |
| 191 | + <TargetEnvironment>Win32</TargetEnvironment> |
| 192 | + </Midl> |
| 193 | + <ResourceCompile> |
| 194 | + <Culture>0x0409</Culture> |
| 195 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 196 | + </ResourceCompile> |
| 197 | + <Bscmake> |
| 198 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 199 | + <OutputFile>$(OutDir)fd502.bsc</OutputFile> |
| 200 | + </Bscmake> |
| 201 | + <Link> |
| 202 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 203 | + <LinkDLL>true</LinkDLL> |
| 204 | + <SubSystem>Console</SubSystem> |
| 205 | + <OutputFile>$(OutDir)fd502.dll</OutputFile> |
| 206 | + <ImportLibrary>$(OutDir)fd502.lib</ImportLibrary> |
| 207 | + </Link> |
| 208 | + </ItemDefinitionGroup> |
114 | 209 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
115 | 210 | <ClCompile> |
116 | 211 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
129 | 224 | <CompileAs>CompileAsCpp</CompileAs> |
130 | 225 | <AdditionalOptions>/arch:SSE</AdditionalOptions> |
131 | 226 | </ClCompile> |
| 227 | + <Midl> |
| 228 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 229 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 230 | + <TypeLibraryName>.\Legacy\fd502.tlb</TypeLibraryName> |
| 231 | + <MkTypLibCompatible>true</MkTypLibCompatible> |
| 232 | + <TargetEnvironment>Win32</TargetEnvironment> |
| 233 | + </Midl> |
| 234 | + <ResourceCompile> |
| 235 | + <Culture>0x0409</Culture> |
| 236 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 237 | + </ResourceCompile> |
| 238 | + <Bscmake> |
| 239 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 240 | + <OutputFile>$(OutDir)fd502.bsc</OutputFile> |
| 241 | + </Bscmake> |
| 242 | + <Link> |
| 243 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 244 | + <LinkDLL>true</LinkDLL> |
| 245 | + <SubSystem>Console</SubSystem> |
| 246 | + <OutputFile>$(OutDir)fd502.dll</OutputFile> |
| 247 | + <ImportLibrary>$(OutDir)fd502.lib</ImportLibrary> |
| 248 | + </Link> |
| 249 | + </ItemDefinitionGroup> |
| 250 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 251 | + <ClCompile> |
| 252 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 253 | + <InlineFunctionExpansion>Default</InlineFunctionExpansion> |
| 254 | + <StringPooling>true</StringPooling> |
| 255 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 256 | + <Optimization>MaxSpeed</Optimization> |
| 257 | + <SuppressStartupBanner>true</SuppressStartupBanner> |
| 258 | + <WarningLevel>Level3</WarningLevel> |
| 259 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_WINDOWS;_USRDLL;fd502_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 260 | + <AssemblerListingLocation>$(OutDir)</AssemblerListingLocation> |
| 261 | + <BrowseInformation>true</BrowseInformation> |
| 262 | + <PrecompiledHeaderOutputFile>$(OutDir)fd502.pch</PrecompiledHeaderOutputFile> |
| 263 | + <ObjectFileName>$(OutDir)</ObjectFileName> |
| 264 | + <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> |
| 265 | + <CompileAs>CompileAsCpp</CompileAs> |
| 266 | + </ClCompile> |
132 | 267 | <Midl> |
133 | 268 | <SuppressStartupBanner>true</SuppressStartupBanner> |
134 | 269 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
150 | 285 | <SubSystem>Console</SubSystem> |
151 | 286 | <OutputFile>$(OutDir)fd502.dll</OutputFile> |
152 | 287 | <ImportLibrary>$(OutDir)fd502.lib</ImportLibrary> |
153 | | - <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
154 | 288 | </Link> |
155 | 289 | </ItemDefinitionGroup> |
156 | 290 | <ItemGroup> |
|
0 commit comments