- Timestamp:
- Apr 29, 2009, 2:22:35 PM (13 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-sharp/caca-sharp.csproj
r2956 r3428 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 2 2 <PropertyGroup> 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion> 8.0.50727</ProductVersion>5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{046BD004-7B02-4521-BF01-9D9042F19AD5}</ProjectGuid> … … 10 10 <RootNamespace>caca_sharp</RootNamespace> 11 11 <AssemblyName>caca-sharp</AssemblyName> 12 <FileUpgradeFlags> 13 </FileUpgradeFlags> 14 <OldToolsVersion>2.0</OldToolsVersion> 15 <UpgradeBackupLocation> 16 </UpgradeBackupLocation> 17 <PublishUrl>publish\</PublishUrl> 18 <Install>true</Install> 19 <InstallFrom>Disk</InstallFrom> 20 <UpdateEnabled>false</UpdateEnabled> 21 <UpdateMode>Foreground</UpdateMode> 22 <UpdateInterval>7</UpdateInterval> 23 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 24 <UpdatePeriodically>false</UpdatePeriodically> 25 <UpdateRequired>false</UpdateRequired> 26 <MapFileExtensions>true</MapFileExtensions> 27 <ApplicationRevision>0</ApplicationRevision> 28 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 29 <IsWebBootstrapper>false</IsWebBootstrapper> 30 <UseApplicationTrust>false</UseApplicationTrust> 31 <BootstrapperEnabled>true</BootstrapperEnabled> 12 32 </PropertyGroup> 13 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 15 35 <DebugType>full</DebugType> 16 36 <Optimize>false</Optimize> 17 <OutputPath> Debug\</OutputPath>37 <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 18 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 19 39 <ErrorReport>prompt</ErrorReport> … … 23 43 <DebugType>pdbonly</DebugType> 24 44 <Optimize>true</Optimize> 25 <OutputPath> Release\</OutputPath>45 <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 26 46 <DefineConstants>TRACE</DefineConstants> 27 47 <ErrorReport>prompt</ErrorReport> … … 44 64 <Compile Include="AssemblyInfo.cs" /> 45 65 </ItemGroup> 66 <ItemGroup> 67 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> 68 <Visible>False</Visible> 69 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> 70 <Install>true</Install> 71 </BootstrapperPackage> 72 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> 73 <Visible>False</Visible> 74 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> 75 <Install>false</Install> 76 </BootstrapperPackage> 77 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> 78 <Visible>False</Visible> 79 <ProductName>.NET Framework 3.5</ProductName> 80 <Install>false</Install> 81 </BootstrapperPackage> 82 </ItemGroup> 46 83 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 47 84 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
libcaca/trunk/caca-sharp/test-csharp.csproj
r2956 r3428 1 <?xml version="1.0" encoding="utf-8"?>2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 3 3 <PropertyGroup> 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion> 8.0.50727</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}</ProjectGuid> … … 11 11 <RootNamespace>test_csharp</RootNamespace> 12 12 <AssemblyName>test-csharp</AssemblyName> 13 <FileUpgradeFlags> 14 </FileUpgradeFlags> 15 <OldToolsVersion>2.0</OldToolsVersion> 16 <UpgradeBackupLocation> 17 </UpgradeBackupLocation> 18 <PublishUrl>publish\</PublishUrl> 19 <Install>true</Install> 20 <InstallFrom>Disk</InstallFrom> 21 <UpdateEnabled>false</UpdateEnabled> 22 <UpdateMode>Foreground</UpdateMode> 23 <UpdateInterval>7</UpdateInterval> 24 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 25 <UpdatePeriodically>false</UpdatePeriodically> 26 <UpdateRequired>false</UpdateRequired> 27 <MapFileExtensions>true</MapFileExtensions> 28 <ApplicationRevision>0</ApplicationRevision> 29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 30 <IsWebBootstrapper>false</IsWebBootstrapper> 31 <UseApplicationTrust>false</UseApplicationTrust> 32 <BootstrapperEnabled>true</BootstrapperEnabled> 13 33 </PropertyGroup> 14 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 16 36 <DebugType>full</DebugType> 17 37 <Optimize>false</Optimize> 18 <OutputPath> Debug\</OutputPath>38 <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 19 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 20 40 <ErrorReport>prompt</ErrorReport> … … 24 44 <DebugType>pdbonly</DebugType> 25 45 <Optimize>true</Optimize> 26 <OutputPath> Release\</OutputPath>46 <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 27 47 <DefineConstants>TRACE</DefineConstants> 28 48 <ErrorReport>prompt</ErrorReport> … … 49 69 <Reference Include="System.Drawing" /> 50 70 </ItemGroup> 71 <ItemGroup> 72 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> 73 <Visible>False</Visible> 74 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> 75 <Install>true</Install> 76 </BootstrapperPackage> 77 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> 78 <Visible>False</Visible> 79 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> 80 <Install>false</Install> 81 </BootstrapperPackage> 82 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> 83 <Visible>False</Visible> 84 <ProductName>.NET Framework 3.5</ProductName> 85 <Install>false</Install> 86 </BootstrapperPackage> 87 </ItemGroup> 51 88 </Project> -
libcaca/trunk/caca/libcaca.vcproj
r2962 r3428 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 8.00"4 Version="9.00" 5 5 Name="libcaca" 6 6 ProjectGUID="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" 7 RootNamespace="libcaca" 8 TargetFrameworkVersion="131072" 7 9 > 8 10 <Platforms> … … 39 41 Name="VCCLCompilerTool" 40 42 Optimization="0" 41 AdditionalIncludeDirectories="..\win32 "43 AdditionalIncludeDirectories="..\win32;"$(projectDir)"" 42 44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__" 43 45 MinimalRebuild="true" … … 63 65 ModuleDefinitionFile=".\libcaca.def" 64 66 GenerateDebugInformation="true" 67 RandomizedBaseAddress="1" 68 DataExecutionPrevention="0" 65 69 TargetMachine="1" 66 70 /> … … 82 86 <Tool 83 87 Name="VCAppVerifierTool" 84 />85 <Tool86 Name="VCWebDeploymentTool"87 88 /> 88 89 <Tool … … 115 116 <Tool 116 117 Name="VCCLCompilerTool" 117 AdditionalIncludeDirectories="..\win32 "118 AdditionalIncludeDirectories="..\win32;"$(projectDir)"" 118 119 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__" 119 120 RuntimeLibrary="2" … … 139 140 OptimizeReferences="2" 140 141 EnableCOMDATFolding="2" 142 RandomizedBaseAddress="1" 143 DataExecutionPrevention="0" 141 144 TargetMachine="1" 142 145 /> … … 158 161 <Tool 159 162 Name="VCAppVerifierTool" 160 />161 <Tool162 Name="VCWebDeploymentTool"163 163 /> 164 164 <Tool … … 171 171 <Files> 172 172 <Filter 173 Name="Header Files" 174 Filter="h;hpp;hxx;hm;inl;inc;xsd" 175 > 176 <File 177 RelativePath="caca.h" 178 > 179 </File> 180 <File 181 RelativePath="caca_internals.h" 182 > 183 </File> 184 <File 185 RelativePath="caca_stubs.h" 186 > 187 </File> 188 <File 189 RelativePath="..\win32\caca_types.h" 190 > 191 </File> 192 <File 193 RelativePath="..\win32\config.h" 173 Name="driver" 174 > 175 <File 176 RelativePath=".\driver\gl.c" 177 > 178 </File> 179 <File 180 RelativePath=".\driver\ncurses.c" 181 > 182 </File> 183 <File 184 RelativePath=".\driver\raw.c" 185 > 186 </File> 187 <File 188 RelativePath=".\driver\slang.c" 189 > 190 </File> 191 <File 192 RelativePath=".\driver\vga.c" 193 > 194 </File> 195 <File 196 RelativePath=".\driver\win32.c" 197 > 198 </File> 199 <File 200 RelativePath=".\driver\x11.c" 194 201 > 195 202 </File> 196 203 </Filter> 204 <Filter 205 Name="codec" 206 > 207 <File 208 RelativePath=".\codec\export.c" 209 > 210 </File> 211 <File 212 RelativePath=".\codec\import.c" 213 > 214 </File> 215 </Filter> 197 216 <File 198 217 RelativePath=".\attr.c" … … 208 227 </File> 209 228 <File 229 RelativePath="caca.h" 230 > 231 </File> 232 <File 233 RelativePath="caca_internals.h" 234 > 235 </File> 236 <File 237 RelativePath="caca_stubs.h" 238 > 239 </File> 240 <File 241 RelativePath="..\win32\caca_types.h" 242 > 243 </File> 244 <File 210 245 RelativePath=".\canvas.c" 211 246 > … … 216 251 </File> 217 252 <File 253 RelativePath="..\win32\config.h" 254 > 255 </File> 256 <File 218 257 RelativePath=".\conic.c" 219 258 > 220 259 </File> 221 260 <File 261 RelativePath=".\driver\conio.c" 262 > 263 </File> 264 <File 222 265 RelativePath=".\dither.c" 223 266 > 224 267 </File> 225 268 <File 226 RelativePath=".\driver\conio.c"227 >228 </File>229 <File230 RelativePath=".\driver\gl.c"231 >232 </File>233 <File234 RelativePath=".\driver\ncurses.c"235 >236 </File>237 <File238 RelativePath=".\driver\raw.c"239 >240 </File>241 <File242 RelativePath=".\driver\slang.c"243 >244 </File>245 <File246 RelativePath=".\driver\vga.c"247 >248 </File>249 <File250 RelativePath=".\driver\win32.c"251 >252 </File>253 <File254 RelativePath=".\driver\x11.c"255 >256 </File>257 <File258 269 RelativePath=".\event.c" 259 270 > 260 271 </File> 261 272 <File 262 RelativePath=".\codec\export.c"263 >264 </File>265 <File266 273 RelativePath=".\figfont.c" 267 274 > … … 281 288 <File 282 289 RelativePath=".\graphics.c" 283 >284 </File>285 <File286 RelativePath=".\codec\import.c"287 290 > 288 291 </File> -
libcaca/trunk/cxx/libcaca++.vcproj
r2900 r3428 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 8.00"4 Version="9.00" 5 5 Name="libcaca++" 6 6 ProjectGUID="{5AAFB727-094F-4104-A765-A94B32497C7D}" 7 TargetFrameworkVersion="131072" 7 8 > 8 9 <Platforms> … … 63 64 ModuleDefinitionFile=".\libcaca++.def" 64 65 GenerateDebugInformation="true" 66 RandomizedBaseAddress="1" 67 DataExecutionPrevention="0" 65 68 TargetMachine="1" 66 69 /> … … 82 85 <Tool 83 86 Name="VCAppVerifierTool" 84 />85 <Tool86 Name="VCWebDeploymentTool"87 87 /> 88 88 <Tool … … 139 139 OptimizeReferences="2" 140 140 EnableCOMDATFolding="2" 141 RandomizedBaseAddress="1" 142 DataExecutionPrevention="0" 141 143 TargetMachine="1" 142 144 /> … … 158 160 <Tool 159 161 Name="VCAppVerifierTool" 160 />161 <Tool162 Name="VCWebDeploymentTool"163 162 /> 164 163 <Tool -
libcaca/trunk/cxx/test-cxx.vcproj
r2956 r3428 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 8.00"4 Version="9.00" 5 5 Name="test-cxx" 6 6 ProjectGUID="{F2530E59-7ADB-4D3C-8873-6D110788B8F7}" 7 7 RootNamespace="testcxx" 8 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="131072" 9 10 > 10 11 <Platforms> … … 65 66 GenerateDebugInformation="true" 66 67 SubSystem="1" 68 RandomizedBaseAddress="1" 69 DataExecutionPrevention="0" 67 70 TargetMachine="1" 68 71 /> … … 84 87 <Tool 85 88 Name="VCAppVerifierTool" 86 />87 <Tool88 Name="VCWebDeploymentTool"89 89 /> 90 90 <Tool … … 141 141 OptimizeReferences="2" 142 142 EnableCOMDATFolding="2" 143 RandomizedBaseAddress="1" 144 DataExecutionPrevention="0" 143 145 TargetMachine="1" 144 146 /> … … 162 164 /> 163 165 <Tool 164 Name="VCWebDeploymentTool"165 />166 <Tool167 166 Name="VCPostBuildEventTool" 168 167 /> -
libcaca/trunk/libcaca.sln
r2955 r3428 1 Microsoft Visual Studio Solution File, Format Version 9.002 # Visual Studio 200 51 Microsoft Visual Studio Solution File, Format Version 10.00 2 # Visual Studio 2008 3 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacafire", "src\cacafire.vcproj", "{F25D1237-9ED8-4343-B958-308C95FE392F}" 4 4 ProjectSection(ProjectDependencies) = postProject -
libcaca/trunk/src/cacademo.vcproj
r2900 r3428 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 8.00"4 Version="9.00" 5 5 Name="cacademo" 6 6 ProjectGUID="{EE082122-5ECD-4DB4-93C7-145392074F8B}" 7 7 RootNamespace="cacademo" 8 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="131072" 9 10 > 10 11 <Platforms> … … 18 19 <Configuration 19 20 Name="Debug|Win32" 20 OutputDirectory=" Debug"21 IntermediateDirectory=" Debug"21 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 22 IntermediateDirectory="$(ConfigurationName)" 22 23 ConfigurationType="1" 23 24 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" … … 71 72 ProgramDatabaseFile="$(OutDir)/cacademo.pdb" 72 73 SubSystem="1" 74 RandomizedBaseAddress="1" 75 DataExecutionPrevention="0" 73 76 TargetMachine="1" 74 77 /> … … 90 93 <Tool 91 94 Name="VCAppVerifierTool" 92 />93 <Tool94 Name="VCWebDeploymentTool"95 95 /> 96 96 <Tool … … 100 100 <Configuration 101 101 Name="Release|Win32" 102 OutputDirectory=" Release"103 IntermediateDirectory=" Release"102 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 103 IntermediateDirectory="$(ConfigurationName)" 104 104 ConfigurationType="1" 105 105 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" … … 155 155 OptimizeReferences="2" 156 156 EnableCOMDATFolding="2" 157 RandomizedBaseAddress="1" 158 DataExecutionPrevention="0" 157 159 TargetMachine="1" 158 160 /> … … 174 176 <Tool 175 177 Name="VCAppVerifierTool" 176 />177 <Tool178 Name="VCWebDeploymentTool"179 178 /> 180 179 <Tool -
libcaca/trunk/src/cacafire.vcproj
r2900 r3428 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 8.00"4 Version="9.00" 5 5 Name="cacafire" 6 6 ProjectGUID="{F25D1237-9ED8-4343-B958-308C95FE392F}" 7 RootNamespace="cacafire" 7 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="131072" 8 10 > 9 11 <Platforms> … … 17 19 <Configuration 18 20 Name="Debug|Win32" 19 OutputDirectory=" Debug"20 IntermediateDirectory=" Debug"21 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 22 IntermediateDirectory="$(ConfigurationName)" 21 23 ConfigurationType="1" 22 24 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" … … 70 72 ProgramDatabaseFile="$(OutDir)/cacafire.pdb" 71 73 SubSystem="1" 74 RandomizedBaseAddress="1" 75 DataExecutionPrevention="0" 72 76 TargetMachine="1" 73 77 /> … … 89 93 <Tool 90 94 Name="VCAppVerifierTool" 91 />92 <Tool93 Name="VCWebDeploymentTool"94 95 /> 95 96 <Tool … … 99 100 <Configuration 100 101 Name="Release|Win32" 101 OutputDirectory=" Release"102 IntermediateDirectory=" Release"102 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 103 IntermediateDirectory="$(ConfigurationName)" 103 104 ConfigurationType="1" 104 105 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" … … 154 155 OptimizeReferences="2" 155 156 EnableCOMDATFolding="2" 157 RandomizedBaseAddress="1" 158 DataExecutionPrevention="0" 156 159 TargetMachine="1" 157 160 /> … … 173 176 <Tool 174 177 Name="VCAppVerifierTool" 175 />176 <Tool177 Name="VCWebDeploymentTool"178 178 /> 179 179 <Tool -
libcaca/trunk/src/cacaview.vcproj
r2900 r3428 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 8.00"4 Version="9.00" 5 5 Name="cacaview" 6 6 ProjectGUID="{62E567BD-73B7-4C1E-9919-6423C8A8F72E}" 7 7 Keyword="Win32Proj" 8 TargetFrameworkVersion="131072" 8 9 > 9 10 <Platforms> … … 17 18 <Configuration 18 19 Name="Debug|Win32" 19 OutputDirectory=" Debug"20 IntermediateDirectory=" Debug"20 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 21 IntermediateDirectory="$(ConfigurationName)" 21 22 ConfigurationType="1" 22 23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" … … 68 69 ProgramDatabaseFile="$(OutDir)/cacaview.pdb" 69 70 SubSystem="1" 71 RandomizedBaseAddress="1" 72 DataExecutionPrevention="0" 70 73 TargetMachine="1" 71 74 /> … … 87 90 <Tool 88 91 Name="VCAppVerifierTool" 89 />90 <Tool91 Name="VCWebDeploymentTool"92 92 /> 93 93 <Tool … … 97 97 <Configuration 98 98 Name="Release|Win32" 99 OutputDirectory=" Release"100 IntermediateDirectory=" Release"99 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 100 IntermediateDirectory="$(ConfigurationName)" 101 101 ConfigurationType="1" 102 102 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" … … 150 150 OptimizeReferences="2" 151 151 EnableCOMDATFolding="2" 152 RandomizedBaseAddress="1" 153 DataExecutionPrevention="0" 152 154 TargetMachine="1" 153 155 /> … … 169 171 <Tool 170 172 Name="VCAppVerifierTool" 171 />172 <Tool173 Name="VCWebDeploymentTool"174 173 /> 175 174 <Tool
Note: See TracChangeset
for help on using the changeset viewer.