|
@@ -1,6 +1,8 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
|
|
+ <EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
|
|
|
|
|
+ <EnvironmentTemplate>NET35</EnvironmentTemplate>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
@@ -10,49 +12,33 @@
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>Google.ProtocolBuffers.ProtoGen</RootNamespace>
|
|
<RootNamespace>Google.ProtocolBuffers.ProtoGen</RootNamespace>
|
|
|
<AssemblyName>Google.ProtocolBuffers.ProtoGen.Test</AssemblyName>
|
|
<AssemblyName>Google.ProtocolBuffers.ProtoGen.Test</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
|
|
|
|
|
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
|
- <SignAssembly>true</SignAssembly>
|
|
|
|
|
- <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
- <FileUpgradeFlags>
|
|
|
|
|
- </FileUpgradeFlags>
|
|
|
|
|
- <UpgradeBackupLocation>
|
|
|
|
|
- </UpgradeBackupLocation>
|
|
|
|
|
- <OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
- <PublishUrl>publish\</PublishUrl>
|
|
|
|
|
- <Install>true</Install>
|
|
|
|
|
- <InstallFrom>Disk</InstallFrom>
|
|
|
|
|
- <UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
- <UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
- <UpdateInterval>7</UpdateInterval>
|
|
|
|
|
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
- <UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
- <UpdateRequired>false</UpdateRequired>
|
|
|
|
|
- <MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
- <ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
- <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
- <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
- <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<DebugType>full</DebugType>
|
|
<DebugType>full</DebugType>
|
|
|
<Optimize>false</Optimize>
|
|
<Optimize>false</Optimize>
|
|
|
- <OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
- <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
|
+ <OutputPath>bin\NET35\Debug</OutputPath>
|
|
|
|
|
+ <IntermediateOutputPath>obj\NET35\Debug\</IntermediateOutputPath>
|
|
|
|
|
+ <DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
|
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
+ <NoStdLib>true</NoStdLib>
|
|
|
|
|
+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugType>pdbonly</DebugType>
|
|
|
<Optimize>true</Optimize>
|
|
<Optimize>true</Optimize>
|
|
|
- <OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
|
+ <OutputPath>bin\NET35\Release</OutputPath>
|
|
|
|
|
+ <IntermediateOutputPath>obj\NET35\Release\</IntermediateOutputPath>
|
|
|
|
|
+ <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
|
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
+ <NoStdLib>true</NoStdLib>
|
|
|
|
|
+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Reference Include="nunit.framework">
|
|
<Reference Include="nunit.framework">
|
|
@@ -80,35 +66,6 @@
|
|
|
<Name>ProtoGen</Name>
|
|
<Name>ProtoGen</Name>
|
|
|
</ProjectReference>
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
|
|
- <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
- <Visible>False</Visible>
|
|
|
|
|
- <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
- <Install>false</Install>
|
|
|
|
|
- </BootstrapperPackage>
|
|
|
|
|
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
- <Visible>False</Visible>
|
|
|
|
|
- <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
- <Install>true</Install>
|
|
|
|
|
- </BootstrapperPackage>
|
|
|
|
|
- <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
- <Visible>False</Visible>
|
|
|
|
|
- <ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
- <Install>true</Install>
|
|
|
|
|
- </BootstrapperPackage>
|
|
|
|
|
- <None Include="..\..\lib\protoc.exe">
|
|
|
|
|
- <Link>protoc.exe</Link>
|
|
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
- </None>
|
|
|
|
|
- <None Include="..\..\protos\google\protobuf\csharp_options.proto">
|
|
|
|
|
- <Link>google\protobuf\csharp_options.proto</Link>
|
|
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
- </None>
|
|
|
|
|
- <None Include="..\..\protos\google\protobuf\descriptor.proto">
|
|
|
|
|
- <Link>google\protobuf\descriptor.proto</Link>
|
|
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
- </None>
|
|
|
|
|
- </ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|