Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Side by Side Diff: third_party/protobuf/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.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.Protobuf</RootNamespace>
12 <AssemblyName>Google.Protobuf.Test</AssemblyName>
13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <OldToolsVersion>3.5</OldToolsVersion>
16 <TargetFrameworkProfile>
17 </TargetFrameworkProfile>
18 <NuGetPackageImportStamp>
19 </NuGetPackageImportStamp>
20 </PropertyGroup>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <Optimize>false</Optimize>
25 <OutputPath>bin\Debug</OutputPath>
26 <IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
27 <DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</De fineConstants>
28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel>
30 <NoStdLib>true</NoStdLib>
31 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
32 <Prefer32Bit>false</Prefer32Bit>
33 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35 <DebugType>pdbonly</DebugType>
36 <Optimize>true</Optimize>
37 <OutputPath>bin\Release</OutputPath>
38 <IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
39 <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineCo nstants>
40 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
42 <NoStdLib>true</NoStdLib>
43 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
44 <Prefer32Bit>false</Prefer32Bit>
45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|An yCPU' ">
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\ReleaseSigned</OutputPath>
50 <IntermediateOutputPath>obj\ReleaseSigned\</IntermediateOutputPath>
51 <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineCo nstants>
52 <ErrorReport>prompt</ErrorReport>
53 <WarningLevel>4</WarningLevel>
54 <NoStdLib>true</NoStdLib>
55 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
56 <Prefer32Bit>false</Prefer32Bit>
57 <SignAssembly>True</SignAssembly>
58 <AssemblyOriginatorKeyFile>..\..\keys\Google.Protobuf.snk</AssemblyOriginato rKeyFile>
59 </PropertyGroup>
60 <ItemGroup>
61 <Reference Include="mscorlib" />
62 <Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, Public KeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
63 <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
64 <Private>True</Private>
65 </Reference>
66 <Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neut ral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
67 <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll </HintPath>
68 <Private>True</Private>
69 </Reference>
70 <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, P ublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
71 <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
72 <Private>True</Private>
73 </Reference>
74 <Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, Public KeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
75 <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
76 <Private>True</Private>
77 </Reference>
78 <Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture =neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL">
79 <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAd apter.dll</HintPath>
80 <Private>True</Private>
81 </Reference>
82 <Reference Include="System" />
83 <Reference Include="System.Xml" />
84 </ItemGroup>
85 <ItemGroup>
86 <Compile Include="ByteStringTest.cs" />
87 <Compile Include="CodedInputStreamExtensions.cs" />
88 <Compile Include="CodedInputStreamTest.cs" />
89 <Compile Include="CodedOutputStreamTest.cs" />
90 <Compile Include="Compatibility\PropertyInfoExtensionsTest.cs" />
91 <Compile Include="Compatibility\TypeExtensionsTest.cs" />
92 <Compile Include="EqualityTester.cs" />
93 <Compile Include="FieldCodecTest.cs" />
94 <Compile Include="GeneratedMessageTest.cs" />
95 <Compile Include="Collections\MapFieldTest.cs" />
96 <Compile Include="Collections\RepeatedFieldTest.cs" />
97 <Compile Include="JsonFormatterTest.cs" />
98 <Compile Include="JsonParserTest.cs" />
99 <Compile Include="JsonTokenizerTest.cs" />
100 <Compile Include="Reflection\DescriptorsTest.cs" />
101 <Compile Include="Reflection\FieldAccessTest.cs" />
102 <Compile Include="Reflection\TypeRegistryTest.cs" />
103 <Compile Include="SampleEnum.cs" />
104 <Compile Include="SampleMessages.cs" />
105 <Compile Include="TestProtos\ForeignMessagePartial.cs" />
106 <Compile Include="TestProtos\MapUnittestProto3.cs" />
107 <Compile Include="TestProtos\UnittestImportProto3.cs" />
108 <Compile Include="TestProtos\UnittestImportPublicProto3.cs" />
109 <Compile Include="TestProtos\UnittestIssues.cs" />
110 <Compile Include="TestProtos\UnittestProto3.cs" />
111 <Compile Include="DeprecatedMemberTest.cs" />
112 <Compile Include="IssuesTest.cs" />
113 <Compile Include="Properties\AssemblyInfo.cs" />
114 <Compile Include="TestCornerCases.cs" />
115 <Compile Include="TestProtos\UnittestWellKnownTypes.cs" />
116 <Compile Include="WellKnownTypes\AnyTest.cs" />
117 <Compile Include="WellKnownTypes\DurationTest.cs" />
118 <Compile Include="WellKnownTypes\FieldMaskTest.cs" />
119 <Compile Include="WellKnownTypes\TimestampTest.cs" />
120 <Compile Include="WellKnownTypes\WrappersTest.cs" />
121 </ItemGroup>
122 <ItemGroup>
123 <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj">
124 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
125 <Name>Google.Protobuf</Name>
126 </ProjectReference>
127 </ItemGroup>
128 <ItemGroup>
129 <None Include="packages.config" />
130 </ItemGroup>
131 <ItemGroup>
132 <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
133 </ItemGroup>
134 <ItemGroup />
135 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136 <!-- To modify your build process, add your task inside one of the targets bel ow 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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698