| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> | 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> |
| 3 <PropertyGroup> | 3 <PropertyGroup> |
| 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 <ProductVersion>9.0.30729</ProductVersion> | 6 <ProductVersion>9.0.30729</ProductVersion> |
| 7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
| 8 <ProjectGuid>{DD01ED24-3750-4567-9A23-1DB676A15610}</ProjectGuid> | 8 <ProjectGuid>{DD01ED24-3750-4567-9A23-1DB676A15610}</ProjectGuid> |
| 9 <OutputType>Library</OutputType> | 9 <OutputType>Library</OutputType> |
| 10 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 <Optimize>true</Optimize> | 48 <Optimize>true</Optimize> |
| 49 <OutputPath>bin\ReleaseSigned</OutputPath> | 49 <OutputPath>bin\ReleaseSigned</OutputPath> |
| 50 <IntermediateOutputPath>obj\ReleaseSigned\</IntermediateOutputPath> | 50 <IntermediateOutputPath>obj\ReleaseSigned\</IntermediateOutputPath> |
| 51 <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineCo
nstants> | 51 <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineCo
nstants> |
| 52 <ErrorReport>prompt</ErrorReport> | 52 <ErrorReport>prompt</ErrorReport> |
| 53 <WarningLevel>4</WarningLevel> | 53 <WarningLevel>4</WarningLevel> |
| 54 <NoStdLib>true</NoStdLib> | 54 <NoStdLib>true</NoStdLib> |
| 55 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> | 55 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
| 56 <Prefer32Bit>false</Prefer32Bit> | 56 <Prefer32Bit>false</Prefer32Bit> |
| 57 <SignAssembly>True</SignAssembly> | 57 <SignAssembly>True</SignAssembly> |
| 58 <AssemblyOriginatorKeyFile>C:\keys\Google.Protobuf.snk</AssemblyOriginatorKe
yFile> | 58 <AssemblyOriginatorKeyFile>..\..\keys\Google.Protobuf.snk</AssemblyOriginato
rKeyFile> |
| 59 </PropertyGroup> | 59 </PropertyGroup> |
| 60 <ItemGroup> | 60 <ItemGroup> |
| 61 <Reference Include="mscorlib" /> | 61 <Reference Include="mscorlib" /> |
| 62 <Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, Public
KeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> | 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> | 63 <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath> |
| 64 <Private>True</Private> | 64 <Private>True</Private> |
| 65 </Reference> | 65 </Reference> |
| 66 <Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neut
ral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> | 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> | 67 <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll
</HintPath> |
| 68 <Private>True</Private> | 68 <Private>True</Private> |
| (...skipping 26 matching lines...) Expand all Loading... |
| 95 <Compile Include="Collections\MapFieldTest.cs" /> | 95 <Compile Include="Collections\MapFieldTest.cs" /> |
| 96 <Compile Include="Collections\RepeatedFieldTest.cs" /> | 96 <Compile Include="Collections\RepeatedFieldTest.cs" /> |
| 97 <Compile Include="JsonFormatterTest.cs" /> | 97 <Compile Include="JsonFormatterTest.cs" /> |
| 98 <Compile Include="JsonParserTest.cs" /> | 98 <Compile Include="JsonParserTest.cs" /> |
| 99 <Compile Include="JsonTokenizerTest.cs" /> | 99 <Compile Include="JsonTokenizerTest.cs" /> |
| 100 <Compile Include="Reflection\DescriptorsTest.cs" /> | 100 <Compile Include="Reflection\DescriptorsTest.cs" /> |
| 101 <Compile Include="Reflection\FieldAccessTest.cs" /> | 101 <Compile Include="Reflection\FieldAccessTest.cs" /> |
| 102 <Compile Include="Reflection\TypeRegistryTest.cs" /> | 102 <Compile Include="Reflection\TypeRegistryTest.cs" /> |
| 103 <Compile Include="SampleEnum.cs" /> | 103 <Compile Include="SampleEnum.cs" /> |
| 104 <Compile Include="SampleMessages.cs" /> | 104 <Compile Include="SampleMessages.cs" /> |
| 105 <Compile Include="TestProtos\ForeignMessagePartial.cs" /> |
| 105 <Compile Include="TestProtos\MapUnittestProto3.cs" /> | 106 <Compile Include="TestProtos\MapUnittestProto3.cs" /> |
| 106 <Compile Include="TestProtos\UnittestImportProto3.cs" /> | 107 <Compile Include="TestProtos\UnittestImportProto3.cs" /> |
| 107 <Compile Include="TestProtos\UnittestImportPublicProto3.cs" /> | 108 <Compile Include="TestProtos\UnittestImportPublicProto3.cs" /> |
| 108 <Compile Include="TestProtos\UnittestIssues.cs" /> | 109 <Compile Include="TestProtos\UnittestIssues.cs" /> |
| 109 <Compile Include="TestProtos\UnittestProto3.cs" /> | 110 <Compile Include="TestProtos\UnittestProto3.cs" /> |
| 110 <Compile Include="DeprecatedMemberTest.cs" /> | 111 <Compile Include="DeprecatedMemberTest.cs" /> |
| 111 <Compile Include="IssuesTest.cs" /> | 112 <Compile Include="IssuesTest.cs" /> |
| 112 <Compile Include="Properties\AssemblyInfo.cs" /> | 113 <Compile Include="Properties\AssemblyInfo.cs" /> |
| 113 <Compile Include="TestCornerCases.cs" /> | 114 <Compile Include="TestCornerCases.cs" /> |
| 114 <Compile Include="TestProtos\UnittestWellKnownTypes.cs" /> | 115 <Compile Include="TestProtos\UnittestWellKnownTypes.cs" /> |
| 115 <Compile Include="WellKnownTypes\AnyTest.cs" /> | 116 <Compile Include="WellKnownTypes\AnyTest.cs" /> |
| 116 <Compile Include="WellKnownTypes\DurationTest.cs" /> | 117 <Compile Include="WellKnownTypes\DurationTest.cs" /> |
| 118 <Compile Include="WellKnownTypes\FieldMaskTest.cs" /> |
| 117 <Compile Include="WellKnownTypes\TimestampTest.cs" /> | 119 <Compile Include="WellKnownTypes\TimestampTest.cs" /> |
| 118 <Compile Include="WellKnownTypes\WrappersTest.cs" /> | 120 <Compile Include="WellKnownTypes\WrappersTest.cs" /> |
| 119 </ItemGroup> | 121 </ItemGroup> |
| 120 <ItemGroup> | 122 <ItemGroup> |
| 121 <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj"> | 123 <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj"> |
| 122 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> | 124 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> |
| 123 <Name>Google.Protobuf</Name> | 125 <Name>Google.Protobuf</Name> |
| 124 </ProjectReference> | 126 </ProjectReference> |
| 125 </ItemGroup> | 127 </ItemGroup> |
| 126 <ItemGroup> | 128 <ItemGroup> |
| 127 <None Include="packages.config" /> | 129 <None Include="packages.config" /> |
| 128 </ItemGroup> | 130 </ItemGroup> |
| 129 <ItemGroup> | 131 <ItemGroup> |
| 130 <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> | 132 <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
| 131 </ItemGroup> | 133 </ItemGroup> |
| 132 <ItemGroup /> | 134 <ItemGroup /> |
| 133 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 135 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 134 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | 136 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. |
| 135 Other similar extension points exist, see Microsoft.Common.targets. | 137 Other similar extension points exist, see Microsoft.Common.targets. |
| 136 <Target Name="BeforeBuild"> | 138 <Target Name="BeforeBuild"> |
| 137 </Target> | 139 </Target> |
| 138 <Target Name="AfterBuild"> | 140 <Target Name="AfterBuild"> |
| 139 </Target> | 141 </Target> |
| 140 --> | 142 --> |
| 141 </Project> | 143 </Project> |
| OLD | NEW |