Changeset 6878 for branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj
- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 3 edited
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.DataAnalysis.Symbolic.Classification.Views/3.4
- Property svn:ignore
-
old new 4 4 HeuristicLabProblemsDataAnalysisSymbolicClassificationViewsPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj
r5830 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> … … 58 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath> bin\x64\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 62 <DebugType>full</DebugType> … … 66 66 </PropertyGroup> 67 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 68 <OutputPath> bin\x64\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> bin\x86\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 84 84 </PropertyGroup> 85 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 86 <OutputPath> bin\x86\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 110 110 </ItemGroup> 111 111 <ItemGroup> 112 <Compile Include="Plugin.cs" /> 112 113 <Compile Include="SymbolicDiscriminantFunctionClassificationSolutionView.cs"> 113 114 <SubType>UserControl</SubType> … … 117 118 </Compile> 118 119 <None Include="HeuristicLab.snk" /> 119 <None Include="HeuristicLabProblemsDataAnalysisSymbolicClassificationViewsPlugin.cs.frame" /> 120 <None Include="Properties\AssemblyInfo.frame" /> 121 <Compile Include="HeuristicLabProblemsDataAnalysisSymbolicClassificationViewsPlugin.cs" /> 120 <None Include="Plugin.cs.frame" /> 121 <None Include="Properties\AssemblyInfo.cs.frame" /> 122 122 <Compile Include="InteractiveSymbolicDiscriminantFunctionClassificationSolutionSimplifierView.cs"> 123 123 <SubType>UserControl</SubType> … … 132 132 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 133 133 <Name>HeuristicLab.Collections-3.3</Name> 134 <Private>False</Private> 134 135 </ProjectReference> 135 136 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 136 137 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 137 138 <Name>HeuristicLab.Common-3.3</Name> 139 <Private>False</Private> 138 140 </ProjectReference> 139 141 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 140 142 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 141 143 <Name>HeuristicLab.Core.Views-3.3</Name> 144 <Private>False</Private> 142 145 </ProjectReference> 143 146 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 144 147 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 145 148 <Name>HeuristicLab.Core-3.3</Name> 149 <Private>False</Private> 146 150 </ProjectReference> 147 151 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 148 152 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 149 153 <Name>HeuristicLab.Data-3.3</Name> 154 <Private>False</Private> 150 155 </ProjectReference> 151 156 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj"> 152 157 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project> 153 158 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 159 <Private>False</Private> 154 160 </ProjectReference> 155 161 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 156 162 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 157 163 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 164 <Private>False</Private> 158 165 </ProjectReference> 159 166 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 160 167 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 161 168 <Name>HeuristicLab.MainForm-3.3</Name> 169 <Private>False</Private> 162 170 </ProjectReference> 163 171 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj"> 164 172 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project> 165 173 <Name>HeuristicLab.Optimization.Views-3.3</Name> 174 <Private>False</Private> 166 175 </ProjectReference> 167 176 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 168 177 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 169 178 <Name>HeuristicLab.Optimization-3.3</Name> 179 <Private>False</Private> 170 180 </ProjectReference> 171 181 <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj"> 172 182 <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project> 173 183 <Name>HeuristicLab.Parameters.Views-3.3</Name> 184 <Private>False</Private> 174 185 </ProjectReference> 175 186 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 176 187 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 177 188 <Name>HeuristicLab.Persistence-3.3</Name> 189 <Private>False</Private> 178 190 </ProjectReference> 179 191 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 180 192 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 181 193 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 194 <Private>False</Private> 182 195 </ProjectReference> 183 196 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj"> 184 197 <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project> 185 198 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name> 199 <Private>False</Private> 186 200 </ProjectReference> 187 201 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj"> 188 202 <Project>{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}</Project> 189 203 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</Name> 204 <Private>False</Private> 190 205 </ProjectReference> 191 206 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj"> 192 207 <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project> 193 208 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name> 209 <Private>False</Private> 194 210 </ProjectReference> 195 211 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj"> 196 212 <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project> 197 213 <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name> 214 <Private>False</Private> 198 215 </ProjectReference> 199 216 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 200 217 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project> 201 218 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 219 <Private>False</Private> 202 220 </ProjectReference> 203 221 </ItemGroup> … … 234 252 235 253 call PreBuildEvent.cmd 236 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisSymbolicClassificationViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisSymbolicClassificationViewsPlugin.cs"</PreBuildEvent>254 </PreBuildEvent> 237 255 </PropertyGroup> 238 256 </Project>
Note: See TracChangeset
for help on using the changeset viewer.