- 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.Problems.TravelingSalesman.Views/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.TravelingSalesman.Views/3.3/HeuristicLab.Problems.TravelingSalesman.Views-3.3.csproj
r5832 r6878 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> 55 55 <WarningLevel>4</WarningLevel> 56 <DocumentationFile>bin\Release\HeuristicLab.Problems.TravelingSalesman.Views-3.3.xml</DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 59 </PropertyGroup> 59 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 60 61 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> bin\x86\Debug\</OutputPath>62 <OutputPath>$(SolutionDir)\bin\</OutputPath> 62 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 64 <DebugType>full</DebugType> … … 67 68 </PropertyGroup> 68 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 69 <OutputPath> bin\x86\Release\</OutputPath>70 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 71 <DefineConstants>TRACE</DefineConstants> 71 <DocumentationFile>bin\x86\Release\HeuristicLab.Problems.TravelingSalesman.Views-3.3.xml</DocumentationFile> 72 <DocumentationFile> 73 </DocumentationFile> 72 74 <Optimize>true</Optimize> 73 75 <DebugType>pdbonly</DebugType> … … 78 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 79 81 <DebugSymbols>true</DebugSymbols> 80 <OutputPath> bin\x64\Debug\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 81 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 82 84 <DebugType>full</DebugType> … … 86 88 </PropertyGroup> 87 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 88 <OutputPath> bin\x64\Release\</OutputPath>90 <OutputPath>$(SolutionDir)\bin\</OutputPath> 89 91 <DefineConstants>TRACE</DefineConstants> 90 <DocumentationFile>bin\x64\Release\HeuristicLab.Problems.TravelingSalesman.Views-3.3.xml</DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 91 94 <Optimize>true</Optimize> 92 95 <DebugType>pdbonly</DebugType> … … 112 115 </ItemGroup> 113 116 <ItemGroup> 114 <Compile Include="HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs" />115 117 <Compile Include="PathTSPTourView.cs"> 116 118 <SubType>UserControl</SubType> … … 119 121 <DependentUpon>PathTSPTourView.cs</DependentUpon> 120 122 </Compile> 123 <Compile Include="Plugin.cs" /> 121 124 <Compile Include="TravelingSalesmanProblemView.cs"> 122 125 <SubType>UserControl</SubType> … … 135 138 <ItemGroup> 136 139 <None Include="HeuristicLab.snk" /> 137 <None Include=" HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs.frame" />138 <None Include="Properties\AssemblyInfo. frame" />140 <None Include="Plugin.cs.frame" /> 141 <None Include="Properties\AssemblyInfo.cs.frame" /> 139 142 </ItemGroup> 140 143 <ItemGroup> … … 142 145 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 143 146 <Name>HeuristicLab.Collections-3.3</Name> 147 <Private>False</Private> 144 148 </ProjectReference> 145 149 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 146 150 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 147 151 <Name>HeuristicLab.Common.Resources-3.3</Name> 152 <Private>False</Private> 148 153 </ProjectReference> 149 154 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 150 155 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 151 156 <Name>HeuristicLab.Common-3.3</Name> 157 <Private>False</Private> 152 158 </ProjectReference> 153 159 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 154 160 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 155 161 <Name>HeuristicLab.Core.Views-3.3</Name> 162 <Private>False</Private> 156 163 </ProjectReference> 157 164 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 158 165 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 159 166 <Name>HeuristicLab.Core-3.3</Name> 167 <Private>False</Private> 160 168 </ProjectReference> 161 169 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 162 170 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 163 171 <Name>HeuristicLab.Data-3.3</Name> 172 <Private>False</Private> 164 173 </ProjectReference> 165 174 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj"> 166 175 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project> 167 176 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name> 177 <Private>False</Private> 168 178 </ProjectReference> 169 179 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 170 180 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 171 181 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 182 <Private>False</Private> 172 183 </ProjectReference> 173 184 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 174 185 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 175 186 <Name>HeuristicLab.MainForm-3.3</Name> 187 <Private>False</Private> 176 188 </ProjectReference> 177 189 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj"> 178 190 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project> 179 191 <Name>HeuristicLab.Optimization.Views-3.3</Name> 192 <Private>False</Private> 180 193 </ProjectReference> 181 194 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 182 195 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 183 196 <Name>HeuristicLab.Optimization-3.3</Name> 197 <Private>False</Private> 184 198 </ProjectReference> 185 199 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 186 200 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 187 201 <Name>HeuristicLab.Parameters-3.3</Name> 202 <Private>False</Private> 188 203 </ProjectReference> 189 204 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 190 205 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 191 206 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 207 <Private>False</Private> 192 208 </ProjectReference> 193 209 <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj"> 194 210 <Project>{D767C38D-8014-46B0-9A32-03A3AECCE34A}</Project> 195 211 <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name> 212 <Private>False</Private> 196 213 </ProjectReference> 197 214 </ItemGroup> … … 228 245 229 246 call PreBuildEvent.cmd 230 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanViewsPlugin.cs"</PreBuildEvent>247 </PreBuildEvent> 231 248 </PropertyGroup> 232 249 </Project>
Note: See TracChangeset
for help on using the changeset viewer.