- 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.TestFunctions.Views/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabProblemsTestFunctionsViewsPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.TestFunctions.Views/3.3/HeuristicLab.Problems.TestFunctions.Views-3.3.csproj
r5163 r6878 12 12 <AssemblyName>HeuristicLab.Problems.TestFunctions.Views-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 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> … … 57 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 58 59 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x64\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 62 <DebugType>full</DebugType> … … 65 66 </PropertyGroup> 66 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 67 <OutputPath> bin\x64\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 69 <DefineConstants>TRACE</DefineConstants> 69 70 <Optimize>true</Optimize> … … 75 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 76 77 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x86\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 78 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 79 80 <DebugType>full</DebugType> … … 83 84 </PropertyGroup> 84 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 85 <OutputPath> bin\x86\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 86 87 <DefineConstants>TRACE</DefineConstants> 87 88 <Optimize>true</Optimize> … … 108 109 </ItemGroup> 109 110 <ItemGroup> 111 <Compile Include="Plugin.cs" /> 110 112 <Compile Include="Properties\AssemblyInfo.cs" /> 111 113 </ItemGroup> 112 114 <ItemGroup> 113 <Compile Include="HeuristicLabProblemsTestFunctionsViewsPlugin.cs" />114 115 <Compile Include="SingleObjectiveTestFunctionSolutionView.cs"> 115 116 <SubType>UserControl</SubType> … … 119 120 </Compile> 120 121 <None Include="HeuristicLab.snk" /> 121 <None Include=" HeuristicLabProblemsTestFunctionsViewsPlugin.cs.frame" />122 <None Include="Properties\AssemblyInfo. frame" />122 <None Include="Plugin.cs.frame" /> 123 <None Include="Properties\AssemblyInfo.cs.frame" /> 123 124 </ItemGroup> 124 125 <ItemGroup> … … 126 127 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 127 128 <Name>HeuristicLab.Collections-3.3</Name> 129 <Private>False</Private> 128 130 </ProjectReference> 129 131 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 130 132 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 131 133 <Name>HeuristicLab.Common-3.3</Name> 134 <Private>False</Private> 132 135 </ProjectReference> 133 136 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 134 137 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 135 138 <Name>HeuristicLab.Core.Views-3.3</Name> 139 <Private>False</Private> 136 140 </ProjectReference> 137 141 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 138 142 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 139 143 <Name>HeuristicLab.Core-3.3</Name> 144 <Private>False</Private> 140 145 </ProjectReference> 141 146 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 142 147 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 143 148 <Name>HeuristicLab.Data-3.3</Name> 149 <Private>False</Private> 144 150 </ProjectReference> 145 151 <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj"> 146 152 <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project> 147 153 <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name> 154 <Private>False</Private> 148 155 </ProjectReference> 149 156 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 150 157 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 151 158 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 159 <Private>False</Private> 152 160 </ProjectReference> 153 161 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 154 162 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 155 163 <Name>HeuristicLab.MainForm-3.3</Name> 164 <Private>False</Private> 156 165 </ProjectReference> 157 166 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj"> 158 167 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project> 159 168 <Name>HeuristicLab.Optimization.Views-3.3</Name> 169 <Private>False</Private> 160 170 </ProjectReference> 161 171 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 162 172 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 163 173 <Name>HeuristicLab.Optimization-3.3</Name> 174 <Private>False</Private> 164 175 </ProjectReference> 165 176 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 166 177 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 167 178 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 179 <Private>False</Private> 168 180 </ProjectReference> 169 181 <ProjectReference Include="..\..\HeuristicLab.Problems.TestFunctions\3.3\HeuristicLab.Problems.TestFunctions-3.3.csproj"> 170 182 <Project>{88B9B0E3-344E-4196-82A3-0F9732506FE8}</Project> 171 183 <Name>HeuristicLab.Problems.TestFunctions-3.3</Name> 184 <Private>False</Private> 172 185 </ProjectReference> 173 186 </ItemGroup> … … 204 217 205 218 call PreBuildEvent.cmd 206 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTestFunctionsViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTestFunctionsViewsPlugin.cs"</PreBuildEvent>219 </PreBuildEvent> 207 220 </PropertyGroup> 208 221 </Project>
Note: See TracChangeset
for help on using the changeset viewer.