icuswap.vcxproj (10971B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 <PropertyGroup Label="Globals"> 22 <ProjectGuid>{39690C2A-AD89-45E4-893A-899496B85785}</ProjectGuid> 23 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 27 <ConfigurationType>Application</ConfigurationType> 28 <UseOfMfc>false</UseOfMfc> 29 <CharacterSet>MultiByte</CharacterSet> 30 </PropertyGroup> 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 32 <ConfigurationType>Application</ConfigurationType> 33 <UseOfMfc>false</UseOfMfc> 34 <CharacterSet>MultiByte</CharacterSet> 35 </PropertyGroup> 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 37 <ConfigurationType>Application</ConfigurationType> 38 <UseOfMfc>false</UseOfMfc> 39 <CharacterSet>MultiByte</CharacterSet> 40 </PropertyGroup> 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 42 <ConfigurationType>Application</ConfigurationType> 43 <UseOfMfc>false</UseOfMfc> 44 <CharacterSet>MultiByte</CharacterSet> 45 </PropertyGroup> 46 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 47 <ImportGroup Label="ExtensionSettings"> 48 </ImportGroup> 49 <PropertyGroup Label="UserMacros" /> 50 <PropertyGroup> 51 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> 52 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 53 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 54 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 55 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 56 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 57 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 58 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 59 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 60 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 61 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 62 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 63 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 64 </PropertyGroup> 65 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 66 <CustomBuildStep> 67 <Command>copy "$(TargetPath)" ..\..\..\bin 68 </Command> 69 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 70 </CustomBuildStep> 71 <Midl> 72 <TypeLibraryName>.\x86\Release/icuswap.tlb</TypeLibraryName> 73 </Midl> 74 <ClCompile> 75 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 76 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 77 <StringPooling>true</StringPooling> 78 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 79 <FunctionLevelLinking>true</FunctionLevelLinking> 80 <PrecompiledHeaderOutputFile>.\x86\Release/icuswap.pch</PrecompiledHeaderOutputFile> 81 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 82 <ObjectFileName>.\x86\Release/</ObjectFileName> 83 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 84 <WarningLevel>Level4</WarningLevel> 85 <SuppressStartupBanner>true</SuppressStartupBanner> 86 <CompileAs>Default</CompileAs> 87 <LanguageStandard>stdcpp17</LanguageStandard> 88 <LanguageStandard_C>stdc11</LanguageStandard_C> 89 </ClCompile> 90 <ResourceCompile> 91 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 92 <Culture>0x0409</Culture> 93 </ResourceCompile> 94 <Link> 95 <OutputFile>.\x86\Release/icuswap.exe</OutputFile> 96 <SuppressStartupBanner>true</SuppressStartupBanner> 97 <ProgramDatabaseFile>.\x86\Release/icuswap.pdb</ProgramDatabaseFile> 98 <SubSystem>Console</SubSystem> 99 </Link> 100 </ItemDefinitionGroup> 101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 102 <CustomBuildStep> 103 <Command>copy "$(TargetPath)" ..\..\..\bin 104 </Command> 105 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 106 </CustomBuildStep> 107 <Midl> 108 <TypeLibraryName>.\x86\Debug/icuswap.tlb</TypeLibraryName> 109 </Midl> 110 <ClCompile> 111 <Optimization>Disabled</Optimization> 112 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 113 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 114 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 115 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 116 <BufferSecurityCheck>true</BufferSecurityCheck> 117 <PrecompiledHeaderOutputFile>.\x86\Debug/icuswap.pch</PrecompiledHeaderOutputFile> 118 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 119 <ObjectFileName>.\x86\Debug/</ObjectFileName> 120 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 121 <WarningLevel>Level4</WarningLevel> 122 <SuppressStartupBanner>true</SuppressStartupBanner> 123 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 124 <CompileAs>Default</CompileAs> 125 </ClCompile> 126 <ResourceCompile> 127 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 128 <Culture>0x0409</Culture> 129 </ResourceCompile> 130 <Link> 131 <OutputFile>.\x86\Debug/icuswap.exe</OutputFile> 132 <SuppressStartupBanner>true</SuppressStartupBanner> 133 <GenerateDebugInformation>true</GenerateDebugInformation> 134 <ProgramDatabaseFile>.\x86\Debug/icuswap.pdb</ProgramDatabaseFile> 135 <SubSystem>Console</SubSystem> 136 </Link> 137 </ItemDefinitionGroup> 138 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 139 <CustomBuildStep> 140 <Command>copy "$(TargetPath)" ..\..\..\bin64 141 </Command> 142 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 143 </CustomBuildStep> 144 <Midl> 145 <TargetEnvironment>X64</TargetEnvironment> 146 <TypeLibraryName>.\x64\Release/icuswap.tlb</TypeLibraryName> 147 </Midl> 148 <ClCompile> 149 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 150 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 151 <StringPooling>true</StringPooling> 152 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 153 <FunctionLevelLinking>true</FunctionLevelLinking> 154 <PrecompiledHeaderOutputFile>.\x64\Release/icuswap.pch</PrecompiledHeaderOutputFile> 155 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 156 <ObjectFileName>.\x64\Release/</ObjectFileName> 157 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 158 <WarningLevel>Level4</WarningLevel> 159 <SuppressStartupBanner>true</SuppressStartupBanner> 160 <CompileAs>Default</CompileAs> 161 </ClCompile> 162 <ResourceCompile> 163 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 164 <Culture>0x0409</Culture> 165 </ResourceCompile> 166 <Link> 167 <OutputFile>.\x64\Release/icuswap.exe</OutputFile> 168 <SuppressStartupBanner>true</SuppressStartupBanner> 169 <ProgramDatabaseFile>.\x64\Release/icuswap.pdb</ProgramDatabaseFile> 170 <SubSystem>Console</SubSystem> 171 <TargetMachine>MachineX64</TargetMachine> 172 </Link> 173 </ItemDefinitionGroup> 174 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 175 <CustomBuildStep> 176 <Command>copy "$(TargetPath)" ..\..\..\bin64 177 </Command> 178 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 179 </CustomBuildStep> 180 <Midl> 181 <TargetEnvironment>X64</TargetEnvironment> 182 <TypeLibraryName>.\x64\Debug/icuswap.tlb</TypeLibraryName> 183 </Midl> 184 <ClCompile> 185 <Optimization>Disabled</Optimization> 186 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 187 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 188 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 189 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 190 <BufferSecurityCheck>true</BufferSecurityCheck> 191 <PrecompiledHeaderOutputFile>.\x64\Debug/icuswap.pch</PrecompiledHeaderOutputFile> 192 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 193 <ObjectFileName>.\x64\Debug/</ObjectFileName> 194 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 195 <WarningLevel>Level4</WarningLevel> 196 <SuppressStartupBanner>true</SuppressStartupBanner> 197 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 198 <CompileAs>Default</CompileAs> 199 </ClCompile> 200 <ResourceCompile> 201 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 202 <Culture>0x0409</Culture> 203 </ResourceCompile> 204 <Link> 205 <OutputFile>.\x64\Debug/icuswap.exe</OutputFile> 206 <SuppressStartupBanner>true</SuppressStartupBanner> 207 <GenerateDebugInformation>true</GenerateDebugInformation> 208 <ProgramDatabaseFile>.\x64\Debug/icuswap.pdb</ProgramDatabaseFile> 209 <SubSystem>Console</SubSystem> 210 <TargetMachine>MachineX64</TargetMachine> 211 </Link> 212 </ItemDefinitionGroup> 213 <ItemGroup> 214 <ClCompile Include="icuswap.cpp" /> 215 </ItemGroup> 216 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 217 <ImportGroup Label="ExtensionTargets"> 218 </ImportGroup> 219 </Project>