|
@@ -14,8 +14,6 @@
|
|
|
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
- <SignAssembly>true</SignAssembly>
|
|
|
- <AssemblyOriginatorKeyFile>..\..\keys\Google.Protobuf.snk</AssemblyOriginatorKeyFile>
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
|
|
</PropertyGroup>
|
|
@@ -27,7 +25,7 @@
|
|
|
<IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
|
|
|
<DocumentationFile>bin\Debug\Google.Protobuf.xml</DocumentationFile>
|
|
|
<NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
|
|
|
- <DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<NoStdLib>true</NoStdLib>
|
|
@@ -40,12 +38,27 @@
|
|
|
<IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
|
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
|
|
|
<NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
|
|
|
- <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|AnyCPU' ">
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <OutputPath>bin\ReleaseSigned</OutputPath>
|
|
|
+ <IntermediateOutputPath>obj\ReleaseSigned\</IntermediateOutputPath>
|
|
|
+ <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
|
|
|
+ <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
|
|
|
+ <DefineConstants>TRACE;SIGNED</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <NoStdLib>true</NoStdLib>
|
|
|
+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
|
+ <SignAssembly>True</SignAssembly>
|
|
|
+ <AssemblyOriginatorKeyFile>C:\keys\Google.Protobuf.snk</AssemblyOriginatorKeyFile>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="mscorlib" />
|
|
|
<Reference Include="System" />
|