Changeset 3562 for libpipi/trunk/pipi-sharp/pipi-sharp.csproj
- Timestamp:
- Jul 22, 2009, 10:24:52 AM (12 years ago)
- Location:
- libpipi/trunk/pipi-sharp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note: See TracChangeset
for help on using the changeset viewer.