- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 deleted
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- 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 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.SequentialEngine/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabSequentialEnginePlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj
r5163 r6878 19 19 </UpgradeBackupLocation> 20 20 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 21 <TargetFrameworkProfile></TargetFrameworkProfile> 21 <TargetFrameworkProfile> 22 </TargetFrameworkProfile> 22 23 <PublishUrl>publish\</PublishUrl> 23 24 <Install>true</Install> … … 40 41 <DebugType>full</DebugType> 41 42 <Optimize>false</Optimize> 42 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 43 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 45 <ErrorReport>prompt</ErrorReport> … … 49 50 <DebugType>pdbonly</DebugType> 50 51 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 52 53 <DefineConstants>TRACE</DefineConstants> 53 54 <ErrorReport>prompt</ErrorReport> 54 55 <WarningLevel>4</WarningLevel> 55 56 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 56 <DocumentationFile>bin\Release\HeuristicLab.SequentialEngine-3.3.xml</DocumentationFile> 57 <DocumentationFile> 58 </DocumentationFile> 57 59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 60 </PropertyGroup> 59 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 62 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> bin\x86\Debug\</OutputPath>63 <OutputPath>$(SolutionDir)\bin\</OutputPath> 62 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 65 <DebugType>full</DebugType> … … 67 69 </PropertyGroup> 68 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 69 <OutputPath> bin\x86\Release\</OutputPath>71 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 72 <DefineConstants>TRACE</DefineConstants> 71 <DocumentationFile>bin\x86\Release\HeuristicLab.SequentialEngine-3.3.xml</DocumentationFile> 73 <DocumentationFile> 74 </DocumentationFile> 72 75 <Optimize>true</Optimize> 73 76 <DebugType>pdbonly</DebugType> … … 78 81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 79 82 <DebugSymbols>true</DebugSymbols> 80 <OutputPath> bin\x64\Debug\</OutputPath>83 <OutputPath>$(SolutionDir)\bin\</OutputPath> 81 84 <DefineConstants>DEBUG;TRACE</DefineConstants> 82 85 <DebugType>full</DebugType> … … 86 89 </PropertyGroup> 87 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 88 <OutputPath> bin\x64\Release\</OutputPath>91 <OutputPath>$(SolutionDir)\bin\</OutputPath> 89 92 <DefineConstants>TRACE</DefineConstants> 90 <DocumentationFile>bin\x64\Release\HeuristicLab.SequentialEngine-3.3.XML</DocumentationFile> 93 <DocumentationFile> 94 </DocumentationFile> 91 95 <Optimize>true</Optimize> 92 96 <DebugType>pdbonly</DebugType> … … 104 108 </ItemGroup> 105 109 <ItemGroup> 106 <None Include=" HeuristicLabSequentialEnginePlugin.cs.frame" />107 <Compile Include=" HeuristicLabSequentialEnginePlugin.cs" />110 <None Include="Plugin.cs.frame" /> 111 <Compile Include="Plugin.cs" /> 108 112 <Compile Include="Properties\AssemblyInfo.cs" /> 109 113 <Compile Include="SequentialEngine.cs" /> … … 111 115 <ItemGroup> 112 116 <None Include="HeuristicLab.snk" /> 113 <None Include="Properties\AssemblyInfo. frame" />117 <None Include="Properties\AssemblyInfo.cs.frame" /> 114 118 </ItemGroup> 115 119 <ItemGroup> … … 117 121 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 118 122 <Name>HeuristicLab.Common-3.3</Name> 123 <Private>False</Private> 119 124 </ProjectReference> 120 125 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 121 126 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 122 127 <Name>HeuristicLab.Core-3.3</Name> 128 <Private>False</Private> 123 129 </ProjectReference> 124 130 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 125 131 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 126 132 <Name>HeuristicLab.Persistence-3.3</Name> 133 <Private>False</Private> 127 134 </ProjectReference> 128 135 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 129 136 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 130 137 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 138 <Private>False</Private> 131 139 </ProjectReference> 132 140 </ItemGroup> … … 163 171 164 172 call PreBuildEvent.cmd 165 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabSequentialEnginePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabSequentialEnginePlugin.cs"</PreBuildEvent>173 </PreBuildEvent> 166 174 </PropertyGroup> 167 175 </Project>
Note: See TracChangeset
for help on using the changeset viewer.