Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

61 linhas
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>{2A062F77-ED16-4B74-B7B7-5ED93FAF300A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>test_csharp</RootNamespace>
  10. <AssemblyName>test</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>WinExe</OutputType>
  22. <AssemblyName>test</AssemblyName>
  23. <RootNamespace>test_csharp</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>WinExe</OutputType>
  34. <AssemblyName>test</AssemblyName>
  35. <DebugSymbols>true</DebugSymbols>
  36. <RootNamespace>test_csharp</RootNamespace>
  37. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  38. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="test.cs" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <ProjectReference Include="pipi-sharp.csproj">
  48. <Project>{FD11AF71-DCBE-4861-9DC6-EE4C6FD951C0}</Project>
  49. <Name>pipi-sharp</Name>
  50. </ProjectReference>
  51. </ItemGroup>
  52. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  53. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  54. Other similar extension points exist, see Microsoft.Common.targets.
  55. <Target Name="BeforeBuild">
  56. </Target>
  57. <Target Name="AfterBuild">
  58. </Target>
  59. -->
  60. </Project>