Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/3.5.0/HeuristicLab.ProtobufCS/HeuristicLab.Protobuf-3.5.0.csproj @ 15501

Last change on this file since 15501 was 15501, checked in by jkarder, 6 years ago

#2520: added protobuf version 3.5.0 and changed proto definition

File size: 3.4 KB
Line 
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>{6F9C205F-5210-410C-9D5B-BE7C59265803}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.ProtobufCS</RootNamespace>
11    <AssemblyName>HeuristicLab.Protobuf-3.5.0</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\..\..\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>..\..\bin\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <PropertyGroup>
33    <SignAssembly>true</SignAssembly>
34  </PropertyGroup>
35  <PropertyGroup>
36    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
37  </PropertyGroup>
38  <ItemGroup>
39    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
40      <HintPath>..\..\..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
41    </Reference>
42    <Reference Include="System" />
43    <Reference Include="System.Core" />
44    <Reference Include="System.Xml.Linq" />
45    <Reference Include="System.Data.DataSetExtensions" />
46    <Reference Include="Microsoft.CSharp" />
47    <Reference Include="System.Data" />
48    <Reference Include="System.Net.Http" />
49    <Reference Include="System.Xml" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="Plugin.cs" />
53    <Compile Include="Properties\AssemblyInfo.cs" />
54  </ItemGroup>
55  <ItemGroup>
56    <Content Include="Google.Protobuf Changes-3.5.0.txt" />
57    <Content Include="Google.Protobuf License-3.5.0.txt">
58      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
59    </Content>
60    <Content Include="Google.Protobuf Readme-3.5.0.txt" />
61    <Content Include="Google.Protobuf.dll">
62      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
63    </Content>
64    <Content Include="Google.Protobuf.pdb">
65      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
66    </Content>
67    <Content Include="Google.Protobuf.xml" />
68    <Content Include="protoc-3.5.0.exe" />
69  </ItemGroup>
70  <ItemGroup>
71    <None Include="HeuristicLab.snk" />
72    <None Include="Plugin.cs.frame" />
73  </ItemGroup>
74  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
75  <PropertyGroup>
76    <PostBuildEvent>copy "$(ProjectDir)protoc-3.5.0.exe" "$(SolutionDir)"</PostBuildEvent>
77  </PropertyGroup>
78</Project>
Note: See TracBrowser for help on using the repository browser.