Changeset 4065 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoMunge
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoMunge
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoMunge/ProtoMunge.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> 15 <FileUpgradeFlags> 16 </FileUpgradeFlags> 17 <OldToolsVersion>3.5</OldToolsVersion> 18 <UpgradeBackupLocation /> 19 <PublishUrl>publish\</PublishUrl> 20 <Install>true</Install> 21 <InstallFrom>Disk</InstallFrom> 22 <UpdateEnabled>false</UpdateEnabled> 23 <UpdateMode>Foreground</UpdateMode> 24 <UpdateInterval>7</UpdateInterval> 25 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 26 <UpdatePeriodically>false</UpdatePeriodically> 27 <UpdateRequired>false</UpdateRequired> 28 <MapFileExtensions>true</MapFileExtensions> 29 <ApplicationRevision>0</ApplicationRevision> 30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 31 <IsWebBootstrapper>false</IsWebBootstrapper> 32 <UseApplicationTrust>false</UseApplicationTrust> 33 <BootstrapperEnabled>true</BootstrapperEnabled> 17 34 </PropertyGroup> 18 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 41 <ErrorReport>prompt</ErrorReport> 25 42 <WarningLevel>4</WarningLevel> 43 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 44 </PropertyGroup> 27 45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 50 <ErrorReport>prompt</ErrorReport> 33 51 <WarningLevel>4</WarningLevel> 52 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 53 </PropertyGroup> 35 54 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' "> … … 40 59 <PlatformTarget>AnyCPU</PlatformTarget> 41 60 <ErrorReport>prompt</ErrorReport> 61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 42 62 </PropertyGroup> 43 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 48 68 <PlatformTarget>x86</PlatformTarget> 49 69 <ErrorReport>prompt</ErrorReport> 70 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 71 </PropertyGroup> 51 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 56 77 <PlatformTarget>x86</PlatformTarget> 57 78 <ErrorReport>prompt</ErrorReport> 79 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 80 </PropertyGroup> 59 81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' "> … … 64 86 <PlatformTarget>x86</PlatformTarget> 65 87 <ErrorReport>prompt</ErrorReport> 88 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 89 </PropertyGroup> 67 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 72 95 <PlatformTarget>x64</PlatformTarget> 73 96 <ErrorReport>prompt</ErrorReport> 97 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 74 98 </PropertyGroup> 75 99 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 80 104 <PlatformTarget>x64</PlatformTarget> 81 105 <ErrorReport>prompt</ErrorReport> 106 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 82 107 </PropertyGroup> 83 108 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' "> … … 88 113 <PlatformTarget>x64</PlatformTarget> 89 114 <ErrorReport>prompt</ErrorReport> 115 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 90 116 </PropertyGroup> 91 117 <ItemGroup> … … 105 131 <None Include="app.config" /> 106 132 </ItemGroup> 133 <ItemGroup> 134 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 135 <Visible>False</Visible> 136 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 137 <Install>false</Install> 138 </BootstrapperPackage> 139 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 140 <Visible>False</Visible> 141 <ProductName>.NET Framework 3.5 SP1</ProductName> 142 <Install>true</Install> 143 </BootstrapperPackage> 144 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 145 <Visible>False</Visible> 146 <ProductName>Windows Installer 3.1</ProductName> 147 <Install>true</Install> 148 </BootstrapperPackage> 149 </ItemGroup> 107 150 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 108 151 <!-- 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/ProtoMunge/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.