Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

58 rindas
2.4 KiB

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