Changeset 775 for libcaca/trunk/msvc/cacaplas.vcproj
- Timestamp:
- Apr 15, 2006, 5:24:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/msvc/cacaplas.vcproj
r344 r775 1 <?xml version="1.0" encoding ="Windows-1252"?>1 <?xml version="1.0" encoding="Windows-1252"?> 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.00"4 Version="8,00" 5 5 Name="cacaplas" 6 6 ProjectGUID="{04CC61FD-CC15-4B08-9028-BD87A63E7365}" 7 Keyword="Win32Proj"> 7 Keyword="Win32Proj" 8 > 8 9 <Platforms> 9 10 <Platform 10 Name="Win32"/> 11 Name="Win32" 12 /> 11 13 </Platforms> 14 <ToolFiles> 15 </ToolFiles> 12 16 <Configurations> 13 17 <Configuration … … 16 20 IntermediateDirectory="Debug" 17 21 ConfigurationType="1" 18 CharacterSet="2"> 22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 23 CharacterSet="2" 24 > 25 <Tool 26 Name="VCPreBuildEventTool" 27 /> 28 <Tool 29 Name="VCCustomBuildTool" 30 /> 31 <Tool 32 Name="VCXMLDataGeneratorTool" 33 /> 34 <Tool 35 Name="VCWebServiceProxyGeneratorTool" 36 /> 37 <Tool 38 Name="VCMIDLTool" 39 /> 19 40 <Tool 20 41 Name="VCCLCompilerTool" 21 42 Optimization="0" 22 AdditionalIncludeDirectories="..\src;..\msvc "43 AdditionalIncludeDirectories="..\src;..\msvc;..\caca;..\cucul;"C:\Program Files\Microsoft Platform SDK\Include"" 23 44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 24 MinimalRebuild=" TRUE"45 MinimalRebuild="true" 25 46 BasicRuntimeChecks="3" 26 RuntimeLibrary=" 5"47 RuntimeLibrary="1" 27 48 UsePrecompiledHeader="0" 28 49 WarningLevel="3" 29 Detect64BitPortabilityProblems="TRUE" 30 DebugInformationFormat="4"/> 31 <Tool 32 Name="VCCustomBuildTool"/> 50 Detect64BitPortabilityProblems="true" 51 DebugInformationFormat="4" 52 /> 53 <Tool 54 Name="VCManagedResourceCompilerTool" 55 /> 56 <Tool 57 Name="VCResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCPreLinkEventTool" 61 /> 33 62 <Tool 34 63 Name="VCLinkerTool" 35 64 OutputFile="$(OutDir)/cacaplas.exe" 36 65 LinkIncremental="2" 37 GenerateDebugInformation="TRUE" 66 AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" 67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/cacaplas.pdb" 39 69 SubSystem="1" 40 TargetMachine="1"/> 41 <Tool 42 Name="VCMIDLTool"/> 43 <Tool 44 Name="VCPostBuildEventTool"/> 45 <Tool 46 Name="VCPreBuildEventTool"/> 47 <Tool 48 Name="VCPreLinkEventTool"/> 49 <Tool 50 Name="VCResourceCompilerTool"/> 51 <Tool 52 Name="VCWebServiceProxyGeneratorTool"/> 53 <Tool 54 Name="VCWebDeploymentTool"/> 70 TargetMachine="1" 71 /> 72 <Tool 73 Name="VCALinkTool" 74 /> 75 <Tool 76 Name="VCManifestTool" 77 /> 78 <Tool 79 Name="VCXDCMakeTool" 80 /> 81 <Tool 82 Name="VCBscMakeTool" 83 /> 84 <Tool 85 Name="VCFxCopTool" 86 /> 87 <Tool 88 Name="VCAppVerifierTool" 89 /> 90 <Tool 91 Name="VCWebDeploymentTool" 92 /> 93 <Tool 94 Name="VCPostBuildEventTool" 95 /> 55 96 </Configuration> 56 97 <Configuration … … 59 100 IntermediateDirectory="Release" 60 101 ConfigurationType="1" 61 CharacterSet="2"> 102 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 103 CharacterSet="2" 104 > 105 <Tool 106 Name="VCPreBuildEventTool" 107 /> 108 <Tool 109 Name="VCCustomBuildTool" 110 /> 111 <Tool 112 Name="VCXMLDataGeneratorTool" 113 /> 114 <Tool 115 Name="VCWebServiceProxyGeneratorTool" 116 /> 117 <Tool 118 Name="VCMIDLTool" 119 /> 62 120 <Tool 63 121 Name="VCCLCompilerTool" 64 122 Optimization="2" 65 123 InlineFunctionExpansion="1" 66 OmitFramePointers=" TRUE"124 OmitFramePointers="true" 67 125 AdditionalIncludeDirectories="..\src;..\msvc" 68 126 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 69 StringPooling=" TRUE"70 RuntimeLibrary=" 4"71 EnableFunctionLevelLinking=" TRUE"127 StringPooling="true" 128 RuntimeLibrary="0" 129 EnableFunctionLevelLinking="true" 72 130 UsePrecompiledHeader="0" 73 131 WarningLevel="3" 74 Detect64BitPortabilityProblems="TRUE" 75 DebugInformationFormat="3"/> 76 <Tool 77 Name="VCCustomBuildTool"/> 132 Detect64BitPortabilityProblems="true" 133 DebugInformationFormat="3" 134 /> 135 <Tool 136 Name="VCManagedResourceCompilerTool" 137 /> 138 <Tool 139 Name="VCResourceCompilerTool" 140 /> 141 <Tool 142 Name="VCPreLinkEventTool" 143 /> 78 144 <Tool 79 145 Name="VCLinkerTool" 80 146 OutputFile="$(OutDir)/cacaplas.exe" 81 147 LinkIncremental="1" 82 GenerateDebugInformation=" TRUE"148 GenerateDebugInformation="true" 83 149 SubSystem="1" 84 150 OptimizeReferences="2" 85 151 EnableCOMDATFolding="2" 86 TargetMachine="1"/> 87 <Tool 88 Name="VCMIDLTool"/> 89 <Tool 90 Name="VCPostBuildEventTool"/> 91 <Tool 92 Name="VCPreBuildEventTool"/> 93 <Tool 94 Name="VCPreLinkEventTool"/> 95 <Tool 96 Name="VCResourceCompilerTool"/> 97 <Tool 98 Name="VCWebServiceProxyGeneratorTool"/> 99 <Tool 100 Name="VCWebDeploymentTool"/> 152 TargetMachine="1" 153 /> 154 <Tool 155 Name="VCALinkTool" 156 /> 157 <Tool 158 Name="VCManifestTool" 159 /> 160 <Tool 161 Name="VCXDCMakeTool" 162 /> 163 <Tool 164 Name="VCBscMakeTool" 165 /> 166 <Tool 167 Name="VCFxCopTool" 168 /> 169 <Tool 170 Name="VCAppVerifierTool" 171 /> 172 <Tool 173 Name="VCWebDeploymentTool" 174 /> 175 <Tool 176 Name="VCPostBuildEventTool" 177 /> 101 178 </Configuration> 102 179 </Configurations> 180 <References> 181 </References> 103 182 <Files> 104 183 <Filter 105 184 Name="Source Files" 106 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> 185 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 186 > 107 187 <File 108 RelativePath="..\examples\cacaplas.c"> 188 RelativePath="..\src\cacaplas.c" 189 > 109 190 </File> 110 191 </Filter> 111 192 <Filter 112 193 Name="Header Files" 113 Filter="h;hpp;hxx;hm;inl;inc"> 194 Filter="h;hpp;hxx;hm;inl;inc" 195 > 114 196 </Filter> 115 197 <Filter 116 198 Name="Resource Files" 117 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 199 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 200 > 118 201 </Filter> 119 202 </Files>
Note: See TracChangeset
for help on using the changeset viewer.