blob: f72bcf87583b8a57895c7555f63506acf9a0eaa3 [file] [log] [blame]
csharptest68d831e2011-05-03 13:47:34 -05001<?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 <UpgradeBackupLocation>
20 </UpgradeBackupLocation>
21 <OldToolsVersion>3.5</OldToolsVersion>
22 <PublishUrl>publish\</PublishUrl>
23 <Install>true</Install>
24 <InstallFrom>Disk</InstallFrom>
25 <UpdateEnabled>false</UpdateEnabled>
26 <UpdateMode>Foreground</UpdateMode>
27 <UpdateInterval>7</UpdateInterval>
28 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29 <UpdatePeriodically>false</UpdatePeriodically>
30 <UpdateRequired>false</UpdateRequired>
31 <MapFileExtensions>true</MapFileExtensions>
32 <ApplicationRevision>0</ApplicationRevision>
33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34 <IsWebBootstrapper>false</IsWebBootstrapper>
35 <UseApplicationTrust>false</UseApplicationTrust>
36 <BootstrapperEnabled>true</BootstrapperEnabled>
37 </PropertyGroup>
38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39 <DebugSymbols>true</DebugSymbols>
40 <DebugType>full</DebugType>
41 <Optimize>false</Optimize>
42 <OutputPath>bin\Debug\</OutputPath>
43 <DefineConstants>DEBUG;TRACE</DefineConstants>
44 <ErrorReport>prompt</ErrorReport>
45 <WarningLevel>4</WarningLevel>
46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47 </PropertyGroup>
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49 <DebugType>pdbonly</DebugType>
50 <Optimize>true</Optimize>
51 <OutputPath>bin\Release\</OutputPath>
52 <DefineConstants>TRACE</DefineConstants>
53 <ErrorReport>prompt</ErrorReport>
54 <WarningLevel>4</WarningLevel>
55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56 </PropertyGroup>
57 <ItemGroup>
58 <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
59 <SpecificVersion>False</SpecificVersion>
60 <HintPath>..\..\lib\NUnit 2.2.8.0\nunit.framework.dll</HintPath>
61 </Reference>
62 <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
63 <SpecificVersion>False</SpecificVersion>
64 <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
65 </Reference>
66 <Reference Include="mscorlib" />
67 <Reference Include="System" />
68 <Reference Include="System.Data" />
69 <Reference Include="System.Xml" />
70 </ItemGroup>
71 <ItemGroup>
72 <Compile Include="AbstractMessageTest.cs" />
73 <Compile Include="ByteStringTest.cs" />
74 <Compile Include="CodedInputStreamTest.cs" />
75 <Compile Include="CodedOutputStreamTest.cs" />
76 <Compile Include="Collections\PopsicleListTest.cs" />
77 <Compile Include="CSharpOptionsTest.cs" />
78 <Compile Include="DescriptorsTest.cs" />
79 <Compile Include="Descriptors\MessageDescriptorTest.cs" />
80 <Compile Include="DynamicMessageTest.cs" />
81 <Compile Include="ExtendableMessageTest.cs" />
82 <Compile Include="GeneratedMessageTest.cs" />
83 <Compile Include="MessageStreamIteratorTest.cs" />
84 <Compile Include="MessageStreamWriterTest.cs" />
85 <Compile Include="MessageTest.cs" />
86 <Compile Include="MessageUtilTest.cs" />
87 <Compile Include="NameHelpersTest.cs" />
88 <Compile Include="Properties\AssemblyInfo.cs" />
89 <Compile Include="ReflectionTester.cs" />
90 <Compile Include="ServiceTest.cs" />
91 <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
92 <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
93 <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
94 <Compile Include="TestProtos\UnitTestEmptyProtoFile.cs" />
95 <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
96 <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
97 <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
98 <Compile Include="TestProtos\UnitTestNoGenericServicesProtoFile.cs" />
99 <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
100 <Compile Include="TestProtos\UnitTestProtoFile.cs" />
101 <Compile Include="TestProtos\UnitTestRpcInterop.cs" />
102 <Compile Include="TestRpcGenerator.cs" />
103 <Compile Include="TestUtil.cs" />
104 <Compile Include="TextFormatTest.cs" />
105 <Compile Include="UnknownFieldSetTest.cs" />
106 <Compile Include="WireFormatTest.cs" />
107 </ItemGroup>
108 <ItemGroup>
109 <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
110 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
111 <Name>ProtocolBuffers</Name>
112 </ProjectReference>
113 </ItemGroup>
114 <ItemGroup>
115 <None Include="Properties\Google.ProtocolBuffers.Test.snk" />
116 </ItemGroup>
117 <ItemGroup>
118 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
119 <Visible>False</Visible>
120 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
121 <Install>false</Install>
122 </BootstrapperPackage>
123 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
124 <Visible>False</Visible>
125 <ProductName>.NET Framework 3.5 SP1</ProductName>
126 <Install>true</Install>
127 </BootstrapperPackage>
128 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
129 <Visible>False</Visible>
130 <ProductName>Windows Installer 3.1</ProductName>
131 <Install>true</Install>
132 </BootstrapperPackage>
133 </ItemGroup>
134 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Debug' " />
135 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Release' " />
Jon Skeet68036862008-10-22 13:30:34 +0100136 <!-- 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>
csharptest68d831e2011-05-03 13:47:34 -0500142 -->
Jon Skeet68036862008-10-22 13:30:34 +0100143</Project>