play with the Windows port, there is a 90-day evaluation version available for free on the Microsoft website.tags/v0.99.beta17
| @@ -1,20 +1,40 @@ | |||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> | |||
| <PropertyGroup> | |||
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |||
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |||
| <ProductVersion>8.0.50727</ProductVersion> | |||
| <ProductVersion>9.0.30729</ProductVersion> | |||
| <SchemaVersion>2.0</SchemaVersion> | |||
| <ProjectGuid>{046BD004-7B02-4521-BF01-9D9042F19AD5}</ProjectGuid> | |||
| <OutputType>Library</OutputType> | |||
| <AppDesignerFolder>Properties</AppDesignerFolder> | |||
| <RootNamespace>caca_sharp</RootNamespace> | |||
| <AssemblyName>caca-sharp</AssemblyName> | |||
| <FileUpgradeFlags> | |||
| </FileUpgradeFlags> | |||
| <OldToolsVersion>2.0</OldToolsVersion> | |||
| <UpgradeBackupLocation> | |||
| </UpgradeBackupLocation> | |||
| <PublishUrl>publish\</PublishUrl> | |||
| <Install>true</Install> | |||
| <InstallFrom>Disk</InstallFrom> | |||
| <UpdateEnabled>false</UpdateEnabled> | |||
| <UpdateMode>Foreground</UpdateMode> | |||
| <UpdateInterval>7</UpdateInterval> | |||
| <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |||
| <UpdatePeriodically>false</UpdatePeriodically> | |||
| <UpdateRequired>false</UpdateRequired> | |||
| <MapFileExtensions>true</MapFileExtensions> | |||
| <ApplicationRevision>0</ApplicationRevision> | |||
| <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |||
| <IsWebBootstrapper>false</IsWebBootstrapper> | |||
| <UseApplicationTrust>false</UseApplicationTrust> | |||
| <BootstrapperEnabled>true</BootstrapperEnabled> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |||
| <DebugSymbols>true</DebugSymbols> | |||
| <DebugType>full</DebugType> | |||
| <Optimize>false</Optimize> | |||
| <OutputPath>Debug\</OutputPath> | |||
| <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> | |||
| <DefineConstants>DEBUG;TRACE</DefineConstants> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <WarningLevel>4</WarningLevel> | |||
| @@ -22,7 +42,7 @@ | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |||
| <DebugType>pdbonly</DebugType> | |||
| <Optimize>true</Optimize> | |||
| <OutputPath>Release\</OutputPath> | |||
| <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> | |||
| <DefineConstants>TRACE</DefineConstants> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <WarningLevel>4</WarningLevel> | |||
| @@ -43,6 +63,23 @@ | |||
| <Compile Include="Event.cs" /> | |||
| <Compile Include="AssemblyInfo.cs" /> | |||
| </ItemGroup> | |||
| <ItemGroup> | |||
| <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 2.0 %28x86%29</ProductName> | |||
| <Install>true</Install> | |||
| </BootstrapperPackage> | |||
| <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 3.0 %28x86%29</ProductName> | |||
| <Install>false</Install> | |||
| </BootstrapperPackage> | |||
| <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 3.5</ProductName> | |||
| <Install>false</Install> | |||
| </BootstrapperPackage> | |||
| </ItemGroup> | |||
| <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |||
| <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |||
| Other similar extension points exist, see Microsoft.Common.targets. | |||
| @@ -51,4 +88,4 @@ | |||
| <Target Name="AfterBuild"> | |||
| </Target> | |||
| --> | |||
| </Project> | |||
| </Project> | |||
| @@ -1,21 +1,41 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> | |||
| <PropertyGroup> | |||
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |||
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |||
| <ProductVersion>8.0.50727</ProductVersion> | |||
| <ProductVersion>9.0.30729</ProductVersion> | |||
| <SchemaVersion>2.0</SchemaVersion> | |||
| <ProjectGuid>{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}</ProjectGuid> | |||
| <OutputType>Exe</OutputType> | |||
| <AppDesignerFolder>Properties</AppDesignerFolder> | |||
| <RootNamespace>test_csharp</RootNamespace> | |||
| <AssemblyName>test-csharp</AssemblyName> | |||
| <FileUpgradeFlags> | |||
| </FileUpgradeFlags> | |||
| <OldToolsVersion>2.0</OldToolsVersion> | |||
| <UpgradeBackupLocation> | |||
| </UpgradeBackupLocation> | |||
| <PublishUrl>publish\</PublishUrl> | |||
| <Install>true</Install> | |||
| <InstallFrom>Disk</InstallFrom> | |||
| <UpdateEnabled>false</UpdateEnabled> | |||
| <UpdateMode>Foreground</UpdateMode> | |||
| <UpdateInterval>7</UpdateInterval> | |||
| <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |||
| <UpdatePeriodically>false</UpdatePeriodically> | |||
| <UpdateRequired>false</UpdateRequired> | |||
| <MapFileExtensions>true</MapFileExtensions> | |||
| <ApplicationRevision>0</ApplicationRevision> | |||
| <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |||
| <IsWebBootstrapper>false</IsWebBootstrapper> | |||
| <UseApplicationTrust>false</UseApplicationTrust> | |||
| <BootstrapperEnabled>true</BootstrapperEnabled> | |||
| </PropertyGroup> | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |||
| <DebugSymbols>true</DebugSymbols> | |||
| <DebugType>full</DebugType> | |||
| <Optimize>false</Optimize> | |||
| <OutputPath>Debug\</OutputPath> | |||
| <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> | |||
| <DefineConstants>DEBUG;TRACE</DefineConstants> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <WarningLevel>4</WarningLevel> | |||
| @@ -23,7 +43,7 @@ | |||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |||
| <DebugType>pdbonly</DebugType> | |||
| <Optimize>true</Optimize> | |||
| <OutputPath>Release\</OutputPath> | |||
| <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> | |||
| <DefineConstants>TRACE</DefineConstants> | |||
| <ErrorReport>prompt</ErrorReport> | |||
| <WarningLevel>4</WarningLevel> | |||
| @@ -48,4 +68,21 @@ | |||
| <ItemGroup> | |||
| <Reference Include="System.Drawing" /> | |||
| </ItemGroup> | |||
| </Project> | |||
| <ItemGroup> | |||
| <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 2.0 %28x86%29</ProductName> | |||
| <Install>true</Install> | |||
| </BootstrapperPackage> | |||
| <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 3.0 %28x86%29</ProductName> | |||
| <Install>false</Install> | |||
| </BootstrapperPackage> | |||
| <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> | |||
| <Visible>False</Visible> | |||
| <ProductName>.NET Framework 3.5</ProductName> | |||
| <Install>false</Install> | |||
| </BootstrapperPackage> | |||
| </ItemGroup> | |||
| </Project> | |||
| @@ -1,9 +1,11 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="8.00" | |||
| Version="9.00" | |||
| Name="libcaca" | |||
| ProjectGUID="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" | |||
| RootNamespace="libcaca" | |||
| TargetFrameworkVersion="131072" | |||
| > | |||
| <Platforms> | |||
| <Platform | |||
| @@ -38,7 +40,7 @@ | |||
| <Tool | |||
| Name="VCCLCompilerTool" | |||
| Optimization="0" | |||
| AdditionalIncludeDirectories="..\win32" | |||
| AdditionalIncludeDirectories="..\win32;"$(projectDir)"" | |||
| PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__" | |||
| MinimalRebuild="true" | |||
| BasicRuntimeChecks="3" | |||
| @@ -62,6 +64,8 @@ | |||
| Name="VCLinkerTool" | |||
| ModuleDefinitionFile=".\libcaca.def" | |||
| GenerateDebugInformation="true" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -82,9 +86,6 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||
| @@ -114,7 +115,7 @@ | |||
| /> | |||
| <Tool | |||
| Name="VCCLCompilerTool" | |||
| AdditionalIncludeDirectories="..\win32" | |||
| AdditionalIncludeDirectories="..\win32;"$(projectDir)"" | |||
| PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__" | |||
| RuntimeLibrary="2" | |||
| WarningLevel="3" | |||
| @@ -138,6 +139,8 @@ | |||
| GenerateDebugInformation="true" | |||
| OptimizeReferences="2" | |||
| EnableCOMDATFolding="2" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -158,9 +161,6 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||
| @@ -170,27 +170,46 @@ | |||
| </References> | |||
| <Files> | |||
| <Filter | |||
| Name="Header Files" | |||
| Filter="h;hpp;hxx;hm;inl;inc;xsd" | |||
| Name="driver" | |||
| > | |||
| <File | |||
| RelativePath="caca.h" | |||
| RelativePath=".\driver\gl.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca_internals.h" | |||
| RelativePath=".\driver\ncurses.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="caca_stubs.h" | |||
| RelativePath=".\driver\raw.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="..\win32\caca_types.h" | |||
| RelativePath=".\driver\slang.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath="..\win32\config.h" | |||
| RelativePath=".\driver\vga.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\driver\win32.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\driver\x11.c" | |||
| > | |||
| </File> | |||
| </Filter> | |||
| <Filter | |||
| Name="codec" | |||
| > | |||
| <File | |||
| RelativePath=".\codec\export.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\codec\import.c" | |||
| > | |||
| </File> | |||
| </Filter> | |||
| @@ -207,61 +226,49 @@ | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\canvas.c" | |||
| RelativePath="caca.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\charset.c" | |||
| RelativePath="caca_internals.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\conic.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\dither.c" | |||
| RelativePath="caca_stubs.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\driver\conio.c" | |||
| RelativePath="..\win32\caca_types.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\driver\gl.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\driver\ncurses.c" | |||
| RelativePath=".\canvas.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\driver\raw.c" | |||
| RelativePath=".\charset.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\driver\slang.c" | |||
| RelativePath="..\win32\config.h" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\driver\vga.c" | |||
| RelativePath=".\conic.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\driver\win32.c" | |||
| RelativePath=".\driver\conio.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\driver\x11.c" | |||
| RelativePath=".\dither.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\event.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\codec\export.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\figfont.c" | |||
| > | |||
| @@ -282,10 +289,6 @@ | |||
| RelativePath=".\graphics.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\codec\import.c" | |||
| > | |||
| </File> | |||
| <File | |||
| RelativePath=".\legacy.c" | |||
| > | |||
| @@ -1,9 +1,10 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="8.00" | |||
| Version="9.00" | |||
| Name="libcaca++" | |||
| ProjectGUID="{5AAFB727-094F-4104-A765-A94B32497C7D}" | |||
| TargetFrameworkVersion="131072" | |||
| > | |||
| <Platforms> | |||
| <Platform | |||
| @@ -62,6 +63,8 @@ | |||
| Name="VCLinkerTool" | |||
| ModuleDefinitionFile=".\libcaca++.def" | |||
| GenerateDebugInformation="true" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -82,9 +85,6 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||
| @@ -138,6 +138,8 @@ | |||
| GenerateDebugInformation="true" | |||
| OptimizeReferences="2" | |||
| EnableCOMDATFolding="2" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -158,9 +160,6 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||
| @@ -1,11 +1,12 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="8.00" | |||
| Version="9.00" | |||
| Name="test-cxx" | |||
| ProjectGUID="{F2530E59-7ADB-4D3C-8873-6D110788B8F7}" | |||
| RootNamespace="testcxx" | |||
| Keyword="Win32Proj" | |||
| TargetFrameworkVersion="131072" | |||
| > | |||
| <Platforms> | |||
| <Platform | |||
| @@ -64,6 +65,8 @@ | |||
| LinkIncremental="2" | |||
| GenerateDebugInformation="true" | |||
| SubSystem="1" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -84,9 +87,6 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||
| @@ -140,6 +140,8 @@ | |||
| SubSystem="1" | |||
| OptimizeReferences="2" | |||
| EnableCOMDATFolding="2" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -160,9 +162,6 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||
| @@ -1,5 +1,5 @@ | |||
| Microsoft Visual Studio Solution File, Format Version 9.00 | |||
| # Visual Studio 2005 | |||
| Microsoft Visual Studio Solution File, Format Version 10.00 | |||
| # Visual Studio 2008 | |||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacafire", "src\cacafire.vcproj", "{F25D1237-9ED8-4343-B958-308C95FE392F}" | |||
| ProjectSection(ProjectDependencies) = postProject | |||
| {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
| @@ -1,11 +1,12 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="8.00" | |||
| Version="9.00" | |||
| Name="cacademo" | |||
| ProjectGUID="{EE082122-5ECD-4DB4-93C7-145392074F8B}" | |||
| RootNamespace="cacademo" | |||
| Keyword="Win32Proj" | |||
| TargetFrameworkVersion="131072" | |||
| > | |||
| <Platforms> | |||
| <Platform | |||
| @@ -17,8 +18,8 @@ | |||
| <Configurations> | |||
| <Configuration | |||
| Name="Debug|Win32" | |||
| OutputDirectory="Debug" | |||
| IntermediateDirectory="Debug" | |||
| OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
| IntermediateDirectory="$(ConfigurationName)" | |||
| ConfigurationType="1" | |||
| InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
| CharacterSet="2" | |||
| @@ -70,6 +71,8 @@ | |||
| GenerateDebugInformation="true" | |||
| ProgramDatabaseFile="$(OutDir)/cacademo.pdb" | |||
| SubSystem="1" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -90,17 +93,14 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||
| </Configuration> | |||
| <Configuration | |||
| Name="Release|Win32" | |||
| OutputDirectory="Release" | |||
| IntermediateDirectory="Release" | |||
| OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
| IntermediateDirectory="$(ConfigurationName)" | |||
| ConfigurationType="1" | |||
| InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
| CharacterSet="2" | |||
| @@ -154,6 +154,8 @@ | |||
| SubSystem="1" | |||
| OptimizeReferences="2" | |||
| EnableCOMDATFolding="2" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -174,9 +176,6 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||
| @@ -1,10 +1,12 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="8.00" | |||
| Version="9.00" | |||
| Name="cacafire" | |||
| ProjectGUID="{F25D1237-9ED8-4343-B958-308C95FE392F}" | |||
| RootNamespace="cacafire" | |||
| Keyword="Win32Proj" | |||
| TargetFrameworkVersion="131072" | |||
| > | |||
| <Platforms> | |||
| <Platform | |||
| @@ -16,8 +18,8 @@ | |||
| <Configurations> | |||
| <Configuration | |||
| Name="Debug|Win32" | |||
| OutputDirectory="Debug" | |||
| IntermediateDirectory="Debug" | |||
| OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
| IntermediateDirectory="$(ConfigurationName)" | |||
| ConfigurationType="1" | |||
| InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
| CharacterSet="2" | |||
| @@ -69,6 +71,8 @@ | |||
| GenerateDebugInformation="true" | |||
| ProgramDatabaseFile="$(OutDir)/cacafire.pdb" | |||
| SubSystem="1" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -89,17 +93,14 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||
| </Configuration> | |||
| <Configuration | |||
| Name="Release|Win32" | |||
| OutputDirectory="Release" | |||
| IntermediateDirectory="Release" | |||
| OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
| IntermediateDirectory="$(ConfigurationName)" | |||
| ConfigurationType="1" | |||
| InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
| CharacterSet="2" | |||
| @@ -153,6 +154,8 @@ | |||
| SubSystem="1" | |||
| OptimizeReferences="2" | |||
| EnableCOMDATFolding="2" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -173,9 +176,6 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||
| @@ -1,10 +1,11 @@ | |||
| <?xml version="1.0" encoding="Windows-1252"?> | |||
| <VisualStudioProject | |||
| ProjectType="Visual C++" | |||
| Version="8.00" | |||
| Version="9.00" | |||
| Name="cacaview" | |||
| ProjectGUID="{62E567BD-73B7-4C1E-9919-6423C8A8F72E}" | |||
| Keyword="Win32Proj" | |||
| TargetFrameworkVersion="131072" | |||
| > | |||
| <Platforms> | |||
| <Platform | |||
| @@ -16,8 +17,8 @@ | |||
| <Configurations> | |||
| <Configuration | |||
| Name="Debug|Win32" | |||
| OutputDirectory="Debug" | |||
| IntermediateDirectory="Debug" | |||
| OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
| IntermediateDirectory="$(ConfigurationName)" | |||
| ConfigurationType="1" | |||
| InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
| CharacterSet="2" | |||
| @@ -67,6 +68,8 @@ | |||
| GenerateDebugInformation="true" | |||
| ProgramDatabaseFile="$(OutDir)/cacaview.pdb" | |||
| SubSystem="1" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -87,17 +90,14 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||
| </Configuration> | |||
| <Configuration | |||
| Name="Release|Win32" | |||
| OutputDirectory="Release" | |||
| IntermediateDirectory="Release" | |||
| OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||
| IntermediateDirectory="$(ConfigurationName)" | |||
| ConfigurationType="1" | |||
| InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
| CharacterSet="2" | |||
| @@ -149,6 +149,8 @@ | |||
| SubSystem="1" | |||
| OptimizeReferences="2" | |||
| EnableCOMDATFolding="2" | |||
| RandomizedBaseAddress="1" | |||
| DataExecutionPrevention="0" | |||
| TargetMachine="1" | |||
| /> | |||
| <Tool | |||
| @@ -169,9 +171,6 @@ | |||
| <Tool | |||
| Name="VCAppVerifierTool" | |||
| /> | |||
| <Tool | |||
| Name="VCWebDeploymentTool" | |||
| /> | |||
| <Tool | |||
| Name="VCPostBuildEventTool" | |||
| /> | |||