Changeset 12969 for branches/gteufl/HeuristicLab.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.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.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.csproj
r7155 r12969 11 11 <RootNamespace>HeuristicLab.Services.Deployment_3._3.Tests</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Services.Deployment_3._3.Tests</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> … … 33 33 <UseApplicationTrust>false</UseApplicationTrust> 34 34 <BootstrapperEnabled>true</BootstrapperEnabled> 35 <TargetFrameworkProfile /> 35 36 </PropertyGroup> 36 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 43 44 <WarningLevel>4</WarningLevel> 44 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 46 <Prefer32Bit>false</Prefer32Bit> 45 47 </PropertyGroup> 46 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 52 54 <WarningLevel>4</WarningLevel> 53 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 <Prefer32Bit>false</Prefer32Bit> 54 57 </PropertyGroup> 55 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 61 64 <ErrorReport>prompt</ErrorReport> 62 65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 <Prefer32Bit>false</Prefer32Bit> 63 67 </PropertyGroup> 64 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 70 74 <ErrorReport>prompt</ErrorReport> 71 75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 76 <Prefer32Bit>false</Prefer32Bit> 72 77 </PropertyGroup> 73 78 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 79 84 <ErrorReport>prompt</ErrorReport> 80 85 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 86 <Prefer32Bit>false</Prefer32Bit> 81 87 </PropertyGroup> 82 88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 88 94 <ErrorReport>prompt</ErrorReport> 89 95 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 96 <Prefer32Bit>false</Prefer32Bit> 90 97 </PropertyGroup> 91 98 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.