Changeset 12395 for branches/HiveStatistics/sources/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj
- Timestamp:
- 05/20/15 16:41:14 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj
r11205 r12395 20 20 <UpgradeBackupLocation> 21 21 </UpgradeBackupLocation> 22 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>22 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 23 23 <TargetFrameworkProfile> 24 24 </TargetFrameworkProfile> … … 48 48 <WarningLevel>4</WarningLevel> 49 49 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 <Prefer32Bit>false</Prefer32Bit> 50 51 </PropertyGroup> 51 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 60 61 </DocumentationFile> 61 62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 63 <Prefer32Bit>false</Prefer32Bit> 62 64 </PropertyGroup> 63 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 69 71 <ErrorReport>prompt</ErrorReport> 70 72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 73 <Prefer32Bit>false</Prefer32Bit> 71 74 </PropertyGroup> 72 75 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 80 83 <ErrorReport>prompt</ErrorReport> 81 84 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 85 <Prefer32Bit>false</Prefer32Bit> 82 86 </PropertyGroup> 83 87 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 89 93 <ErrorReport>prompt</ErrorReport> 90 94 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 95 <Prefer32Bit>false</Prefer32Bit> 91 96 </PropertyGroup> 92 97 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 100 105 <ErrorReport>prompt</ErrorReport> 101 106 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 107 <Prefer32Bit>false</Prefer32Bit> 102 108 </PropertyGroup> 103 109 <ItemGroup> … … 108 114 <Reference Include="System.Drawing" /> 109 115 <Reference Include="System.IdentityModel" /> 116 <Reference Include="System.IO.Compression" /> 110 117 <Reference Include="System.Runtime.Serialization" /> 111 118 <Reference Include="System.ServiceModel" /> 112 119 <Reference Include="System.Windows.Forms" /> 113 120 <Reference Include="System.Xml" /> 114 <Reference Include="ICSharpCode.SharpZipLib">115 <HintPath>ICSharpCode.SharpZipLib.dll</HintPath>116 </Reference>117 121 </ItemGroup> 118 122 <ItemGroup> … … 310 314 </ItemGroup> 311 315 <ItemGroup> 312 <Content Include="ICSharpCode.SharpZipLib License.txt">313 <CopyToOutputDirectory>Always</CopyToOutputDirectory>314 </Content>315 <Content Include="ICSharpCode.SharpZipLib.dll">316 <CopyToOutputDirectory>Always</CopyToOutputDirectory>317 </Content>318 316 <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" /> 319 317 <None Include="Resources\Error.ico" />
Note: See TracChangeset
for help on using the changeset viewer.