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 @ 4643

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

#1248

  • Removed platform specific configurations for ProtocolBuffers projects
  • fixed a small typo in the SolutionMessageBuilder
File size: 6.5 KB
Line 
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    <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    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
57    <OutputPath>bin\Silverlight2\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>AnyCPU</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64  </PropertyGroup>
65  <ItemGroup>
66    <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>..\..\lib\nunit.framework.dll</HintPath>
69    </Reference>
70    <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
73    </Reference>
74    <Reference Include="System" />
75    <Reference Include="System.Data" />
76    <Reference Include="System.Xml" />
77  </ItemGroup>
78  <ItemGroup>
79    <Compile Include="AbstractMessageTest.cs" />
80    <Compile Include="ByteStringTest.cs" />
81    <Compile Include="CodedInputStreamTest.cs" />
82    <Compile Include="CodedOutputStreamTest.cs" />
83    <Compile Include="Collections\PopsicleListTest.cs" />
84    <Compile Include="CSharpOptionsTest.cs" />
85    <Compile Include="DescriptorsTest.cs" />
86    <Compile Include="Descriptors\MessageDescriptorTest.cs" />
87    <Compile Include="DynamicMessageTest.cs" />
88    <Compile Include="GeneratedMessageTest.cs" />
89    <Compile Include="MessageStreamIteratorTest.cs" />
90    <Compile Include="MessageStreamWriterTest.cs" />
91    <Compile Include="MessageTest.cs" />
92    <Compile Include="MessageUtilTest.cs" />
93    <Compile Include="NameHelpersTest.cs" />
94    <Compile Include="Properties\AssemblyInfo.cs" />
95    <Compile Include="ReflectionTester.cs" />
96    <Compile Include="ServiceTest.cs" />
97    <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
98    <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
99    <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
100    <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
101    <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
102    <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
103    <Compile Include="TestProtos\UnitTestProtoFile.cs" />
104    <Compile Include="TestUtil.cs" />
105    <Compile Include="TextFormatTest.cs" />
106    <Compile Include="UnknownFieldSetTest.cs" />
107    <Compile Include="WireFormatTest.cs" />
108  </ItemGroup>
109  <ItemGroup>
110    <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
111      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
112      <Name>ProtocolBuffers</Name>
113    </ProjectReference>
114  </ItemGroup>
115  <ItemGroup>
116    <None Include="Properties\Google.ProtocolBuffers.Test.snk" />
117  </ItemGroup>
118  <ItemGroup>
119    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
120      <Visible>False</Visible>
121      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
122      <Install>false</Install>
123    </BootstrapperPackage>
124    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
125      <Visible>False</Visible>
126      <ProductName>.NET Framework 3.5 SP1</ProductName>
127      <Install>true</Install>
128    </BootstrapperPackage>
129    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
130      <Visible>False</Visible>
131      <ProductName>Windows Installer 3.1</ProductName>
132      <Install>true</Install>
133    </BootstrapperPackage>
134  </ItemGroup>
135  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137       Other similar extension points exist, see Microsoft.Common.targets.
138  <Target Name="BeforeBuild">
139  </Target>
140  <Target Name="AfterBuild">
141  </Target>
142  -->
143</Project>
Note: See TracBrowser for help on using the repository browser.