Changeset 4065 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen
- Timestamp:
- 07/21/10 23:33:10 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj
r3857 r4065 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion=" 3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 13 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkSubset>16 </TargetFrameworkSubset>17 15 <SignAssembly>true</SignAssembly> 18 16 <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.ProtoGen.snk</AssemblyOriginatorKeyFile> 17 <FileUpgradeFlags> 18 </FileUpgradeFlags> 19 <OldToolsVersion>3.5</OldToolsVersion> 20 <UpgradeBackupLocation /> 21 <PublishUrl>publish\</PublishUrl> 22 <Install>true</Install> 23 <InstallFrom>Disk</InstallFrom> 24 <UpdateEnabled>false</UpdateEnabled> 25 <UpdateMode>Foreground</UpdateMode> 26 <UpdateInterval>7</UpdateInterval> 27 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 28 <UpdatePeriodically>false</UpdatePeriodically> 29 <UpdateRequired>false</UpdateRequired> 30 <MapFileExtensions>true</MapFileExtensions> 31 <ApplicationRevision>0</ApplicationRevision> 32 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper> 34 <UseApplicationTrust>false</UseApplicationTrust> 35 <BootstrapperEnabled>true</BootstrapperEnabled> 19 36 </PropertyGroup> 20 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 26 43 <ErrorReport>prompt</ErrorReport> 27 44 <WarningLevel>4</WarningLevel> 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 28 46 </PropertyGroup> 29 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 34 52 <ErrorReport>prompt</ErrorReport> 35 53 <WarningLevel>4</WarningLevel> 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 36 55 </PropertyGroup> 37 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' "> … … 42 61 <PlatformTarget>AnyCPU</PlatformTarget> 43 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 44 64 </PropertyGroup> 45 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 50 70 <PlatformTarget>x86</PlatformTarget> 51 71 <ErrorReport>prompt</ErrorReport> 72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 52 73 </PropertyGroup> 53 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 58 79 <PlatformTarget>x86</PlatformTarget> 59 80 <ErrorReport>prompt</ErrorReport> 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 82 </PropertyGroup> 61 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' "> … … 66 88 <PlatformTarget>x86</PlatformTarget> 67 89 <ErrorReport>prompt</ErrorReport> 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 91 </PropertyGroup> 69 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 74 97 <PlatformTarget>x64</PlatformTarget> 75 98 <ErrorReport>prompt</ErrorReport> 99 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 76 100 </PropertyGroup> 77 101 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 82 106 <PlatformTarget>x64</PlatformTarget> 83 107 <ErrorReport>prompt</ErrorReport> 108 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 84 109 </PropertyGroup> 85 110 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' "> … … 90 115 <PlatformTarget>x64</PlatformTarget> 91 116 <ErrorReport>prompt</ErrorReport> 117 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 92 118 </PropertyGroup> 93 119 <ItemGroup> … … 132 158 </ProjectReference> 133 159 </ItemGroup> 160 <ItemGroup> 161 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 162 <Visible>False</Visible> 163 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 164 <Install>false</Install> 165 </BootstrapperPackage> 166 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 167 <Visible>False</Visible> 168 <ProductName>.NET Framework 3.5 SP1</ProductName> 169 <Install>true</Install> 170 </BootstrapperPackage> 171 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 172 <Visible>False</Visible> 173 <ProductName>Windows Installer 3.1</ProductName> 174 <Install>true</Install> 175 </BootstrapperPackage> 176 </ItemGroup> 134 177 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 135 178 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/app.config
r3857 r4065 1 <?xml version="1.0"?>1 <?xml version="1.0"?> 2 2 <configuration> 3 <startup><supportedRuntime version="v2.0.50727"/></startup></configuration>3 <startup/></configuration>
Note: See TracChangeset
for help on using the changeset viewer.