Changeset 3562


Ignore:
Timestamp:
07/22/09 10:24:52 (4 years ago)
Author:
sam
Message:

Update the Win32 solution for Visual Studio 2008.

Location:
libpipi/trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/ThePimp

    • Property svn:ignore
      •  

        old new  
        1212lib 
        1313share 
         14obj 
  • libpipi/trunk/ThePimp/ThePimp.csproj

    r3063 r3562  
    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"> 
    33  <PropertyGroup> 
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>8.0.50727</ProductVersion> 
     6    <ProductVersion>9.0.30729</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{D681A55E-B8E2-4741-87E6-49500109D6E0}</ProjectGuid> 
     
    1111    <RootNamespace>ThePimp</RootNamespace> 
    1212    <AssemblyName>Pimp</AssemblyName> 
     13    <FileUpgradeFlags> 
     14    </FileUpgradeFlags> 
     15    <OldToolsVersion>2.0</OldToolsVersion> 
     16    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
     17    <UpgradeBackupLocation> 
     18    </UpgradeBackupLocation> 
    1319  </PropertyGroup> 
    1420  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     
    2430    <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 
    2531    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 
     32    <PlatformTarget>x86</PlatformTarget> 
    2633  </PropertyGroup> 
    2734  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 
     
    3744    <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 
    3845    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 
     46    <PlatformTarget>x86</PlatformTarget> 
    3947  </PropertyGroup> 
    4048  <ItemGroup> 
     
    5462      <SpecificVersion>False</SpecificVersion> 
    5563      <HintPath>..\win32\gtksharp\bin\gtk-sharp.dll</HintPath> 
    56     </Reference> 
    57     <Reference Include="gtkglarea-sharp, Version=0.0.3.0, Culture=neutral, PublicKeyToken=7df758c0fb49fe62"> 
    58       <SpecificVersion>False</SpecificVersion> 
    59       <HintPath>..\win32\gtksharp\bin\gtkglarea-sharp.dll</HintPath> 
    6064    </Reference> 
    6165    <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"> 
     
    106110       Other similar extension points exist, see Microsoft.Common.targets. --> 
    107111  <Target Name="BeforeBuild"> 
    108     <CreateItem Include="..\win32\gtksharp\**\*.*" Exclude="..\win32\**\.svn\**"> 
    109       <Output TaskParameter="Include" ItemName="DistInclude" /> 
    110     </CreateItem> 
    111     <Copy Sourcefiles="@(DistInclude)" DestinationFolder="$(OutDir)\..\%(RecursiveDir)" /> 
    112112  </Target> 
    113113  <Target Name="AfterBuild"> 
     114    <CreateItem Include="..\win32\gtksharp\**\*.*" Exclude="..\win32\**\.svn\**"> 
     115      <Output TaskParameter="Include" ItemName="ContribDll" /> 
     116    </CreateItem> 
     117    <Copy SkipUnchangedFiles="True" Sourcefiles="@(ContribDll)" DestinationFolder="$(OutDir)\..\%(RecursiveDir)" /> 
    114118  </Target> 
    115119  <ProjectExtensions> 
  • libpipi/trunk/libpipi.sln

    r2947 r3562  
    11 
    2 Microsoft Visual Studio Solution File, Format Version 9.00 
    3 # Visual Studio 2005 
     2Microsoft Visual Studio Solution File, Format Version 10.00 
     3# Visual C++ Express 2008 
    44Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test-csharp", "pipi-sharp\test-csharp.csproj", "{2A062F77-ED16-4B74-B7B7-5ED93FAF300A}" 
    55        ProjectSection(ProjectDependencies) = postProject 
     
    2727                Debug|Mixed Platforms = Debug|Mixed Platforms 
    2828                Debug|Win32 = Debug|Win32 
     29                Debug|Win64 = Debug|Win64 
    2930                Release|Any CPU = Release|Any CPU 
    3031                Release|Mixed Platforms = Release|Mixed Platforms 
    3132                Release|Win32 = Release|Win32 
     33                Release|Win64 = Release|Win64 
    3234        EndGlobalSection 
    3335        GlobalSection(ProjectConfigurationPlatforms) = postSolution 
     
    3739                {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    3840                {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Debug|Win32.ActiveCfg = Debug|Any CPU 
     41                {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Debug|Win32.Build.0 = Debug|Any CPU 
     42                {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Debug|Win64.ActiveCfg = Debug|Any CPU 
     43                {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Debug|Win64.Build.0 = Debug|Any CPU 
    3944                {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    4045                {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Any CPU.Build.0 = Release|Any CPU 
     
    4247                {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Mixed Platforms.Build.0 = Release|Any CPU 
    4348                {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Win32.ActiveCfg = Release|Any CPU 
     49                {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Win64.ActiveCfg = Release|Any CPU 
    4450                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 
    4551                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Any CPU.Build.0 = Debug|Any CPU 
     
    4753                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    4854                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Win32.ActiveCfg = Debug|Any CPU 
     55                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Win32.Build.0 = Debug|Any CPU 
     56                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Win64.ActiveCfg = Debug|Any CPU 
     57                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Win64.Build.0 = Debug|Any CPU 
    4958                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    5059                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Any CPU.Build.0 = Release|Any CPU 
     
    5261                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU 
    5362                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Win32.ActiveCfg = Release|Any CPU 
     63                {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Win64.ActiveCfg = Release|Any CPU 
    5464                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 
    5565                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Any CPU.Build.0 = Debug|Any CPU 
     
    5767                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    5868                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Win32.ActiveCfg = Debug|Any CPU 
     69                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Win32.Build.0 = Debug|Any CPU 
     70                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Win64.ActiveCfg = Debug|Any CPU 
     71                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Win64.Build.0 = Debug|Any CPU 
    5972                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Any CPU.ActiveCfg = Release|Any CPU 
    6073                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Any CPU.Build.0 = Release|Any CPU 
     
    6275                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Mixed Platforms.Build.0 = Release|Any CPU 
    6376                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Win32.ActiveCfg = Release|Any CPU 
     77                {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Win64.ActiveCfg = Release|Any CPU 
    6478                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Any CPU.ActiveCfg = Debug|Win32 
    6579                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 
     
    6781                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Win32.ActiveCfg = Debug|Win32 
    6882                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Win32.Build.0 = Debug|Win32 
     83                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Win64.ActiveCfg = Debug|Win32 
     84                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Win64.Build.0 = Debug|Win32 
    6985                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Any CPU.ActiveCfg = Release|Win32 
    7086                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Mixed Platforms.ActiveCfg = Release|Win32 
     
    7288                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Win32.ActiveCfg = Release|Win32 
    7389                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Win32.Build.0 = Release|Win32 
     90                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Win64.ActiveCfg = Release|Win32 
     91                {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Win64.Build.0 = Release|Win32 
    7492                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Any CPU.ActiveCfg = Debug|Win32 
    7593                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 
     
    7795                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Win32.ActiveCfg = Debug|Win32 
    7896                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Win32.Build.0 = Debug|Win32 
     97                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Win64.ActiveCfg = Debug|Win32 
     98                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Win64.Build.0 = Debug|Win32 
    7999                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Any CPU.ActiveCfg = Release|Win32 
    80100                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Mixed Platforms.ActiveCfg = Release|Win32 
     
    82102                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Win32.ActiveCfg = Release|Win32 
    83103                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Win32.Build.0 = Release|Win32 
     104                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Win64.ActiveCfg = Release|Win32 
     105                {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Win64.Build.0 = Release|Win32 
    84106        EndGlobalSection 
    85107        GlobalSection(SolutionProperties) = preSolution 
  • libpipi/trunk/pipi-sharp

    • Property svn:ignore
      •  

        old new  
        77Makefile.in 
        88*.config 
         9bin 
         10obj 
         11*.user 
  • libpipi/trunk/pipi-sharp/pipi-sharp.csproj

    r2947 r3562  
    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"> 
    22  <PropertyGroup> 
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    5     <ProductVersion>8.0.50727</ProductVersion> 
     5    <ProductVersion>9.0.30729</ProductVersion> 
    66    <SchemaVersion>2.0</SchemaVersion> 
    77    <ProjectGuid>{FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}</ProjectGuid> 
     
    99    <RootNamespace>pipi_sharp</RootNamespace> 
    1010    <AssemblyName>pipi-sharp</AssemblyName> 
     11    <FileUpgradeFlags> 
     12    </FileUpgradeFlags> 
     13    <OldToolsVersion>2.0</OldToolsVersion> 
     14    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
     15    <UpgradeBackupLocation> 
     16    </UpgradeBackupLocation> 
    1117  </PropertyGroup> 
    1218  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     
    2329    <RootNamespace>pipi_sharp</RootNamespace> 
    2430    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 
     31    <PlatformTarget>x86</PlatformTarget> 
    2532  </PropertyGroup> 
    2633  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 
     
    3744    <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 
    3845    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 
     46    <PlatformTarget>x86</PlatformTarget> 
    3947  </PropertyGroup> 
    4048  <ItemGroup> 
  • libpipi/trunk/pipi-sharp/test-csharp.csproj

    r2947 r3562  
    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"> 
    22  <PropertyGroup> 
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    5     <ProductVersion>8.0.50727</ProductVersion> 
     5    <ProductVersion>9.0.30729</ProductVersion> 
    66    <SchemaVersion>2.0</SchemaVersion> 
    77    <ProjectGuid>{2A062F77-ED16-4B74-B7B7-5ED93FAF300A}</ProjectGuid> 
     
    99    <RootNamespace>test_csharp</RootNamespace> 
    1010    <AssemblyName>test</AssemblyName> 
     11    <FileUpgradeFlags> 
     12    </FileUpgradeFlags> 
     13    <OldToolsVersion>2.0</OldToolsVersion> 
     14    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
     15    <UpgradeBackupLocation> 
     16    </UpgradeBackupLocation> 
    1117  </PropertyGroup> 
    1218  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     
    2329    <RootNamespace>test_csharp</RootNamespace> 
    2430    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 
     31    <PlatformTarget>x86</PlatformTarget> 
    2532  </PropertyGroup> 
    2633  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 
     
    3744    <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 
    3845    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 
     46    <PlatformTarget>x86</PlatformTarget> 
    3947  </PropertyGroup> 
    4048  <ItemGroup> 
  • libpipi/trunk/pipi/libpipi.vcproj

    r3421 r3562  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="9.00" 
    55        Name="libpipi" 
    66        ProjectGUID="{48A34C3A-1E36-49B7-92C4-E982FDCB90C0}" 
    77        RootNamespace="libpipi" 
    88        Keyword="Win32Proj" 
     9        TargetFrameworkVersion="131072" 
    910        > 
    1011        <Platforms> 
     
    6263                                Name="VCLinkerTool" 
    6364                                AdditionalDependencies="gdiplus.lib gdi32.lib user32.lib" 
     65                                OutputFile="$(OutDir)\$(ProjectName)-0.dll" 
    6466                                LinkIncremental="2" 
    6567                                GenerateDebugInformation="true" 
    6668                                SubSystem="2" 
     69                                RandomizedBaseAddress="1" 
     70                                DataExecutionPrevention="0" 
    6771                                TargetMachine="1" 
    6872                        /> 
     
    8488                        <Tool 
    8589                                Name="VCAppVerifierTool" 
    86                         /> 
    87                         <Tool 
    88                                 Name="VCWebDeploymentTool" 
    8990                        /> 
    9091                        <Tool 
     
    135136                                Name="VCLinkerTool" 
    136137                                AdditionalDependencies="gdiplus.lib gdi32.lib user32.lib" 
     138                                OutputFile="$(OutDir)\$(ProjectName)-0.dll" 
    137139                                LinkIncremental="2" 
    138140                                GenerateDebugInformation="true" 
     
    140142                                OptimizeReferences="2" 
    141143                                EnableCOMDATFolding="2" 
     144                                RandomizedBaseAddress="1" 
     145                                DataExecutionPrevention="0" 
    142146                                TargetMachine="1" 
    143147                        /> 
     
    159163                        <Tool 
    160164                                Name="VCAppVerifierTool" 
    161                         /> 
    162                         <Tool 
    163                                 Name="VCWebDeploymentTool" 
    164165                        /> 
    165166                        <Tool 
     
    202203                </Filter> 
    203204                <Filter 
    204                         Name="Resource Files" 
    205                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 
    206                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 
    207                         > 
    208                 </Filter> 
    209                 <Filter 
    210205                        Name="Source Files" 
    211206                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 
     
    272267                                > 
    273268                                <File 
     269                                        RelativePath=".\combine\blit.c" 
     270                                        > 
     271                                </File> 
     272                                <File 
    274273                                        RelativePath=".\combine\merge.c" 
    275274                                        > 
     
    341340                                <File 
    342341                                        RelativePath=".\filter\median.c" 
     342                                        > 
     343                                </File> 
     344                                <File 
     345                                        RelativePath=".\filter\rotate.c" 
    343346                                        > 
    344347                                </File> 
  • libpipi/trunk/src

    • Property svn:ignore
      •  

        old new  
        55pipi 
        66*.exe 
         7*.user 
  • libpipi/trunk/src/pipi.vcproj

    r3421 r3562  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="9.00" 
    55        Name="pipi" 
    66        ProjectGUID="{26DD9429-2360-4F4F-80B5-251F3BD75D74}" 
    77        RootNamespace="pipi" 
    88        Keyword="Win32Proj" 
     9        TargetFrameworkVersion="131072" 
    910        > 
    1011        <Platforms> 
     
    6667                                GenerateDebugInformation="true" 
    6768                                SubSystem="1" 
     69                                RandomizedBaseAddress="1" 
     70                                DataExecutionPrevention="0" 
    6871                                TargetMachine="1" 
    6972                        /> 
     
    8588                        <Tool 
    8689                                Name="VCAppVerifierTool" 
    87                         /> 
    88                         <Tool 
    89                                 Name="VCWebDeploymentTool" 
    9090                        /> 
    9191                        <Tool 
     
    143143                                OptimizeReferences="2" 
    144144                                EnableCOMDATFolding="2" 
     145                                RandomizedBaseAddress="1" 
     146                                DataExecutionPrevention="0" 
    145147                                TargetMachine="1" 
    146148                        /> 
     
    162164                        <Tool 
    163165                                Name="VCAppVerifierTool" 
    164                         /> 
    165                         <Tool 
    166                                 Name="VCWebDeploymentTool" 
    167166                        /> 
    168167                        <Tool 
     
    194193                        </File> 
    195194                </Filter> 
    196                 <Filter 
    197                         Name="Resource Files" 
    198                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 
    199                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 
    200                         > 
    201                 </Filter> 
    202195        </Files> 
    203196        <Globals> 
  • libpipi/trunk/win32

    • Property svn:ignore
      •  

        old new  
        11Makefile.in 
        22Makefile 
         3Debug 
         4Release 
Note: See TracChangeset for help on using the changeset viewer.