Changeset 4065 for trunk/sources/HeuristicLab.ExtLibs
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/2.5.0/ALGLIB-2.5.0/ALGLIB-2.5.0.csproj
r3839 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> … … 189 214 <None Include="HeuristicLab.snk" /> 190 215 </ItemGroup> 216 <ItemGroup> 217 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 218 <Visible>False</Visible> 219 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 220 <Install>false</Install> 221 </BootstrapperPackage> 222 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 223 <Visible>False</Visible> 224 <ProductName>.NET Framework 3.5 SP1</ProductName> 225 <Install>true</Install> 226 </BootstrapperPackage> 227 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 228 <Visible>False</Visible> 229 <ProductName>Windows Installer 3.1</ProductName> 230 <Install>true</Install> 231 </BootstrapperPackage> 232 </ItemGroup> 191 233 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 192 234 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/2.5.0/HeuristicLab.ALGLIB-2.5.0/HeuristicLab.ALGLIB-2.5.0.csproj
r3840 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> … … 103 128 </Content> 104 129 </ItemGroup> 130 <ItemGroup> 131 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 132 <Visible>False</Visible> 133 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 134 <Install>false</Install> 135 </BootstrapperPackage> 136 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 137 <Visible>False</Visible> 138 <ProductName>.NET Framework 3.5 SP1</ProductName> 139 <Install>true</Install> 140 </BootstrapperPackage> 141 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 142 <Visible>False</Visible> 143 <ProductName>Windows Installer 3.1</ProductName> 144 <Install>true</Install> 145 </BootstrapperPackage> 146 </ItemGroup> 105 147 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 106 148 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/HeuristicLab.LibSVM-1.6.3/HeuristicLab.LibSVM-1.6.3.csproj
r3842 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' "> … … 33 53 <WarningLevel>4</WarningLevel> 34 54 <DocumentationFile>bin\Release\HeuristicLab.LibSVM-1.6.3.XML</DocumentationFile> 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 35 56 </PropertyGroup> 36 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 41 62 <PlatformTarget>x64</PlatformTarget> 42 63 <ErrorReport>prompt</ErrorReport> 64 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 43 65 </PropertyGroup> 44 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 50 72 <PlatformTarget>x64</PlatformTarget> 51 73 <ErrorReport>prompt</ErrorReport> 74 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 52 75 </PropertyGroup> 53 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 58 81 <PlatformTarget>x86</PlatformTarget> 59 82 <ErrorReport>prompt</ErrorReport> 83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 84 </PropertyGroup> 61 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 67 91 <PlatformTarget>x86</PlatformTarget> 68 92 <ErrorReport>prompt</ErrorReport> 93 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 69 94 </PropertyGroup> 70 95 <ItemGroup> … … 106 131 </ProjectReference> 107 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> 108 150 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 109 151 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/LibSVM-1.6.3/LibSVM-1.6.3.csproj
r2645 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|x64' "> … … 40 61 <PlatformTarget>x64</PlatformTarget> 41 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 42 64 </PropertyGroup> 43 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 49 71 <ErrorReport>prompt</ErrorReport> 50 72 <DocumentationFile>bin\x64\Release\LibSVM-1.6.3.xml</DocumentationFile> 73 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 51 74 </PropertyGroup> 52 75 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 57 80 <PlatformTarget>x86</PlatformTarget> 58 81 <ErrorReport>prompt</ErrorReport> 82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 83 </PropertyGroup> 60 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 65 89 <PlatformTarget>x86</PlatformTarget> 66 90 <ErrorReport>prompt</ErrorReport> 91 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 67 92 </PropertyGroup> 68 93 <ItemGroup> … … 104 129 <None Include="HeuristicLab.snk" /> 105 130 </ItemGroup> 131 <ItemGroup> 132 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 133 <Visible>False</Visible> 134 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 135 <Install>false</Install> 136 </BootstrapperPackage> 137 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 138 <Visible>False</Visible> 139 <ProductName>.NET Framework 3.5 SP1</ProductName> 140 <Install>true</Install> 141 </BootstrapperPackage> 142 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 143 <Visible>False</Visible> 144 <ProductName>Windows Installer 3.1</ProductName> 145 <Install>true</Install> 146 </BootstrapperPackage> 147 </ItemGroup> 106 148 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 107 149 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj
r3832 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> … … 115 140 <None Include="HeuristicLab.snk" /> 116 141 </ItemGroup> 142 <ItemGroup> 143 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 144 <Visible>False</Visible> 145 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 146 <Install>false</Install> 147 </BootstrapperPackage> 148 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 149 <Visible>False</Visible> 150 <ProductName>.NET Framework 3.5 SP1</ProductName> 151 <Install>true</Install> 152 </BootstrapperPackage> 153 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 154 <Visible>False</Visible> 155 <ProductName>Windows Installer 3.1</ProductName> 156 <Install>true</Install> 157 </BootstrapperPackage> 158 </ItemGroup> 117 159 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 118 160 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446.csproj
r3038 r4065 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 3 <PropertyGroup> 3 4 <ProjectType>Local</ProjectType> … … 26 27 </UpgradeBackupLocation> 27 28 <SignAssembly>true</SignAssembly> 28 <OldToolsVersion> 2.0</OldToolsVersion>29 <OldToolsVersion>3.5</OldToolsVersion> 29 30 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 31 <PublishUrl>publish\</PublishUrl> 32 <Install>true</Install> 33 <InstallFrom>Disk</InstallFrom> 34 <UpdateEnabled>false</UpdateEnabled> 35 <UpdateMode>Foreground</UpdateMode> 36 <UpdateInterval>7</UpdateInterval> 37 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 38 <UpdatePeriodically>false</UpdatePeriodically> 39 <UpdateRequired>false</UpdateRequired> 40 <MapFileExtensions>true</MapFileExtensions> 41 <ApplicationRevision>0</ApplicationRevision> 42 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 43 <IsWebBootstrapper>false</IsWebBootstrapper> 44 <UseApplicationTrust>false</UseApplicationTrust> 45 <BootstrapperEnabled>true</BootstrapperEnabled> 30 46 </PropertyGroup> 31 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 53 69 <GenerateSerializationAssemblies>On</GenerateSerializationAssemblies> 54 70 <RunCodeAnalysis>false</RunCodeAnalysis> 55 <CodeAnalysisRules>-Microsoft.Design#CA1040;-Microsoft.Design#CA1020;-Microsoft.Design#CA1045;-Microsoft.Design#CA1033;-Microsoft.Design#CA1030;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1822;-Microsoft.Portability#CA1901;-Microsoft.Portability#CA1900;-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2104;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2109;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Usage#CA2214;-Microsoft.Usage#CA2208</CodeAnalysisRules> 71 <CodeAnalysisRules> 72 </CodeAnalysisRules> 73 <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446.ruleset</CodeAnalysisRuleSet> 56 74 </PropertyGroup> 57 75 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 77 95 <DebugType>none</DebugType> 78 96 <ErrorReport>prompt</ErrorReport> 79 <CodeAnalysisRules>-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1807</CodeAnalysisRules> 97 <CodeAnalysisRules> 98 </CodeAnalysisRules> 99 <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446 (2).ruleset</CodeAnalysisRuleSet> 80 100 </PropertyGroup> 81 101 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 90 110 <DebugType>full</DebugType> 91 111 <PlatformTarget>x86</PlatformTarget> 92 <CodeAnalysisRules>-Microsoft.Design#CA1040;-Microsoft.Design#CA1020;-Microsoft.Design#CA1045;-Microsoft.Design#CA1033;-Microsoft.Design#CA1030;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1822;-Microsoft.Portability#CA1901;-Microsoft.Portability#CA1900;-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2104;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2109;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Usage#CA2214;-Microsoft.Usage#CA2208</CodeAnalysisRules> 112 <CodeAnalysisRules> 113 </CodeAnalysisRules> 93 114 <GenerateSerializationAssemblies>On</GenerateSerializationAssemblies> 94 115 <ErrorReport>prompt</ErrorReport> 116 <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446.ruleset</CodeAnalysisRuleSet> 95 117 </PropertyGroup> 96 118 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 101 123 <FileAlignment>4096</FileAlignment> 102 124 <PlatformTarget>x86</PlatformTarget> 103 <CodeAnalysisRules>-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1807</CodeAnalysisRules> 125 <CodeAnalysisRules> 126 </CodeAnalysisRules> 104 127 <ErrorReport>prompt</ErrorReport> 128 <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446 (2).ruleset</CodeAnalysisRuleSet> 105 129 </PropertyGroup> 106 130 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 113 137 <DebugType>full</DebugType> 114 138 <PlatformTarget>x64</PlatformTarget> 115 <CodeAnalysisRules>-Microsoft.Design#CA1040;-Microsoft.Design#CA1020;-Microsoft.Design#CA1045;-Microsoft.Design#CA1033;-Microsoft.Design#CA1030;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1822;-Microsoft.Portability#CA1901;-Microsoft.Portability#CA1900;-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2104;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2109;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Usage#CA2214;-Microsoft.Usage#CA2208</CodeAnalysisRules> 139 <CodeAnalysisRules> 140 </CodeAnalysisRules> 116 141 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> 117 142 <ErrorReport>prompt</ErrorReport> 143 <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446.ruleset</CodeAnalysisRuleSet> 118 144 </PropertyGroup> 119 145 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 124 150 <FileAlignment>4096</FileAlignment> 125 151 <PlatformTarget>x64</PlatformTarget> 126 <CodeAnalysisRules>-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1807</CodeAnalysisRules> 152 <CodeAnalysisRules> 153 </CodeAnalysisRules> 127 154 <ErrorReport>prompt</ErrorReport> 155 <CodeAnalysisRuleSet>Migrated rules for Netron.Diagramming.Core-3.0.2672.12446 (2).ruleset</CodeAnalysisRuleSet> 128 156 </PropertyGroup> 129 157 <ItemGroup> … … 536 564 <None Include="ForUnitTestingPurposesOnly.snk" /> 537 565 <None Include="HeuristicLab.snk" /> 566 <None Include="Migrated rules for Netron.Diagramming.Core-3.0.2672.12446 %282%29.ruleset" /> 567 <None Include="Migrated rules for Netron.Diagramming.Core-3.0.2672.12446.ruleset" /> 538 568 <None Include="Properties\Settings.settings"> 539 569 <Generator>SettingsSingleFileGenerator</Generator> … … 544 574 <Folder Include="PropertySystem\Style\" /> 545 575 </ItemGroup> 576 <ItemGroup> 577 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 578 <Visible>False</Visible> 579 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 580 <Install>false</Install> 581 </BootstrapperPackage> 582 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 583 <Visible>False</Visible> 584 <ProductName>.NET Framework 3.5 SP1</ProductName> 585 <Install>true</Install> 586 </BootstrapperPackage> 587 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 588 <Visible>False</Visible> 589 <ProductName>Windows Installer 3.1</ProductName> 590 <Install>true</Install> 591 </BootstrapperPackage> 592 </ItemGroup> 546 593 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 547 594 <PropertyGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Properties/Settings.Designer.cs
r2768 r4065 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.30534 // Runtime Version:4.0.30319.1 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", " 9.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Resources/Resource1.Designer.cs
r2768 r4065 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.30534 // Runtime Version:4.0.30319.1 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 20 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", " 2.0.0.0")]22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] -
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' " /> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/HeuristicLab.SharpDevelop-3.1.1.5327.csproj
r3832 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' "> … … 25 44 <WarningLevel>4</WarningLevel> 26 45 <PlatformTarget>AnyCPU</PlatformTarget> 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 27 47 </PropertyGroup> 28 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 33 53 <ErrorReport>prompt</ErrorReport> 34 54 <WarningLevel>4</WarningLevel> 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 35 56 </PropertyGroup> 36 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 41 62 <PlatformTarget>x86</PlatformTarget> 42 63 <ErrorReport>prompt</ErrorReport> 64 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 43 65 </PropertyGroup> 44 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 49 71 <PlatformTarget>x86</PlatformTarget> 50 72 <ErrorReport>prompt</ErrorReport> 73 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 51 74 </PropertyGroup> 52 75 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 57 80 <PlatformTarget>x64</PlatformTarget> 58 81 <ErrorReport>prompt</ErrorReport> 82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 83 </PropertyGroup> 60 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 65 89 <PlatformTarget>x64</PlatformTarget> 66 90 <ErrorReport>prompt</ErrorReport> 91 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 67 92 </PropertyGroup> 68 93 <ItemGroup> … … 128 153 </ProjectReference> 129 154 </ItemGroup> 155 <ItemGroup> 156 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 157 <Visible>False</Visible> 158 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 159 <Install>false</Install> 160 </BootstrapperPackage> 161 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 162 <Visible>False</Visible> 163 <ProductName>.NET Framework 3.5 SP1</ProductName> 164 <Install>true</Install> 165 </BootstrapperPackage> 166 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 167 <Visible>False</Visible> 168 <ProductName>Windows Installer 3.1</ProductName> 169 <Install>true</Install> 170 </BootstrapperPackage> 171 </ItemGroup> 130 172 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 131 173 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/HeuristicLab.WinFormsUI-2.3.1.csproj
r3832 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|x64' "> … … 40 61 <PlatformTarget>x64</PlatformTarget> 41 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 42 64 </PropertyGroup> 43 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 48 70 <PlatformTarget>x64</PlatformTarget> 49 71 <ErrorReport>prompt</ErrorReport> 72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 73 </PropertyGroup> 51 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|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)' == 'Release|x86' "> … … 64 88 <PlatformTarget>x86</PlatformTarget> 65 89 <ErrorReport>prompt</ErrorReport> 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 91 </PropertyGroup> 67 92 <ItemGroup> … … 103 128 </ProjectReference> 104 129 </ItemGroup> 130 <ItemGroup> 131 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 132 <Visible>False</Visible> 133 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 134 <Install>false</Install> 135 </BootstrapperPackage> 136 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 137 <Visible>False</Visible> 138 <ProductName>.NET Framework 3.5 SP1</ProductName> 139 <Install>true</Install> 140 </BootstrapperPackage> 141 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 142 <Visible>False</Visible> 143 <ProductName>Windows Installer 3.1</ProductName> 144 <Install>true</Install> 145 </BootstrapperPackage> 146 </ItemGroup> 105 147 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 106 148 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/Resources.Designer.cs
r2645 r4065 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.40164 // Runtime Version:4.0.30319.1 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 20 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", " 2.0.0.0")]22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/Strings.Designer.cs
r2645 r4065 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.40164 // Runtime Version:4.0.30319.1 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 20 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", " 2.0.0.0")]22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/WinFormsUI-2.3.1.csproj
r2649 r4065 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 2 3 <PropertyGroup> 3 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 16 17 <UpgradeBackupLocation> 17 18 </UpgradeBackupLocation> 18 <OldToolsVersion>2.0</OldToolsVersion> 19 <OldToolsVersion>3.5</OldToolsVersion> 20 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 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)' == 'Debug|x86' "> … … 42 61 <PlatformTarget>x86</PlatformTarget> 43 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 44 64 </PropertyGroup> 45 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|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)' == 'Debug|x64' "> … … 58 79 <PlatformTarget>x64</PlatformTarget> 59 80 <ErrorReport>prompt</ErrorReport> 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 82 </PropertyGroup> 61 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 66 88 <PlatformTarget>x64</PlatformTarget> 67 89 <ErrorReport>prompt</ErrorReport> 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 91 </PropertyGroup> 69 92 <ItemGroup> … … 227 250 <EmbeddedResource Include="Docking\DockPanel.bmp" /> 228 251 </ItemGroup> 252 <ItemGroup> 253 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 254 <Visible>False</Visible> 255 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 256 <Install>false</Install> 257 </BootstrapperPackage> 258 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 259 <Visible>False</Visible> 260 <ProductName>.NET Framework 3.5 SP1</ProductName> 261 <Install>true</Install> 262 </BootstrapperPackage> 263 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 264 <Visible>False</Visible> 265 <ProductName>Windows Installer 3.1</ProductName> 266 <Install>true</Install> 267 </BootstrapperPackage> 268 </ItemGroup> 229 269 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 230 270 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/HeuristicLab.log4net-1.2.10.0.csproj
r3832 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' "> … … 33 53 <WarningLevel>4</WarningLevel> 34 54 <DocumentationFile>bin\Release\HeuristicLab.log4net-1.2.10.0.XML</DocumentationFile> 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 35 56 </PropertyGroup> 36 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 41 62 <PlatformTarget>x64</PlatformTarget> 42 63 <ErrorReport>prompt</ErrorReport> 64 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 43 65 </PropertyGroup> 44 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 50 72 <PlatformTarget>x64</PlatformTarget> 51 73 <ErrorReport>prompt</ErrorReport> 74 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 52 75 </PropertyGroup> 53 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 58 81 <PlatformTarget>x86</PlatformTarget> 59 82 <ErrorReport>prompt</ErrorReport> 83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 84 </PropertyGroup> 61 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 67 91 <PlatformTarget>x86</PlatformTarget> 68 92 <ErrorReport>prompt</ErrorReport> 93 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 69 94 </PropertyGroup> 70 95 <ItemGroup> … … 104 129 </Content> 105 130 </ItemGroup> 131 <ItemGroup> 132 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 133 <Visible>False</Visible> 134 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 135 <Install>false</Install> 136 </BootstrapperPackage> 137 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 138 <Visible>False</Visible> 139 <ProductName>.NET Framework 3.5 SP1</ProductName> 140 <Install>true</Install> 141 </BootstrapperPackage> 142 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 143 <Visible>False</Visible> 144 <ProductName>Windows Installer 3.1</ProductName> 145 <Install>true</Install> 146 </BootstrapperPackage> 147 </ItemGroup> 106 148 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 107 149 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.