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