Changeset 12969 for branches/gteufl/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj
- Timestamp:
- 09/25/15 14:39:59 (9 years ago)
- Location:
- branches/gteufl
- Files:
-
- 3 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.Problems.VehicleRouting.Views
- Property svn:mergeinfo changed
-
branches/gteufl/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj
r8651 r12969 11 11 <RootNamespace>HeuristicLab.Problems.VehicleRouting.Views</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.VehicleRouting.Views-3.4</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 45 45 <WarningLevel>4</WarningLevel> 46 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 47 <Prefer32Bit>false</Prefer32Bit> 47 48 </PropertyGroup> 48 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 56 57 </DocumentationFile> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 <Prefer32Bit>false</Prefer32Bit> 58 60 </PropertyGroup> 59 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 65 67 <ErrorReport>prompt</ErrorReport> 66 68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 69 <Prefer32Bit>false</Prefer32Bit> 67 70 </PropertyGroup> 68 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 76 79 <ErrorReport>prompt</ErrorReport> 77 80 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 81 <Prefer32Bit>false</Prefer32Bit> 78 82 </PropertyGroup> 79 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 85 89 <ErrorReport>prompt</ErrorReport> 86 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 91 <Prefer32Bit>false</Prefer32Bit> 87 92 </PropertyGroup> 88 93 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 95 100 <ErrorReport>prompt</ErrorReport> 96 101 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 102 <Prefer32Bit>false</Prefer32Bit> 97 103 </PropertyGroup> 98 104 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.