Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoBench/ProtoBench.csproj @ 3857

Last change on this file since 3857 was 3857, checked in by abeham, 14 years ago

#866

  • Added protobuf-csharp-port project source to ExtLibs
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{C7A4A435-2813-41C8-AA87-BD914BA5223D}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Google.ProtocolBuffers.ProtoBench</RootNamespace>
12    <AssemblyName>ProtoBench</AssemblyName>
13    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkSubset>
16    </TargetFrameworkSubset>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
36    <OutputPath>bin\Silverlight2\</OutputPath>
37    <DefineConstants>TRACE</DefineConstants>
38    <Optimize>true</Optimize>
39    <DebugType>pdbonly</DebugType>
40    <PlatformTarget>AnyCPU</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>bin\x86\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
52    <OutputPath>bin\x86\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
60    <OutputPath>bin\x86\Silverlight2\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
68    <DebugSymbols>true</DebugSymbols>
69    <OutputPath>bin\x64\Debug\</OutputPath>
70    <DefineConstants>DEBUG;TRACE</DefineConstants>
71    <DebugType>full</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
76    <OutputPath>bin\x64\Release\</OutputPath>
77    <DefineConstants>TRACE</DefineConstants>
78    <Optimize>true</Optimize>
79    <DebugType>pdbonly</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82  </PropertyGroup>
83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
84    <OutputPath>bin\x64\Silverlight2\</OutputPath>
85    <DefineConstants>TRACE</DefineConstants>
86    <Optimize>true</Optimize>
87    <DebugType>pdbonly</DebugType>
88    <PlatformTarget>x64</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
90  </PropertyGroup>
91  <ItemGroup>
92    <Reference Include="System" />
93    <Reference Include="System.Data" />
94    <Reference Include="System.Xml" />
95  </ItemGroup>
96  <ItemGroup>
97    <Compile Include="Program.cs" />
98    <Compile Include="Properties\AssemblyInfo.cs" />
99  </ItemGroup>
100  <ItemGroup>
101    <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
102      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
103      <Name>ProtocolBuffers</Name>
104    </ProjectReference>
105  </ItemGroup>
106  <ItemGroup>
107    <None Include="app.config" />
108  </ItemGroup>
109  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
111       Other similar extension points exist, see Microsoft.Common.targets.
112  <Target Name="BeforeBuild">
113  </Target>
114  <Target Name="AfterBuild">
115  </Target>
116  -->
117</Project>
Note: See TracBrowser for help on using the repository browser.