precompile.csproj 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <SignAssembly>false</SignAssembly>
  5. <TargetFrameworkProfile />
  6. </PropertyGroup>
  7. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CoreOnly|AnyCPU'">
  8. <OutputPath>bin\CoreOnly\</OutputPath>
  9. <DefineConstants>TRACE</DefineConstants>
  10. <DocumentationFile>bin\Release\precompile.XML</DocumentationFile>
  11. <Optimize>true</Optimize>
  12. <DebugType>pdbonly</DebugType>
  13. <PlatformTarget>AnyCPU</PlatformTarget>
  14. <CodeAnalysisLogFile>bin\Release\precompile.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  15. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  16. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  17. <ErrorReport>prompt</ErrorReport>
  18. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  19. <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  20. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  21. <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  22. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  23. <Prefer32Bit>false</Prefer32Bit>
  24. </PropertyGroup>
  25. <PropertyGroup>
  26. <ApplicationIcon>precompile.ico</ApplicationIcon>
  27. </PropertyGroup>
  28. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  29. <PropertyGroup>
  30. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  31. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  32. <ProjectGuid>{2EA60052-319B-4079-8DA1-4D65853A9A76}</ProjectGuid>
  33. <AssemblyOriginatorKeyFile>..\ProtoBuf.snk</AssemblyOriginatorKeyFile>
  34. <OutputType>Exe</OutputType>
  35. <AppDesignerFolder>Properties</AppDesignerFolder>
  36. <RootNamespace>ProtoBuf.Precompile</RootNamespace>
  37. <AssemblyName>precompile</AssemblyName>
  38. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  39. <FileAlignment>512</FileAlignment>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>..\library\Precompile\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <DocumentationFile>
  51. </DocumentationFile>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <PlatformTarget>AnyCPU</PlatformTarget>
  56. <DebugType>pdbonly</DebugType>
  57. <Optimize>true</Optimize>
  58. <OutputPath>bin\Release\</OutputPath>
  59. <DefineConstants>TRACE</DefineConstants>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <DocumentationFile>bin\Release\precompile.XML</DocumentationFile>
  63. <Prefer32Bit>false</Prefer32Bit>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="IKVM.Reflection">
  67. <HintPath>..\Tools\IKVM.Reflection.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Xml" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="Program.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <None Include="app.config" />
  79. <None Include="precompile.ico" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ProjectReference Include="..\protobuf-net_IKVM\protobuf-net_IKVM.csproj">
  83. <Project>{7d09cd88-098b-499b-95d2-7394dfbc9b5d}</Project>
  84. <Name>protobuf-net_IKVM</Name>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  88. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  89. Other similar extension points exist, see Microsoft.Common.targets.
  90. <Target Name="BeforeBuild">
  91. </Target>
  92. <Target Name="AfterBuild">
  93. </Target>
  94. -->
  95. </Project>