Changeset 12969 for branches/gteufl/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj
- Timestamp:
- 09/25/15 14:39:59 (9 years ago)
- Location:
- branches/gteufl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gteufl
- Property svn:ignore
-
old new 8 8 FxCopResults.txt 9 9 Google.ProtocolBuffers-0.9.1.dll 10 Google.ProtocolBuffers-2.4.1.473.dll 10 11 HeuristicLab 3.3.5.1.ReSharper.user 11 12 HeuristicLab 3.3.6.0.ReSharper.user 12 13 HeuristicLab.4.5.resharper.user 13 14 HeuristicLab.ExtLibs.6.0.ReSharper.user 15 HeuristicLab.Scripting.Development 14 16 HeuristicLab.resharper.user 15 17 ProtoGen.exe … … 17 19 _ReSharper.HeuristicLab 18 20 _ReSharper.HeuristicLab 3.3 21 _ReSharper.HeuristicLab 3.3 Tests 19 22 _ReSharper.HeuristicLab.ExtLibs 20 23 bin 21 24 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 25 obj
-
- Property svn:mergeinfo changed
-
Property
svn:global-ignores
set to
*.nuget
packages
- Property svn:ignore
-
branches/gteufl/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj
r8818 r12969 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> … … 215 219 <DependentUpon>PluginView.cs</DependentUpon> 216 220 </Compile> 221 <Compile Include="AssemblyHelpers.cs" /> 217 222 <Compile Include="CommandLineArgumentHandling\Arguments\OpenArgument.cs" /> 218 223 <Compile Include="CommandLineArgumentHandling\Arguments\HideStarterArgument.cs" /> … … 309 314 </ItemGroup> 310 315 <ItemGroup> 311 <Content Include="ICSharpCode.SharpZipLib License.txt">312 <CopyToOutputDirectory>Always</CopyToOutputDirectory>313 </Content>314 <Content Include="ICSharpCode.SharpZipLib.dll">315 <CopyToOutputDirectory>Always</CopyToOutputDirectory>316 </Content>317 316 <EmbeddedResource Include="Advanced\DeploymentService\services.heuristiclab.com.cer" /> 318 317 <None Include="Resources\Error.ico" />
Note: See TracChangeset
for help on using the changeset viewer.