- Timestamp:
- Jul 22, 2009, 10:24:52 AM (14 years ago)
- Location:
- libpipi/trunk
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/ThePimp
- Property svn:ignore
-
old new 12 12 lib 13 13 share 14 obj
-
- Property svn:ignore
-
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"> 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>{D681A55E-B8E2-4741-87E6-49500109D6E0}</ProjectGuid> … … 11 11 <RootNamespace>ThePimp</RootNamespace> 12 12 <AssemblyName>Pimp</AssemblyName> 13 <FileUpgradeFlags> 14 </FileUpgradeFlags> 15 <OldToolsVersion>2.0</OldToolsVersion> 16 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 17 <UpgradeBackupLocation> 18 </UpgradeBackupLocation> 13 19 </PropertyGroup> 14 20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 30 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 25 31 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 32 <PlatformTarget>x86</PlatformTarget> 26 33 </PropertyGroup> 27 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 37 44 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 38 45 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 46 <PlatformTarget>x86</PlatformTarget> 39 47 </PropertyGroup> 40 48 <ItemGroup> … … 54 62 <SpecificVersion>False</SpecificVersion> 55 63 <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>60 64 </Reference> 61 65 <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"> … … 106 110 Other similar extension points exist, see Microsoft.Common.targets. --> 107 111 <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)" />112 112 </Target> 113 113 <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)" /> 114 118 </Target> 115 119 <ProjectExtensions> -
libpipi/trunk/libpipi.sln
r2947 r3562 1 1 2 Microsoft Visual Studio Solution File, Format Version 9.003 # Visual Studio 20052 Microsoft Visual Studio Solution File, Format Version 10.00 3 # Visual C++ Express 2008 4 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test-csharp", "pipi-sharp\test-csharp.csproj", "{2A062F77-ED16-4B74-B7B7-5ED93FAF300A}" 5 5 ProjectSection(ProjectDependencies) = postProject … … 27 27 Debug|Mixed Platforms = Debug|Mixed Platforms 28 28 Debug|Win32 = Debug|Win32 29 Debug|Win64 = Debug|Win64 29 30 Release|Any CPU = Release|Any CPU 30 31 Release|Mixed Platforms = Release|Mixed Platforms 31 32 Release|Win32 = Release|Win32 33 Release|Win64 = Release|Win64 32 34 EndGlobalSection 33 35 GlobalSection(ProjectConfigurationPlatforms) = postSolution … … 37 39 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 38 40 {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 39 44 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Any CPU.ActiveCfg = Release|Any CPU 40 45 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Any CPU.Build.0 = Release|Any CPU … … 42 47 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Mixed Platforms.Build.0 = Release|Any CPU 43 48 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Win32.ActiveCfg = Release|Any CPU 49 {2A062F77-ED16-4B74-B7B7-5ED93FAF300A}.Release|Win64.ActiveCfg = Release|Any CPU 44 50 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 45 51 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 47 53 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 48 54 {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 49 58 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Any CPU.ActiveCfg = Release|Any CPU 50 59 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Any CPU.Build.0 = Release|Any CPU … … 52 61 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU 53 62 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Win32.ActiveCfg = Release|Any CPU 63 {FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}.Release|Win64.ActiveCfg = Release|Any CPU 54 64 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 55 65 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 57 67 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 58 68 {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 59 72 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Any CPU.ActiveCfg = Release|Any CPU 60 73 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Any CPU.Build.0 = Release|Any CPU … … 62 75 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Mixed Platforms.Build.0 = Release|Any CPU 63 76 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Win32.ActiveCfg = Release|Any CPU 77 {D681A55E-B8E2-4741-87E6-49500109D6E0}.Release|Win64.ActiveCfg = Release|Any CPU 64 78 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Any CPU.ActiveCfg = Debug|Win32 65 79 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 … … 67 81 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Debug|Win32.ActiveCfg = Debug|Win32 68 82 {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 69 85 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Any CPU.ActiveCfg = Release|Win32 70 86 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Mixed Platforms.ActiveCfg = Release|Win32 … … 72 88 {48A34C3A-1E36-49B7-92C4-E982FDCB90C0}.Release|Win32.ActiveCfg = Release|Win32 73 89 {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 74 92 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Any CPU.ActiveCfg = Debug|Win32 75 93 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 … … 77 95 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Debug|Win32.ActiveCfg = Debug|Win32 78 96 {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 79 99 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Any CPU.ActiveCfg = Release|Win32 80 100 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Mixed Platforms.ActiveCfg = Release|Win32 … … 82 102 {26DD9429-2360-4F4F-80B5-251F3BD75D74}.Release|Win32.ActiveCfg = Release|Win32 83 103 {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 84 106 EndGlobalSection 85 107 GlobalSection(SolutionProperties) = preSolution -
libpipi/trunk/pipi-sharp
- Property svn:ignore
-
old new 7 7 Makefile.in 8 8 *.config 9 bin 10 obj 11 *.user
-
- Property svn:ignore
-
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"> 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>{FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}</ProjectGuid> … … 9 9 <RootNamespace>pipi_sharp</RootNamespace> 10 10 <AssemblyName>pipi-sharp</AssemblyName> 11 <FileUpgradeFlags> 12 </FileUpgradeFlags> 13 <OldToolsVersion>2.0</OldToolsVersion> 14 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 15 <UpgradeBackupLocation> 16 </UpgradeBackupLocation> 11 17 </PropertyGroup> 12 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 23 29 <RootNamespace>pipi_sharp</RootNamespace> 24 30 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 31 <PlatformTarget>x86</PlatformTarget> 25 32 </PropertyGroup> 26 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 37 44 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 38 45 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 46 <PlatformTarget>x86</PlatformTarget> 39 47 </PropertyGroup> 40 48 <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"> 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>{2A062F77-ED16-4B74-B7B7-5ED93FAF300A}</ProjectGuid> … … 9 9 <RootNamespace>test_csharp</RootNamespace> 10 10 <AssemblyName>test</AssemblyName> 11 <FileUpgradeFlags> 12 </FileUpgradeFlags> 13 <OldToolsVersion>2.0</OldToolsVersion> 14 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 15 <UpgradeBackupLocation> 16 </UpgradeBackupLocation> 11 17 </PropertyGroup> 12 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 23 29 <RootNamespace>test_csharp</RootNamespace> 24 30 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 31 <PlatformTarget>x86</PlatformTarget> 25 32 </PropertyGroup> 26 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 37 44 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 38 45 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 46 <PlatformTarget>x86</PlatformTarget> 39 47 </PropertyGroup> 40 48 <ItemGroup> -
libpipi/trunk/pipi/libpipi.vcproj
r3421 r3562 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 8.00"4 Version="9.00" 5 5 Name="libpipi" 6 6 ProjectGUID="{48A34C3A-1E36-49B7-92C4-E982FDCB90C0}" 7 7 RootNamespace="libpipi" 8 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="131072" 9 10 > 10 11 <Platforms> … … 62 63 Name="VCLinkerTool" 63 64 AdditionalDependencies="gdiplus.lib gdi32.lib user32.lib" 65 OutputFile="$(OutDir)\$(ProjectName)-0.dll" 64 66 LinkIncremental="2" 65 67 GenerateDebugInformation="true" 66 68 SubSystem="2" 69 RandomizedBaseAddress="1" 70 DataExecutionPrevention="0" 67 71 TargetMachine="1" 68 72 /> … … 84 88 <Tool 85 89 Name="VCAppVerifierTool" 86 />87 <Tool88 Name="VCWebDeploymentTool"89 90 /> 90 91 <Tool … … 135 136 Name="VCLinkerTool" 136 137 AdditionalDependencies="gdiplus.lib gdi32.lib user32.lib" 138 OutputFile="$(OutDir)\$(ProjectName)-0.dll" 137 139 LinkIncremental="2" 138 140 GenerateDebugInformation="true" … … 140 142 OptimizeReferences="2" 141 143 EnableCOMDATFolding="2" 144 RandomizedBaseAddress="1" 145 DataExecutionPrevention="0" 142 146 TargetMachine="1" 143 147 /> … … 159 163 <Tool 160 164 Name="VCAppVerifierTool" 161 />162 <Tool163 Name="VCWebDeploymentTool"164 165 /> 165 166 <Tool … … 202 203 </Filter> 203 204 <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 <Filter210 205 Name="Source Files" 211 206 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" … … 272 267 > 273 268 <File 269 RelativePath=".\combine\blit.c" 270 > 271 </File> 272 <File 274 273 RelativePath=".\combine\merge.c" 275 274 > … … 341 340 <File 342 341 RelativePath=".\filter\median.c" 342 > 343 </File> 344 <File 345 RelativePath=".\filter\rotate.c" 343 346 > 344 347 </File> -
libpipi/trunk/src
- Property svn:ignore
-
old new 5 5 pipi 6 6 *.exe 7 *.user
-
- Property svn:ignore
-
libpipi/trunk/src/pipi.vcproj
r3421 r3562 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 8.00"4 Version="9.00" 5 5 Name="pipi" 6 6 ProjectGUID="{26DD9429-2360-4F4F-80B5-251F3BD75D74}" 7 7 RootNamespace="pipi" 8 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="131072" 9 10 > 10 11 <Platforms> … … 66 67 GenerateDebugInformation="true" 67 68 SubSystem="1" 69 RandomizedBaseAddress="1" 70 DataExecutionPrevention="0" 68 71 TargetMachine="1" 69 72 /> … … 85 88 <Tool 86 89 Name="VCAppVerifierTool" 87 />88 <Tool89 Name="VCWebDeploymentTool"90 90 /> 91 91 <Tool … … 143 143 OptimizeReferences="2" 144 144 EnableCOMDATFolding="2" 145 RandomizedBaseAddress="1" 146 DataExecutionPrevention="0" 145 147 TargetMachine="1" 146 148 /> … … 162 164 <Tool 163 165 Name="VCAppVerifierTool" 164 />165 <Tool166 Name="VCWebDeploymentTool"167 166 /> 168 167 <Tool … … 194 193 </File> 195 194 </Filter> 196 <Filter197 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>202 195 </Files> 203 196 <Globals> -
libpipi/trunk/win32
- Property svn:ignore
-
old new 1 1 Makefile.in 2 2 Makefile 3 Debug 4 Release
-
- Property svn:ignore
Note: See TracChangeset
for help on using the changeset viewer.