- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-0.9.1.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> … … 15 15 <SignAssembly>true</SignAssembly> 16 16 <AssemblyOriginatorKeyFile>HeuristicLab.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> 17 36 </PropertyGroup> 18 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 43 <ErrorReport>prompt</ErrorReport> 25 44 <WarningLevel>4</WarningLevel> 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 46 </PropertyGroup> 27 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 52 <ErrorReport>prompt</ErrorReport> 33 53 <WarningLevel>4</WarningLevel> 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 55 </PropertyGroup> 35 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 40 61 <PlatformTarget>x86</PlatformTarget> 41 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 42 64 </PropertyGroup> 43 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 48 70 <PlatformTarget>x86</PlatformTarget> 49 71 <ErrorReport>prompt</ErrorReport> 72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 73 </PropertyGroup> 51 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 56 79 <PlatformTarget>x64</PlatformTarget> 57 80 <ErrorReport>prompt</ErrorReport> 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 82 </PropertyGroup> 59 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 64 88 <PlatformTarget>x64</PlatformTarget> 65 89 <ErrorReport>prompt</ErrorReport> 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 91 </PropertyGroup> 67 92 <ItemGroup> … … 92 117 </Content> 93 118 </ItemGroup> 119 <ItemGroup> 120 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 121 <Visible>False</Visible> 122 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 123 <Install>false</Install> 124 </BootstrapperPackage> 125 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 126 <Visible>False</Visible> 127 <ProductName>.NET Framework 3.5 SP1</ProductName> 128 <Install>true</Install> 129 </BootstrapperPackage> 130 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 131 <Visible>False</Visible> 132 <ProductName>Windows Installer 3.1</ProductName> 133 <Install>true</Install> 134 </BootstrapperPackage> 135 </ItemGroup> 94 136 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 95 137 <!-- 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/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> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoBench/ProtoBench.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> … … 107 133 <None Include="app.config" /> 108 134 </ItemGroup> 135 <ItemGroup> 136 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 137 <Visible>False</Visible> 138 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 139 <Install>false</Install> 140 </BootstrapperPackage> 141 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 142 <Visible>False</Visible> 143 <ProductName>.NET Framework 3.5 SP1</ProductName> 144 <Install>true</Install> 145 </BootstrapperPackage> 146 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 147 <Visible>False</Visible> 148 <ProductName>Windows Installer 3.1</ProductName> 149 <Install>true</Install> 150 </BootstrapperPackage> 151 </ItemGroup> 109 152 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 110 153 <!-- 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/ProtoBench/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> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoDump/ProtoDump.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/ProtoDump/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> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen.Test/ProtoGen.Test.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> … … 15 15 <SignAssembly>true</SignAssembly> 16 16 <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.ProtoGen.Test.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> 17 36 </PropertyGroup> 18 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 43 <ErrorReport>prompt</ErrorReport> 25 44 <WarningLevel>4</WarningLevel> 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 46 </PropertyGroup> 27 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 52 <ErrorReport>prompt</ErrorReport> 33 53 <WarningLevel>4</WarningLevel> 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 55 </PropertyGroup> 35 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' "> … … 40 61 <PlatformTarget>AnyCPU</PlatformTarget> 41 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 42 64 </PropertyGroup> 43 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 48 70 <PlatformTarget>x86</PlatformTarget> 49 71 <ErrorReport>prompt</ErrorReport> 72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 73 </PropertyGroup> 51 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 56 79 <PlatformTarget>x86</PlatformTarget> 57 80 <ErrorReport>prompt</ErrorReport> 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 82 </PropertyGroup> 59 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' "> … … 64 88 <PlatformTarget>x86</PlatformTarget> 65 89 <ErrorReport>prompt</ErrorReport> 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 91 </PropertyGroup> 67 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 72 97 <PlatformTarget>x64</PlatformTarget> 73 98 <ErrorReport>prompt</ErrorReport> 99 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 74 100 </PropertyGroup> 75 101 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 80 106 <PlatformTarget>x64</PlatformTarget> 81 107 <ErrorReport>prompt</ErrorReport> 108 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 82 109 </PropertyGroup> 83 110 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' "> … … 88 115 <PlatformTarget>x64</PlatformTarget> 89 116 <ErrorReport>prompt</ErrorReport> 117 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 90 118 </PropertyGroup> 91 119 <ItemGroup> … … 117 145 <None Include="Properties\Google.ProtocolBuffers.ProtoGen.Test.snk" /> 118 146 </ItemGroup> 147 <ItemGroup> 148 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 149 <Visible>False</Visible> 150 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 151 <Install>false</Install> 152 </BootstrapperPackage> 153 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 154 <Visible>False</Visible> 155 <ProductName>.NET Framework 3.5 SP1</ProductName> 156 <Install>true</Install> 157 </BootstrapperPackage> 158 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 159 <Visible>False</Visible> 160 <ProductName>Windows Installer 3.1</ProductName> 161 <Install>true</Install> 162 </BootstrapperPackage> 163 </ItemGroup> 119 164 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 120 165 <!-- 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/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> -
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> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ProtocolBuffers.Test.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> … … 15 15 <SignAssembly>true</SignAssembly> 16 16 <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.Test.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> 17 36 </PropertyGroup> 18 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 43 <ErrorReport>prompt</ErrorReport> 25 44 <WarningLevel>4</WarningLevel> 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 46 </PropertyGroup> 27 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 52 <ErrorReport>prompt</ErrorReport> 33 53 <WarningLevel>4</WarningLevel> 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 55 </PropertyGroup> 35 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' "> … … 40 61 <PlatformTarget>AnyCPU</PlatformTarget> 41 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 42 64 </PropertyGroup> 43 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 48 70 <PlatformTarget>x86</PlatformTarget> 49 71 <ErrorReport>prompt</ErrorReport> 72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 73 </PropertyGroup> 51 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 56 79 <PlatformTarget>x86</PlatformTarget> 57 80 <ErrorReport>prompt</ErrorReport> 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 82 </PropertyGroup> 59 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' "> … … 64 88 <PlatformTarget>x86</PlatformTarget> 65 89 <ErrorReport>prompt</ErrorReport> 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 91 </PropertyGroup> 67 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 72 97 <PlatformTarget>x64</PlatformTarget> 73 98 <ErrorReport>prompt</ErrorReport> 99 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 74 100 </PropertyGroup> 75 101 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 80 106 <PlatformTarget>x64</PlatformTarget> 81 107 <ErrorReport>prompt</ErrorReport> 108 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 82 109 </PropertyGroup> 83 110 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' "> … … 88 115 <PlatformTarget>x64</PlatformTarget> 89 116 <ErrorReport>prompt</ErrorReport> 117 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 90 118 </PropertyGroup> 91 119 <ItemGroup> … … 142 170 <None Include="Properties\Google.ProtocolBuffers.Test.snk" /> 143 171 </ItemGroup> 172 <ItemGroup> 173 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 174 <Visible>False</Visible> 175 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 176 <Install>false</Install> 177 </BootstrapperPackage> 178 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 179 <Visible>False</Visible> 180 <ProductName>.NET Framework 3.5 SP1</ProductName> 181 <Install>true</Install> 182 </BootstrapperPackage> 183 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 184 <Visible>False</Visible> 185 <ProductName>Windows Installer 3.1</ProductName> 186 <Install>true</Install> 187 </BootstrapperPackage> 188 </ItemGroup> 144 189 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 145 190 <!-- 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/ProtocolBuffers/ProtocolBuffers.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> … … 15 15 <SignAssembly>true</SignAssembly> 16 16 <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.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> 17 36 </PropertyGroup> 18 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 25 44 <WarningLevel>4</WarningLevel> 26 45 <NoStdLib>true</NoStdLib> 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 27 47 </PropertyGroup> 28 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 34 54 <WarningLevel>4</WarningLevel> 35 55 <NoStdLib>true</NoStdLib> 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 36 57 </PropertyGroup> 37 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' "> … … 52 73 <PlatformTarget>x86</PlatformTarget> 53 74 <ErrorReport>prompt</ErrorReport> 75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 54 76 </PropertyGroup> 55 77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 61 83 <PlatformTarget>x86</PlatformTarget> 62 84 <ErrorReport>prompt</ErrorReport> 85 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 63 86 </PropertyGroup> 64 87 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' "> … … 79 102 <PlatformTarget>x64</PlatformTarget> 80 103 <ErrorReport>prompt</ErrorReport> 104 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 81 105 </PropertyGroup> 82 106 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 88 112 <PlatformTarget>x64</PlatformTarget> 89 113 <ErrorReport>prompt</ErrorReport> 114 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 90 115 </PropertyGroup> 91 116 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' "> … … 182 207 <None Include="Properties\Google.ProtocolBuffers.snk" /> 183 208 </ItemGroup> 209 <ItemGroup> 210 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 211 <Visible>False</Visible> 212 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 213 <Install>false</Install> 214 </BootstrapperPackage> 215 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 216 <Visible>False</Visible> 217 <ProductName>.NET Framework 3.5 SP1</ProductName> 218 <Install>true</Install> 219 </BootstrapperPackage> 220 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 221 <Visible>False</Visible> 222 <ProductName>Windows Installer 3.1</ProductName> 223 <Install>true</Install> 224 </BootstrapperPackage> 225 </ItemGroup> 184 226 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' != 'Silverlight2' " /> 185 227 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Silverlight2' " />
Note: See TracChangeset
for help on using the changeset viewer.