Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

65 righe
2.7 KiB

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>pipi_sharp</RootNamespace>
  10. <AssemblyName>pipi-sharp</AssemblyName>
  11. <FileUpgradeFlags>
  12. </FileUpgradeFlags>
  13. <OldToolsVersion>2.0</OldToolsVersion>
  14. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  15. <UpgradeBackupLocation>
  16. </UpgradeBackupLocation>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>true</Optimize>
  22. <OutputPath>..\win32\Debug\bin\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  27. <OutputType>Library</OutputType>
  28. <AssemblyName>pipi-sharp</AssemblyName>
  29. <RootNamespace>pipi_sharp</RootNamespace>
  30. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  31. <PlatformTarget>x86</PlatformTarget>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>..\win32\Release\bin\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <OutputType>Library</OutputType>
  41. <AssemblyName>pipi-sharp</AssemblyName>
  42. <DebugSymbols>true</DebugSymbols>
  43. <RootNamespace>pipi_sharp</RootNamespace>
  44. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  45. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  46. <PlatformTarget>x86</PlatformTarget>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="System" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="AssemblyInfo.cs" />
  55. <Compile Include="Picture.cs" />
  56. <Compile Include="Pipi.cs" />
  57. </ItemGroup>
  58. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  59. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  60. Other similar extension points exist, see Microsoft.Common.targets. -->
  61. <Target Name="BeforeBuild">
  62. </Target>
  63. <Target Name="AfterBuild">
  64. </Target>
  65. </Project>