Changeset 12969 for branches/gteufl/HeuristicLab.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-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.Services.OKB.DataAccess/3.3/HeuristicLab.Services.OKB.DataAccess-3.3.csproj
r8600 r12969 11 11 <RootNamespace>HeuristicLab.Services.OKB.DataAccess</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Services.OKB.DataAccess-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <FileUpgradeFlags> … … 43 43 <WarningLevel>4</WarningLevel> 44 44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 45 <Prefer32Bit>false</Prefer32Bit> 45 46 </PropertyGroup> 46 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 54 55 </DocumentationFile> 55 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 <Prefer32Bit>false</Prefer32Bit> 56 58 </PropertyGroup> 57 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 63 65 <ErrorReport>prompt</ErrorReport> 64 66 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 67 <Prefer32Bit>false</Prefer32Bit> 65 68 </PropertyGroup> 66 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 74 77 <ErrorReport>prompt</ErrorReport> 75 78 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 79 <Prefer32Bit>false</Prefer32Bit> 76 80 </PropertyGroup> 77 81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 83 87 <ErrorReport>prompt</ErrorReport> 84 88 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 89 <Prefer32Bit>false</Prefer32Bit> 85 90 </PropertyGroup> 86 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 94 99 <ErrorReport>prompt</ErrorReport> 95 100 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 101 <Prefer32Bit>false</Prefer32Bit> 96 102 </PropertyGroup> 97 103 <PropertyGroup> … … 190 196 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 191 197 <PropertyGroup> 192 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)198 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 193 199 set ProjectDir=$(ProjectDir) 194 200 set SolutionDir=$(SolutionDir) … … 196 202 197 203 call PreBuildEvent.cmd</PreBuildEvent> 198 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">204 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 199 205 export ProjectDir=$(ProjectDir) 200 206 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.