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>{97521D06-EC47-45D4-8BD0-9E16B3F93B2A}</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 <PlatformToolset>v140</PlatformToolset> 31 </PropertyGroup> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 33 <ConfigurationType>Application</ConfigurationType> 34 <UseOfMfc>false</UseOfMfc> 35 <CharacterSet>MultiByte</CharacterSet> 36 <PlatformToolset>v140</PlatformToolset> 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 39 <ConfigurationType>Application</ConfigurationType> 40 <UseOfMfc>false</UseOfMfc> 41 <CharacterSet>MultiByte</CharacterSet> 42 <PlatformToolset>v140</PlatformToolset> 43 </PropertyGroup> 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 45 <ConfigurationType>Application</ConfigurationType> 46 <UseOfMfc>false</UseOfMfc> 47 <CharacterSet>MultiByte</CharacterSet> 48 <PlatformToolset>v140</PlatformToolset> 49 </PropertyGroup> 50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 51 <ImportGroup Label="ExtensionSettings"> 52 </ImportGroup> 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 56 </ImportGroup> 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 60 </ImportGroup> 61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 64 </ImportGroup> 65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 67 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 68 </ImportGroup> 69 <PropertyGroup Label="UserMacros" /> 70 <PropertyGroup> 71 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 81 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 82 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 83 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 84 </PropertyGroup> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 86 <CustomBuildStep> 87 <Command>copy "$(TargetPath)" ..\..\..\bin 88 </Command> 89 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 90 </CustomBuildStep> 91 <Midl> 92 <TypeLibraryName>.\x86\Release/genrb.tlb</TypeLibraryName> 93 </Midl> 94 <ClCompile> 95 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 96 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 97 <StringPooling>true</StringPooling> 98 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 99 <DisableLanguageExtensions>true</DisableLanguageExtensions> 100 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 101 <PrecompiledHeaderOutputFile>.\x86\Release/genrb.pch</PrecompiledHeaderOutputFile> 102 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 103 <ObjectFileName>.\x86\Release/</ObjectFileName> 104 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 105 <WarningLevel>Level3</WarningLevel> 106 <SuppressStartupBanner>true</SuppressStartupBanner> 107 <CompileAs>Default</CompileAs> 108 </ClCompile> 109 <ResourceCompile> 110 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 111 <Culture>0x0409</Culture> 112 </ResourceCompile> 113 <Link> 114 <OutputFile>.\x86\Release/genrb.exe</OutputFile> 115 <SuppressStartupBanner>true</SuppressStartupBanner> 116 <ProgramDatabaseFile>.\x86\Release/genrb.pdb</ProgramDatabaseFile> 117 <SubSystem>Console</SubSystem> 118 <RandomizedBaseAddress>false</RandomizedBaseAddress> 119 <DataExecutionPrevention> 120 </DataExecutionPrevention> 121 </Link> 122 </ItemDefinitionGroup> 123 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 124 <CustomBuildStep> 125 <Command>copy "$(TargetPath)" ..\..\..\bin 126 </Command> 127 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 128 </CustomBuildStep> 129 <Midl> 130 <TypeLibraryName>.\x86\Debug/genrb.tlb</TypeLibraryName> 131 </Midl> 132 <ClCompile> 133 <Optimization>Disabled</Optimization> 134 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 135 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 136 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 137 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 138 <BufferSecurityCheck>true</BufferSecurityCheck> 139 <DisableLanguageExtensions>true</DisableLanguageExtensions> 140 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 141 <PrecompiledHeaderOutputFile>.\x86\Debug/genrb.pch</PrecompiledHeaderOutputFile> 142 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 143 <ObjectFileName>.\x86\Debug/</ObjectFileName> 144 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 145 <BrowseInformation>true</BrowseInformation> 146 <WarningLevel>Level3</WarningLevel> 147 <SuppressStartupBanner>true</SuppressStartupBanner> 148 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 149 <CompileAs>Default</CompileAs> 150 </ClCompile> 151 <ResourceCompile> 152 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 153 <Culture>0x0409</Culture> 154 </ResourceCompile> 155 <Link> 156 <OutputFile>.\x86\Debug/genrb.exe</OutputFile> 157 <SuppressStartupBanner>true</SuppressStartupBanner> 158 <GenerateDebugInformation>true</GenerateDebugInformation> 159 <ProgramDatabaseFile>.\x86\Debug/genrb.pdb</ProgramDatabaseFile> 160 <SubSystem>Console</SubSystem> 161 <RandomizedBaseAddress>false</RandomizedBaseAddress> 162 <DataExecutionPrevention> 163 </DataExecutionPrevention> 164 </Link> 165 </ItemDefinitionGroup> 166 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 167 <CustomBuildStep> 168 <Command>copy "$(TargetPath)" ..\..\..\bin64 169 </Command> 170 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 171 </CustomBuildStep> 172 <Midl> 173 <TargetEnvironment>X64</TargetEnvironment> 174 <TypeLibraryName>.\x64\Release/genrb.tlb</TypeLibraryName> 175 </Midl> 176 <ClCompile> 177 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 178 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 179 <StringPooling>true</StringPooling> 180 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 181 <DisableLanguageExtensions>true</DisableLanguageExtensions> 182 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 183 <PrecompiledHeaderOutputFile>.\x64\Release/genrb.pch</PrecompiledHeaderOutputFile> 184 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 185 <ObjectFileName>.\x64\Release/</ObjectFileName> 186 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 187 <WarningLevel>Level3</WarningLevel> 188 <SuppressStartupBanner>true</SuppressStartupBanner> 189 <CompileAs>Default</CompileAs> 190 </ClCompile> 191 <ResourceCompile> 192 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 193 <Culture>0x0409</Culture> 194 </ResourceCompile> 195 <Link> 196 <OutputFile>.\x64\Release/genrb.exe</OutputFile> 197 <SuppressStartupBanner>true</SuppressStartupBanner> 198 <ProgramDatabaseFile>.\x64\Release/genrb.pdb</ProgramDatabaseFile> 199 <SubSystem>Console</SubSystem> 200 <TargetMachine>MachineX64</TargetMachine> 201 </Link> 202 </ItemDefinitionGroup> 203 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 204 <CustomBuildStep> 205 <Command>copy "$(TargetPath)" ..\..\..\bin64 206 </Command> 207 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 208 </CustomBuildStep> 209 <Midl> 210 <TargetEnvironment>X64</TargetEnvironment> 211 <TypeLibraryName>.\x64\Debug/genrb.tlb</TypeLibraryName> 212 </Midl> 213 <ClCompile> 214 <Optimization>Disabled</Optimization> 215 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 216 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 217 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 218 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 219 <BufferSecurityCheck>true</BufferSecurityCheck> 220 <DisableLanguageExtensions>true</DisableLanguageExtensions> 221 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 222 <PrecompiledHeaderOutputFile>.\x64\Debug/genrb.pch</PrecompiledHeaderOutputFile> 223 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 224 <ObjectFileName>.\x64\Debug/</ObjectFileName> 225 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 226 <BrowseInformation>true</BrowseInformation> 227 <WarningLevel>Level3</WarningLevel> 228 <SuppressStartupBanner>true</SuppressStartupBanner> 229 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 230 <CompileAs>Default</CompileAs> 231 </ClCompile> 232 <ResourceCompile> 233 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 234 <Culture>0x0409</Culture> 235 </ResourceCompile> 236 <Link> 237 <OutputFile>.\x64\Debug/genrb.exe</OutputFile> 238 <SuppressStartupBanner>true</SuppressStartupBanner> 239 <GenerateDebugInformation>true</GenerateDebugInformation> 240 <ProgramDatabaseFile>.\x64\Debug/genrb.pdb</ProgramDatabaseFile> 241 <SubSystem>Console</SubSystem> 242 <TargetMachine>MachineX64</TargetMachine> 243 </Link> 244 </ItemDefinitionGroup> 245 <ItemGroup> 246 <ClCompile Include="errmsg.c" /> 247 <ClCompile Include="genrb.cpp" /> 248 <ClCompile Include="parse.cpp"> 249 <DisableLanguageExtensions>false</DisableLanguageExtensions> 250 </ClCompile> 251 <ClCompile Include="prscmnts.cpp"> 252 <DisableLanguageExtensions>false</DisableLanguageExtensions> 253 </ClCompile> 254 <ClCompile Include="rbutil.c" /> 255 <ClCompile Include="read.c" /> 256 <ClCompile Include="reslist.cpp"> 257 <DisableLanguageExtensions>false</DisableLanguageExtensions> 258 </ClCompile> 259 <ClCompile Include="rle.c" /> 260 <ClCompile Include="ustr.c" /> 261 <ClCompile Include="wrtjava.cpp"> 262 <DisableLanguageExtensions>false</DisableLanguageExtensions> 263 </ClCompile> 264 <ClCompile Include="wrtxml.cpp"> 265 <DisableLanguageExtensions>false</DisableLanguageExtensions> 266 </ClCompile> 267 </ItemGroup> 268 <ItemGroup> 269 <ClInclude Include="errmsg.h" /> 270 <ClInclude Include="genrb.h" /> 271 <ClInclude Include="parse.h" /> 272 <ClInclude Include="prscmnts.h" /> 273 <ClInclude Include="rbutil.h" /> 274 <ClInclude Include="read.h" /> 275 <ClInclude Include="reslist.h" /> 276 <ClInclude Include="rle.h" /> 277 <ClInclude Include="ustr.h" /> 278 </ItemGroup> 279 <ItemGroup> 280 <ProjectReference Include="..\..\common\common.vcxproj"> 281 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 282 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 283 </ProjectReference> 284 <ProjectReference Include="..\..\i18n\i18n.vcxproj"> 285 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 286 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 287 </ProjectReference> 288 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 289 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 290 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 291 </ProjectReference> 292 </ItemGroup> 293 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 294 <ImportGroup Label="ExtensionTargets"> 295 </ImportGroup> 296 </Project> 297