Home | History | Annotate | Download | only in makeconv
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="9.00"
      5 	Name="makeconv"
      6 	ProjectGUID="{F5AD9738-1A3D-4906-B9C4-A7D9CE33DC2C}"
      7 	TargetFrameworkVersion="131072"
      8 	>
      9 	<Platforms>
     10 		<Platform
     11 			Name="Win32"
     12 		/>
     13 		<Platform
     14 			Name="x64"
     15 		/>
     16 	</Platforms>
     17 	<ToolFiles>
     18 	</ToolFiles>
     19 	<Configurations>
     20 		<Configuration
     21 			Name="Debug|Win32"
     22 			OutputDirectory=".\x86\Debug"
     23 			IntermediateDirectory=".\x86\Debug"
     24 			ConfigurationType="1"
     25 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
     26 			UseOfMFC="0"
     27 			ATLMinimizesCRunTimeLibraryUsage="false"
     28 			CharacterSet="2"
     29 			>
     30 			<Tool
     31 				Name="VCPreBuildEventTool"
     32 			/>
     33 			<Tool
     34 				Name="VCCustomBuildTool"
     35 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
     36 				Outputs="..\..\..\bin\$(TargetFileName)"
     37 			/>
     38 			<Tool
     39 				Name="VCXMLDataGeneratorTool"
     40 			/>
     41 			<Tool
     42 				Name="VCWebServiceProxyGeneratorTool"
     43 			/>
     44 			<Tool
     45 				Name="VCMIDLTool"
     46 				TypeLibraryName=".\x86\Debug/makeconv.tlb"
     47 			/>
     48 			<Tool
     49 				Name="VCCLCompilerTool"
     50 				Optimization="0"
     51 				AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil"
     52 				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
     53 				BasicRuntimeChecks="3"
     54 				RuntimeLibrary="3"
     55 				BufferSecurityCheck="true"
     56 				DisableLanguageExtensions="true"
     57 				TreatWChar_tAsBuiltInType="true"
     58 				PrecompiledHeaderFile=".\x86\Debug/makeconv.pch"
     59 				AssemblerListingLocation=".\x86\Debug/"
     60 				ObjectFile=".\x86\Debug/"
     61 				ProgramDataBaseFileName=".\x86\Debug/"
     62 				BrowseInformation="1"
     63 				WarningLevel="3"
     64 				SuppressStartupBanner="true"
     65 				DebugInformationFormat="4"
     66 				CompileAs="0"
     67 			/>
     68 			<Tool
     69 				Name="VCManagedResourceCompilerTool"
     70 			/>
     71 			<Tool
     72 				Name="VCResourceCompilerTool"
     73 				PreprocessorDefinitions="_DEBUG"
     74 				Culture="1033"
     75 			/>
     76 			<Tool
     77 				Name="VCPreLinkEventTool"
     78 			/>
     79 			<Tool
     80 				Name="VCLinkerTool"
     81 				OutputFile=".\x86\Debug/makeconv.exe"
     82 				LinkIncremental="2"
     83 				SuppressStartupBanner="true"
     84 				GenerateDebugInformation="true"
     85 				ProgramDatabaseFile=".\x86\Debug/makeconv.pdb"
     86 				SubSystem="1"
     87 				RandomizedBaseAddress="1"
     88 				DataExecutionPrevention="0"
     89 			/>
     90 			<Tool
     91 				Name="VCALinkTool"
     92 			/>
     93 			<Tool
     94 				Name="VCManifestTool"
     95 				UseFAT32Workaround="true"
     96 			/>
     97 			<Tool
     98 				Name="VCXDCMakeTool"
     99 			/>
    100 			<Tool
    101 				Name="VCBscMakeTool"
    102 			/>
    103 			<Tool
    104 				Name="VCFxCopTool"
    105 			/>
    106 			<Tool
    107 				Name="VCAppVerifierTool"
    108 			/>
    109 			<Tool
    110 				Name="VCPostBuildEventTool"
    111 			/>
    112 		</Configuration>
    113 		<Configuration
    114 			Name="Release|Win32"
    115 			OutputDirectory=".\x86\Release"
    116 			IntermediateDirectory=".\x86\Release"
    117 			ConfigurationType="1"
    118 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    119 			UseOfMFC="0"
    120 			ATLMinimizesCRunTimeLibraryUsage="false"
    121 			CharacterSet="2"
    122 			>
    123 			<Tool
    124 				Name="VCPreBuildEventTool"
    125 			/>
    126 			<Tool
    127 				Name="VCCustomBuildTool"
    128 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin&#x0D;&#x0A;"
    129 				Outputs="..\..\..\bin\$(TargetFileName)"
    130 			/>
    131 			<Tool
    132 				Name="VCXMLDataGeneratorTool"
    133 			/>
    134 			<Tool
    135 				Name="VCWebServiceProxyGeneratorTool"
    136 			/>
    137 			<Tool
    138 				Name="VCMIDLTool"
    139 				TypeLibraryName=".\x86\Release/makeconv.tlb"
    140 			/>
    141 			<Tool
    142 				Name="VCCLCompilerTool"
    143 				AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil"
    144 				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE=1"
    145 				StringPooling="true"
    146 				RuntimeLibrary="2"
    147 				DisableLanguageExtensions="true"
    148 				TreatWChar_tAsBuiltInType="true"
    149 				PrecompiledHeaderFile=".\x86\Release/makeconv.pch"
    150 				AssemblerListingLocation=".\x86\Release/"
    151 				ObjectFile=".\x86\Release/"
    152 				ProgramDataBaseFileName=".\x86\Release/"
    153 				WarningLevel="3"
    154 				SuppressStartupBanner="true"
    155 				CompileAs="0"
    156 			/>
    157 			<Tool
    158 				Name="VCManagedResourceCompilerTool"
    159 			/>
    160 			<Tool
    161 				Name="VCResourceCompilerTool"
    162 				PreprocessorDefinitions="NDEBUG"
    163 				Culture="1033"
    164 			/>
    165 			<Tool
    166 				Name="VCPreLinkEventTool"
    167 			/>
    168 			<Tool
    169 				Name="VCLinkerTool"
    170 				OutputFile=".\x86\Release/makeconv.exe"
    171 				LinkIncremental="1"
    172 				SuppressStartupBanner="true"
    173 				ProgramDatabaseFile=".\x86\Release/makeconv.pdb"
    174 				SubSystem="1"
    175 				RandomizedBaseAddress="1"
    176 				DataExecutionPrevention="0"
    177 			/>
    178 			<Tool
    179 				Name="VCALinkTool"
    180 			/>
    181 			<Tool
    182 				Name="VCManifestTool"
    183 			/>
    184 			<Tool
    185 				Name="VCXDCMakeTool"
    186 			/>
    187 			<Tool
    188 				Name="VCBscMakeTool"
    189 			/>
    190 			<Tool
    191 				Name="VCFxCopTool"
    192 			/>
    193 			<Tool
    194 				Name="VCAppVerifierTool"
    195 			/>
    196 			<Tool
    197 				Name="VCPostBuildEventTool"
    198 			/>
    199 		</Configuration>
    200 		<Configuration
    201 			Name="Debug|x64"
    202 			OutputDirectory=".\x64\Debug"
    203 			IntermediateDirectory=".\x64\Debug"
    204 			ConfigurationType="1"
    205 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    206 			UseOfMFC="0"
    207 			ATLMinimizesCRunTimeLibraryUsage="false"
    208 			CharacterSet="2"
    209 			>
    210 			<Tool
    211 				Name="VCPreBuildEventTool"
    212 			/>
    213 			<Tool
    214 				Name="VCCustomBuildTool"
    215 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
    216 				Outputs="..\..\..\bin64\$(TargetFileName)"
    217 			/>
    218 			<Tool
    219 				Name="VCXMLDataGeneratorTool"
    220 			/>
    221 			<Tool
    222 				Name="VCWebServiceProxyGeneratorTool"
    223 			/>
    224 			<Tool
    225 				Name="VCMIDLTool"
    226 				TargetEnvironment="3"
    227 				TypeLibraryName=".\x64\Debug/makeconv.tlb"
    228 			/>
    229 			<Tool
    230 				Name="VCCLCompilerTool"
    231 				Optimization="0"
    232 				AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil"
    233 				PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE"
    234 				BasicRuntimeChecks="3"
    235 				RuntimeLibrary="3"
    236 				BufferSecurityCheck="true"
    237 				DisableLanguageExtensions="true"
    238 				TreatWChar_tAsBuiltInType="true"
    239 				PrecompiledHeaderFile=".\x64\Debug/makeconv.pch"
    240 				AssemblerListingLocation=".\x64\Debug/"
    241 				ObjectFile=".\x64\Debug/"
    242 				ProgramDataBaseFileName=".\x64\Debug/"
    243 				BrowseInformation="1"
    244 				WarningLevel="3"
    245 				SuppressStartupBanner="true"
    246 				DebugInformationFormat="3"
    247 				CompileAs="0"
    248 			/>
    249 			<Tool
    250 				Name="VCManagedResourceCompilerTool"
    251 			/>
    252 			<Tool
    253 				Name="VCResourceCompilerTool"
    254 				PreprocessorDefinitions="_DEBUG"
    255 				Culture="1033"
    256 			/>
    257 			<Tool
    258 				Name="VCPreLinkEventTool"
    259 			/>
    260 			<Tool
    261 				Name="VCLinkerTool"
    262 				OutputFile=".\x64\Debug/makeconv.exe"
    263 				LinkIncremental="2"
    264 				SuppressStartupBanner="true"
    265 				GenerateDebugInformation="true"
    266 				ProgramDatabaseFile=".\x64\Debug/makeconv.pdb"
    267 				SubSystem="1"
    268 				TargetMachine="17"
    269 			/>
    270 			<Tool
    271 				Name="VCALinkTool"
    272 			/>
    273 			<Tool
    274 				Name="VCManifestTool"
    275 				UseFAT32Workaround="true"
    276 			/>
    277 			<Tool
    278 				Name="VCXDCMakeTool"
    279 			/>
    280 			<Tool
    281 				Name="VCBscMakeTool"
    282 			/>
    283 			<Tool
    284 				Name="VCFxCopTool"
    285 			/>
    286 			<Tool
    287 				Name="VCAppVerifierTool"
    288 			/>
    289 			<Tool
    290 				Name="VCWebDeploymentTool"
    291 			/>
    292 			<Tool
    293 				Name="VCPostBuildEventTool"
    294 			/>
    295 		</Configuration>
    296 		<Configuration
    297 			Name="Release|x64"
    298 			OutputDirectory=".\x64\Release"
    299 			IntermediateDirectory=".\x64\Release"
    300 			ConfigurationType="1"
    301 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
    302 			UseOfMFC="0"
    303 			ATLMinimizesCRunTimeLibraryUsage="false"
    304 			CharacterSet="2"
    305 			>
    306 			<Tool
    307 				Name="VCPreBuildEventTool"
    308 			/>
    309 			<Tool
    310 				Name="VCCustomBuildTool"
    311 				CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\bin64&#x0D;&#x0A;"
    312 				Outputs="..\..\..\bin64\$(TargetFileName)"
    313 			/>
    314 			<Tool
    315 				Name="VCXMLDataGeneratorTool"
    316 			/>
    317 			<Tool
    318 				Name="VCWebServiceProxyGeneratorTool"
    319 			/>
    320 			<Tool
    321 				Name="VCMIDLTool"
    322 				TargetEnvironment="3"
    323 				TypeLibraryName=".\x64\Release/makeconv.tlb"
    324 			/>
    325 			<Tool
    326 				Name="VCCLCompilerTool"
    327 				AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil"
    328 				PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE=1"
    329 				StringPooling="true"
    330 				RuntimeLibrary="2"
    331 				DisableLanguageExtensions="true"
    332 				TreatWChar_tAsBuiltInType="true"
    333 				PrecompiledHeaderFile=".\x64\Release/makeconv.pch"
    334 				AssemblerListingLocation=".\x64\Release/"
    335 				ObjectFile=".\x64\Release/"
    336 				ProgramDataBaseFileName=".\x64\Release/"
    337 				WarningLevel="3"
    338 				SuppressStartupBanner="true"
    339 				CompileAs="0"
    340 			/>
    341 			<Tool
    342 				Name="VCManagedResourceCompilerTool"
    343 			/>
    344 			<Tool
    345 				Name="VCResourceCompilerTool"
    346 				PreprocessorDefinitions="NDEBUG"
    347 				Culture="1033"
    348 			/>
    349 			<Tool
    350 				Name="VCPreLinkEventTool"
    351 			/>
    352 			<Tool
    353 				Name="VCLinkerTool"
    354 				OutputFile=".\x64\Release/makeconv.exe"
    355 				LinkIncremental="1"
    356 				SuppressStartupBanner="true"
    357 				ProgramDatabaseFile=".\x64\Release/makeconv.pdb"
    358 				SubSystem="1"
    359 				TargetMachine="17"
    360 			/>
    361 			<Tool
    362 				Name="VCALinkTool"
    363 			/>
    364 			<Tool
    365 				Name="VCManifestTool"
    366 			/>
    367 			<Tool
    368 				Name="VCXDCMakeTool"
    369 			/>
    370 			<Tool
    371 				Name="VCBscMakeTool"
    372 			/>
    373 			<Tool
    374 				Name="VCFxCopTool"
    375 			/>
    376 			<Tool
    377 				Name="VCAppVerifierTool"
    378 			/>
    379 			<Tool
    380 				Name="VCWebDeploymentTool"
    381 			/>
    382 			<Tool
    383 				Name="VCPostBuildEventTool"
    384 			/>
    385 		</Configuration>
    386 	</Configurations>
    387 	<References>
    388 	</References>
    389 	<Files>
    390 		<Filter
    391 			Name="Source Files"
    392 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
    393 			>
    394 			<File
    395 				RelativePath=".\gencnvex.c"
    396 				>
    397 			</File>
    398 			<File
    399 				RelativePath=".\genmbcs.c"
    400 				>
    401 			</File>
    402 			<File
    403 				RelativePath=".\makeconv.c"
    404 				>
    405 			</File>
    406 			<File
    407 				RelativePath=".\ucnvstat.c"
    408 				>
    409 			</File>
    410 		</Filter>
    411 		<Filter
    412 			Name="Header Files"
    413 			Filter="h;hpp;hxx;hm;inl"
    414 			>
    415 			<File
    416 				RelativePath=".\genmbcs.h"
    417 				>
    418 			</File>
    419 			<File
    420 				RelativePath=".\makeconv.h"
    421 				>
    422 			</File>
    423 		</Filter>
    424 		<Filter
    425 			Name="Resource Files"
    426 			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
    427 			>
    428 		</Filter>
    429 	</Files>
    430 	<Globals>
    431 	</Globals>
    432 </VisualStudioProject>
    433