Changeset 13020 for branches/HeuristicLab.BinPacking
- Timestamp:
- 10/16/15 11:47:18 (9 years ago)
- Location:
- branches/HeuristicLab.BinPacking
- Files:
-
- 3 deleted
- 5 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.BinPacking.sln
r9596 r13020 61 61 HideSolutionNode = FALSE 62 62 EndGlobalSection 63 GlobalSection(Performance) = preSolution64 HasPerformanceSessions = true65 EndGlobalSection66 63 EndGlobal -
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" /> -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj
r9596 r13020 11 11 <RootNamespace>HeuristicLab.Problems.BinPacking</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.BinPacking-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'"> … … 46 49 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 47 50 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 51 <Prefer32Bit>false</Prefer32Bit> 48 52 </PropertyGroup> 49 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 62 66 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 63 67 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 68 <Prefer32Bit>false</Prefer32Bit> 64 69 </PropertyGroup> 65 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 78 83 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 79 84 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 85 <Prefer32Bit>false</Prefer32Bit> 80 86 </PropertyGroup> 81 87 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 94 100 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 95 101 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 102 <Prefer32Bit>false</Prefer32Bit> 96 103 </PropertyGroup> 97 104 <PropertyGroup> … … 144 151 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 145 152 </Reference> 146 <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">147 <SpecificVersion>False</SpecificVersion>148 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>149 </Reference>150 <Reference Include="ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">151 <SpecificVersion>False</SpecificVersion>152 <HintPath>..\..\..\..\trunk\sources\bin\ICSharpCode.SharpZipLib.dll</HintPath>153 </Reference>154 153 <Reference Include="System" /> 155 154 <Reference Include="System.Core" /> 156 <Reference Include="System.Drawing" />157 155 <Reference Include="System.Windows.Forms" /> 158 <Reference Include="System.Xml.Linq" />159 <Reference Include="System.Data.DataSetExtensions" />160 <Reference Include="Microsoft.CSharp" />161 <Reference Include="System.Data" />162 <Reference Include="System.Xml" />163 156 </ItemGroup> 164 157 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.