Changeset 13020 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj
- Timestamp:
- 10/16/15 11:47:18 (9 years ago)
- Location:
- branches/HeuristicLab.BinPacking
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking
- Property svn:ignore
-
old new 1 1 *.suo 2 _ReSharper.HeuristicLab.BinPacking
-
- Property svn:ignore
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3
-
Property
svn:ignore
set to
obj
-
Property
svn:ignore
set to
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj
r9348 r13020 11 11 <RootNamespace>HeuristicLab.Problems.BinPacking.Views</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.BinPacking.Views-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 22 23 <ErrorReport>prompt</ErrorReport> 23 24 <WarningLevel>4</WarningLevel> 25 <Prefer32Bit>false</Prefer32Bit> 24 26 </PropertyGroup> 25 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 30 32 <ErrorReport>prompt</ErrorReport> 31 33 <WarningLevel>4</WarningLevel> 34 <Prefer32Bit>false</Prefer32Bit> 32 35 </PropertyGroup> 33 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 45 48 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 46 49 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 50 <Prefer32Bit>false</Prefer32Bit> 47 51 </PropertyGroup> 48 52 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 61 65 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 62 66 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 67 <Prefer32Bit>false</Prefer32Bit> 63 68 </PropertyGroup> 64 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 77 82 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 78 83 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 84 <Prefer32Bit>false</Prefer32Bit> 79 85 </PropertyGroup> 80 86 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 93 99 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 94 100 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 101 <Prefer32Bit>false</Prefer32Bit> 95 102 </PropertyGroup> 96 103 <PropertyGroup> … … 135 142 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 136 143 <Private>False</Private> 137 </Reference>138 <Reference Include="PackingPlanVisualizations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">139 <HintPath>..\..\..\..\..\..\Documents\MasterProjects\SharpDXWorkspace\trunk\SharpDXTest\PackingPlanVisualizations\bin\Release\PackingPlanVisualizations.dll</HintPath>140 144 </Reference> 141 145 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.