projects/strgen.vcproj
changeset 8905 a6974b6041d9
parent 8904 816692cc79fd
child 8906 09cdaac8a43c
equal deleted inserted replaced
8904:816692cc79fd 8905:a6974b6041d9
     1 <?xml version="1.0" encoding="Windows-1252"?>
       
     2 <VisualStudioProject
       
     3 	ProjectType="Visual C++"
       
     4 	Version="7.10"
       
     5 	Name="strgen"
       
     6 	RootNamespace="strgen"
       
     7 	SccProjectName=""
       
     8 	SccLocalPath="">
       
     9 	<Platforms>
       
    10 		<Platform
       
    11 			Name="Win32"/>
       
    12 	</Platforms>
       
    13 	<Configurations>
       
    14 		<Configuration
       
    15 			Name="Release|Win32"
       
    16 			OutputDirectory="..\objs\strgen\"
       
    17 			IntermediateDirectory="..\objs\strgen\"
       
    18 			ConfigurationType="1"
       
    19 			UseOfMFC="0"
       
    20 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
       
    21 			CharacterSet="2">
       
    22 			<Tool
       
    23 				Name="VCCLCompilerTool"
       
    24 				Optimization="1"
       
    25 				GlobalOptimizations="TRUE"
       
    26 				FavorSizeOrSpeed="2"
       
    27 				PreprocessorDefinitions="STRGEN;WIN32;NDEBUG;_CONSOLE"
       
    28 				BasicRuntimeChecks="0"
       
    29 				RuntimeLibrary="5"
       
    30 				PrecompiledHeaderFile=""
       
    31 				AssemblerOutput="2"
       
    32 				AssemblerListingLocation="$(IntDir)"
       
    33 				ObjectFile="$(IntDir)"
       
    34 				ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
       
    35 				WarningLevel="3"
       
    36 				WarnAsError="TRUE"
       
    37 				SuppressStartupBanner="TRUE"
       
    38 				DebugInformationFormat="3"/>
       
    39 			<Tool
       
    40 				Name="VCCustomBuildTool"/>
       
    41 			<Tool
       
    42 				Name="VCLinkerTool"
       
    43 				OutputFile="$(IntDir)\strgen.exe"
       
    44 				LinkIncremental="1"
       
    45 				SuppressStartupBanner="TRUE"
       
    46 				GenerateDebugInformation="TRUE"
       
    47 				ProgramDatabaseFile="$(IntDir)\strgen.pdb"
       
    48 				SubSystem="1"
       
    49 				TargetMachine="1"/>
       
    50 			<Tool
       
    51 				Name="VCMIDLTool"
       
    52 				TypeLibraryName=".\Debug/strgen.tlb"
       
    53 				HeaderFileName=""/>
       
    54 			<Tool
       
    55 				Name="VCPostBuildEventTool"/>
       
    56 			<Tool
       
    57 				Name="VCPreBuildEventTool"/>
       
    58 			<Tool
       
    59 				Name="VCPreLinkEventTool"/>
       
    60 			<Tool
       
    61 				Name="VCResourceCompilerTool"
       
    62 				PreprocessorDefinitions="_DEBUG"
       
    63 				Culture="1053"/>
       
    64 			<Tool
       
    65 				Name="VCWebServiceProxyGeneratorTool"/>
       
    66 			<Tool
       
    67 				Name="VCXMLDataGeneratorTool"/>
       
    68 			<Tool
       
    69 				Name="VCWebDeploymentTool"/>
       
    70 			<Tool
       
    71 				Name="VCManagedWrapperGeneratorTool"/>
       
    72 			<Tool
       
    73 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
       
    74 		</Configuration>
       
    75 	</Configurations>
       
    76 	<References>
       
    77 	</References>
       
    78 	<Files>
       
    79 		<Filter
       
    80 			Name="Source Files"
       
    81 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
       
    82 			<File
       
    83 				RelativePath="..\src\strgen\strgen.cpp">
       
    84 			</File>
       
    85 			<File
       
    86 				RelativePath="..\src\string.cpp">
       
    87 			</File>
       
    88 		</Filter>
       
    89 		<File
       
    90 			RelativePath="..\src\macros.h">
       
    91 		</File>
       
    92 		<File
       
    93 			RelativePath="..\src\stdafx.h">
       
    94 		</File>
       
    95 		<File
       
    96 			RelativePath="..\src\string.h">
       
    97 		</File>
       
    98 	</Files>
       
    99 	<Globals>
       
   100 	</Globals>
       
   101 </VisualStudioProject>