[16792] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{44B10478-D290-43D3-9757-C08F5292FEA5}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Protobuf</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Protobuf</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <Deterministic>true</Deterministic>
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 35 | <Prefer32Bit>false</Prefer32Bit>
|
---|
| 36 | </PropertyGroup>
|
---|
| 37 | <ItemGroup>
|
---|
| 38 | <Reference Include="System" />
|
---|
| 39 | <Reference Include="System.Core" />
|
---|
| 40 | <Reference Include="System.Drawing" />
|
---|
| 41 | <Reference Include="System.Xml.Linq" />
|
---|
| 42 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 43 | <Reference Include="Microsoft.CSharp" />
|
---|
| 44 | <Reference Include="System.Data" />
|
---|
| 45 | <Reference Include="System.Net.Http" />
|
---|
| 46 | <Reference Include="System.Xml" />
|
---|
| 47 | </ItemGroup>
|
---|
| 48 | <ItemGroup>
|
---|
| 49 | <Compile Include="Plugin.cs" />
|
---|
| 50 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 51 | </ItemGroup>
|
---|
| 52 | <ItemGroup>
|
---|
| 53 | <None Include="Plugin.cs.frame" />
|
---|
| 54 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 55 | </ItemGroup>
|
---|
| 56 | <ItemGroup>
|
---|
| 57 | <Content Include="Google.Protobuf.License.txt">
|
---|
| 58 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
---|
| 59 | </Content>
|
---|
| 60 | </ItemGroup>
|
---|
| 61 | <ItemGroup>
|
---|
| 62 | <PackageReference Include="Google.Protobuf">
|
---|
| 63 | <Version>3.6.1</Version>
|
---|
| 64 | </PackageReference>
|
---|
| 65 | </ItemGroup>
|
---|
[17105] | 66 | <ItemGroup>
|
---|
| 67 | <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 68 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 69 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 70 | <Private>False</Private>
|
---|
| 71 | </ProjectReference>
|
---|
| 72 | </ItemGroup>
|
---|
[16792] | 73 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 74 | <PropertyGroup>
|
---|
| 75 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 76 | set ProjectDir=$(ProjectDir)
|
---|
| 77 | set SolutionDir=$(SolutionDir)
|
---|
| 78 | set Outdir=$(Outdir)
|
---|
| 79 |
|
---|
| 80 | call PreBuildEvent.cmd
|
---|
| 81 | </PreBuildEvent>
|
---|
| 82 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 83 | export ProjectDir=$(ProjectDir)
|
---|
| 84 | export SolutionDir=$(SolutionDir)
|
---|
| 85 |
|
---|
| 86 | $SolutionDir/PreBuildEvent.sh
|
---|
| 87 | </PreBuildEvent>
|
---|
| 88 | </PropertyGroup>
|
---|
| 89 | </Project> |
---|