- 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.Parameters.Views/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabParametersViewsPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Parameters.Views/3.3/HeuristicLab.Parameters.Views-3.3.csproj
r5345 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.Parameters.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|x64' "> 60 61 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> bin\x64\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|x64' "> 69 <OutputPath> bin\x64\Release\</OutputPath>70 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 71 <DefineConstants>TRACE</DefineConstants> 71 <DocumentationFile>bin\x64\Release\HeuristicLab.Parameters.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|x86' "> 79 81 <DebugSymbols>true</DebugSymbols> 80 <OutputPath> bin\x86\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|x86' "> 88 <OutputPath> bin\x86\Release\</OutputPath>90 <OutputPath>$(SolutionDir)\bin\</OutputPath> 89 91 <DefineConstants>TRACE</DefineConstants> 90 <DocumentationFile>bin\x86\Release\HeuristicLab.Parameters.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 <None Include=" HeuristicLabParametersViewsPlugin.cs.frame" />117 <None Include="Plugin.cs.frame" /> 115 118 <Compile Include="ConstrainedValueParameterView.cs"> 116 119 <SubType>UserControl</SubType> … … 125 128 <DependentUpon>ConstrainedValueParameterConfigurationView.cs</DependentUpon> 126 129 </Compile> 130 <Compile Include="Plugin.cs" /> 127 131 <Compile Include="ScopeTreeLookupParameterView.cs"> 128 132 <SubType>UserControl</SubType> … … 143 147 <DependentUpon>LookupParameterView.cs</DependentUpon> 144 148 </Compile> 145 <Compile Include="HeuristicLabParametersViewsPlugin.cs" />146 149 <Compile Include="ParameterView.cs"> 147 150 <SubType>UserControl</SubType> … … 160 163 <ItemGroup> 161 164 <None Include="HeuristicLab.snk" /> 162 <None Include="Properties\AssemblyInfo. frame" />165 <None Include="Properties\AssemblyInfo.cs.frame" /> 163 166 </ItemGroup> 164 167 <ItemGroup> … … 166 169 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 167 170 <Name>HeuristicLab.Collections-3.3</Name> 171 <Private>False</Private> 168 172 </ProjectReference> 169 173 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 170 174 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 171 175 <Name>HeuristicLab.Common.Resources-3.3</Name> 176 <Private>False</Private> 172 177 </ProjectReference> 173 178 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 174 179 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 175 180 <Name>HeuristicLab.Common-3.3</Name> 181 <Private>False</Private> 176 182 </ProjectReference> 177 183 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 178 184 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 179 185 <Name>HeuristicLab.Core.Views-3.3</Name> 186 <Private>False</Private> 180 187 </ProjectReference> 181 188 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 182 189 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 183 190 <Name>HeuristicLab.Core-3.3</Name> 191 <Private>False</Private> 184 192 </ProjectReference> 185 193 <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj"> 186 194 <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project> 187 195 <Name>HeuristicLab.Data.Views-3.3</Name> 196 <Private>False</Private> 188 197 </ProjectReference> 189 198 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 190 199 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 191 200 <Name>HeuristicLab.Data-3.3</Name> 201 <Private>False</Private> 192 202 </ProjectReference> 193 203 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 194 204 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 195 205 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 206 <Private>False</Private> 196 207 </ProjectReference> 197 208 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 198 209 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 199 210 <Name>HeuristicLab.MainForm-3.3</Name> 211 <Private>False</Private> 200 212 </ProjectReference> 201 213 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj"> 202 214 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project> 203 215 <Name>HeuristicLab.Optimization.Views-3.3</Name> 216 <Private>False</Private> 204 217 </ProjectReference> 205 218 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 206 219 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 207 220 <Name>HeuristicLab.Optimization-3.3</Name> 221 <Private>False</Private> 208 222 </ProjectReference> 209 223 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 210 224 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 211 225 <Name>HeuristicLab.Parameters-3.3</Name> 226 <Private>False</Private> 212 227 </ProjectReference> 213 228 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 214 229 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 215 230 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 231 <Private>False</Private> 216 232 </ProjectReference> 217 233 </ItemGroup> … … 248 264 249 265 call PreBuildEvent.cmd 250 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabParametersViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabParametersViewsPlugin.cs"</PreBuildEvent>266 </PreBuildEvent> 251 267 </PropertyGroup> 252 268 </Project>
Note: See TracChangeset
for help on using the changeset viewer.