Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj @ 4032

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

#866

  • Added protobuf-csharp-port project source to ExtLibs
File size: 6.9 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>{DD01ED24-3750-4567-9A23-1DB676A15610}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Google.ProtocolBuffers</RootNamespace>
12    <AssemblyName>Google.ProtocolBuffers.Test</AssemblyName>
13    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.Test.snk</AssemblyOriginatorKeyFile>
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="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
93      <SpecificVersion>False</SpecificVersion>
94      <HintPath>..\..\lib\nunit.framework.dll</HintPath>
95    </Reference>
96    <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
97      <SpecificVersion>False</SpecificVersion>
98      <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
99    </Reference>
100    <Reference Include="System" />
101    <Reference Include="System.Data" />
102    <Reference Include="System.Xml" />
103  </ItemGroup>
104  <ItemGroup>
105    <Compile Include="AbstractMessageTest.cs" />
106    <Compile Include="ByteStringTest.cs" />
107    <Compile Include="CodedInputStreamTest.cs" />
108    <Compile Include="CodedOutputStreamTest.cs" />
109    <Compile Include="Collections\PopsicleListTest.cs" />
110    <Compile Include="CSharpOptionsTest.cs" />
111    <Compile Include="DescriptorsTest.cs" />
112    <Compile Include="Descriptors\MessageDescriptorTest.cs" />
113    <Compile Include="DynamicMessageTest.cs" />
114    <Compile Include="GeneratedMessageTest.cs" />
115    <Compile Include="MessageStreamIteratorTest.cs" />
116    <Compile Include="MessageStreamWriterTest.cs" />
117    <Compile Include="MessageTest.cs" />
118    <Compile Include="MessageUtilTest.cs" />
119    <Compile Include="NameHelpersTest.cs" />
120    <Compile Include="Properties\AssemblyInfo.cs" />
121    <Compile Include="ReflectionTester.cs" />
122    <Compile Include="ServiceTest.cs" />
123    <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
124    <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
125    <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
126    <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
127    <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
128    <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
129    <Compile Include="TestProtos\UnitTestProtoFile.cs" />
130    <Compile Include="TestUtil.cs" />
131    <Compile Include="TextFormatTest.cs" />
132    <Compile Include="UnknownFieldSetTest.cs" />
133    <Compile Include="WireFormatTest.cs" />
134  </ItemGroup>
135  <ItemGroup>
136    <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
137      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
138      <Name>ProtocolBuffers</Name>
139    </ProjectReference>
140  </ItemGroup>
141  <ItemGroup>
142    <None Include="Properties\Google.ProtocolBuffers.Test.snk" />
143  </ItemGroup>
144  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
145  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146       Other similar extension points exist, see Microsoft.Common.targets.
147  <Target Name="BeforeBuild">
148  </Target>
149  <Target Name="AfterBuild">
150  </Target>
151  -->
152</Project>
Note: See TracBrowser for help on using the repository browser.