Changeset 12969 for branches/gteufl/HeuristicLab.ParallelEngine/3.3/HeuristicLab.ParallelEngine-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.ParallelEngine/3.3/HeuristicLab.ParallelEngine-3.3.csproj
r8600 r12969 11 11 <RootNamespace>HeuristicLab.ParallelEngine</RootNamespace> 12 12 <AssemblyName>HeuristicLab.ParallelEngine-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <TargetFrameworkProfile> … … 24 24 <ErrorReport>prompt</ErrorReport> 25 25 <WarningLevel>4</WarningLevel> 26 <Prefer32Bit>false</Prefer32Bit> 26 27 </PropertyGroup> 27 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 33 <ErrorReport>prompt</ErrorReport> 33 34 <WarningLevel>4</WarningLevel> 35 <Prefer32Bit>false</Prefer32Bit> 34 36 </PropertyGroup> 35 37 <PropertyGroup> … … 54 56 <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 55 57 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 58 <Prefer32Bit>false</Prefer32Bit> 56 59 </PropertyGroup> 57 60 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 70 73 <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 71 74 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 75 <Prefer32Bit>false</Prefer32Bit> 72 76 </PropertyGroup> 73 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 86 90 <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 87 91 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 92 <Prefer32Bit>false</Prefer32Bit> 88 93 </PropertyGroup> 89 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 102 107 <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 103 108 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 109 <Prefer32Bit>false</Prefer32Bit> 104 110 </PropertyGroup> 105 111 <ItemGroup> … … 145 151 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 146 152 <PropertyGroup> 147 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)153 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 148 154 set ProjectDir=$(ProjectDir) 149 155 set SolutionDir=$(SolutionDir) … … 152 158 call PreBuildEvent.cmd 153 159 </PreBuildEvent> 154 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">160 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 155 161 export ProjectDir=$(ProjectDir) 156 162 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.