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