Changeset 11677 for branches/ALPS/HeuristicLab.Services.Hive.JanitorService/3.3/HeuristicLab.Services.Hive.JanitorService-3.3.csproj
- Timestamp:
- 12/10/14 10:31:41 (10 years ago)
- Location:
- branches/ALPS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS
-
branches/ALPS/HeuristicLab.Services.Hive.JanitorService/3.3/HeuristicLab.Services.Hive.JanitorService-3.3.csproj
r11366 r11677 11 11 <RootNamespace>HeuristicLab.Services.Hive.JanitorService</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Services.Hive.JanitorService-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> 15 15 </TargetFrameworkProfile> … … 25 25 <WarningLevel>4</WarningLevel> 26 26 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 27 <Prefer32Bit>false</Prefer32Bit> 27 28 </PropertyGroup> 28 29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 36 37 </DocumentationFile> 37 38 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 39 <Prefer32Bit>false</Prefer32Bit> 38 40 </PropertyGroup> 39 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 45 47 <ErrorReport>prompt</ErrorReport> 46 48 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 49 <Prefer32Bit>false</Prefer32Bit> 47 50 </PropertyGroup> 48 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 56 59 <ErrorReport>prompt</ErrorReport> 57 60 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 61 <Prefer32Bit>false</Prefer32Bit> 58 62 </PropertyGroup> 59 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 65 69 <ErrorReport>prompt</ErrorReport> 66 70 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 71 <Prefer32Bit>false</Prefer32Bit> 67 72 </PropertyGroup> 68 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 76 81 <ErrorReport>prompt</ErrorReport> 77 82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 83 <Prefer32Bit>false</Prefer32Bit> 78 84 </PropertyGroup> 79 85 <PropertyGroup> … … 135 141 </EmbeddedResource> 136 142 </ItemGroup> 137 <ItemGroup>138 <Content Include="ICSharpCode.SharpZipLib License.txt">139 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>140 </Content>141 </ItemGroup>142 143 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 143 144 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.