Changeset 6866 for trunk/sources/HeuristicLab.Problems.QuadraticAssignment
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj
r6648 r6866 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath> bin\Debug\</OutputPath>20 <OutputPath>$(SolutionDir)\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath> bin\Release\</OutputPath>28 <OutputPath>$(SolutionDir)\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 39 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 40 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath> bin\x86\Debug\</OutputPath>41 <OutputPath>$(SolutionDir)\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <DebugType>full</DebugType> … … 54 54 </PropertyGroup> 55 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 56 <OutputPath> bin\x86\Release\</OutputPath>56 <OutputPath>$(SolutionDir)\bin\</OutputPath> 57 57 <DefineConstants>TRACE</DefineConstants> 58 58 <Optimize>true</Optimize> 59 59 <DebugType>pdbonly</DebugType> 60 60 <PlatformTarget>x86</PlatformTarget> 61 <CodeAnalysisLogFile> bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>61 <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 62 62 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 63 63 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 70 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 71 71 <DebugSymbols>true</DebugSymbols> 72 <OutputPath> bin\x64\Debug\</OutputPath>72 <OutputPath>$(SolutionDir)\bin\</OutputPath> 73 73 <DefineConstants>DEBUG;TRACE</DefineConstants> 74 74 <DebugType>full</DebugType> … … 85 85 </PropertyGroup> 86 86 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 87 <OutputPath> bin\x64\Release\</OutputPath>87 <OutputPath>$(SolutionDir)\bin\</OutputPath> 88 88 <DefineConstants>TRACE</DefineConstants> 89 89 <Optimize>true</Optimize> 90 90 <DebugType>pdbonly</DebugType> 91 91 <PlatformTarget>x64</PlatformTarget> 92 <CodeAnalysisLogFile> bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>92 <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 93 93 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 94 94 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 267 267 <Compile Include="Plugin.cs" /> 268 268 <Compile Include="Properties\AssemblyInfo.cs" /> 269 <None Include="Properties\AssemblyInfo. frame" />269 <None Include="Properties\AssemblyInfo.cs.frame" /> 270 270 </ItemGroup> 271 271 <ItemGroup> … … 394 394 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 395 395 <Name>HeuristicLab.Analysis-3.3</Name> 396 <Private>False</Private> 396 397 </ProjectReference> 397 398 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 398 399 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 399 400 <Name>HeuristicLab.Collections-3.3</Name> 401 <Private>False</Private> 400 402 </ProjectReference> 401 403 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 402 404 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 403 405 <Name>HeuristicLab.Common.Resources-3.3</Name> 406 <Private>False</Private> 404 407 </ProjectReference> 405 408 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 406 409 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 407 410 <Name>HeuristicLab.Common-3.3</Name> 411 <Private>False</Private> 408 412 </ProjectReference> 409 413 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 410 414 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 411 415 <Name>HeuristicLab.Core-3.3</Name> 416 <Private>False</Private> 412 417 </ProjectReference> 413 418 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 414 419 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 415 420 <Name>HeuristicLab.Data-3.3</Name> 421 <Private>False</Private> 416 422 </ProjectReference> 417 423 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj"> 418 424 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project> 419 425 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name> 426 <Private>False</Private> 420 427 </ProjectReference> 421 428 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 422 429 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 423 430 <Name>HeuristicLab.Operators-3.3</Name> 431 <Private>False</Private> 424 432 </ProjectReference> 425 433 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 426 434 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 427 435 <Name>HeuristicLab.Optimization-3.3</Name> 436 <Private>False</Private> 428 437 </ProjectReference> 429 438 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 430 439 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 431 440 <Name>HeuristicLab.Parameters-3.3</Name> 441 <Private>False</Private> 432 442 </ProjectReference> 433 443 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 434 444 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 435 445 <Name>HeuristicLab.Persistence-3.3</Name> 446 <Private>False</Private> 436 447 </ProjectReference> 437 448 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 438 449 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 439 450 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 451 <Private>False</Private> 440 452 </ProjectReference> 441 453 </ItemGroup> … … 458 470 set Outdir=$(Outdir) 459 471 460 call PreBuildEvent.cmd 461 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs" 462 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"</PreBuildEvent> 472 call PreBuildEvent.cmd</PreBuildEvent> 463 473 </PropertyGroup> 464 474 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.