- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- 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 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Classification.Views/3.3
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Classification.Views/3.3/HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3.csproj
r5163 r6866 21 21 <DebugType>full</DebugType> 22 22 <Optimize>false</Optimize> 23 <OutputPath> bin\Debug\</OutputPath>23 <OutputPath>$(SolutionDir)\bin\</OutputPath> 24 24 <DefineConstants>DEBUG;TRACE</DefineConstants> 25 25 <ErrorReport>prompt</ErrorReport> … … 29 29 <DebugType>pdbonly</DebugType> 30 30 <Optimize>true</Optimize> 31 <OutputPath> bin\Release\</OutputPath>31 <OutputPath>$(SolutionDir)\bin\</OutputPath> 32 32 <DefineConstants>TRACE</DefineConstants> 33 33 <ErrorReport>prompt</ErrorReport> … … 42 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 43 43 <DebugSymbols>true</DebugSymbols> 44 <OutputPath> bin\x64\Debug\</OutputPath>44 <OutputPath>$(SolutionDir)\bin\</OutputPath> 45 45 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 46 <DebugType>full</DebugType> … … 57 57 </PropertyGroup> 58 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 59 <OutputPath> bin\x64\Release\</OutputPath>59 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 60 <DefineConstants>TRACE</DefineConstants> 61 61 <Optimize>true</Optimize> 62 62 <DebugType>pdbonly</DebugType> 63 63 <PlatformTarget>x64</PlatformTarget> 64 <CodeAnalysisLogFile> bin\Release\HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>64 <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 65 65 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 66 66 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 72 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 73 73 <DebugSymbols>true</DebugSymbols> 74 <OutputPath> bin\x86\Debug\</OutputPath>74 <OutputPath>$(SolutionDir)\bin\</OutputPath> 75 75 <DefineConstants>DEBUG;TRACE</DefineConstants> 76 76 <DebugType>full</DebugType> … … 87 87 </PropertyGroup> 88 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 89 <OutputPath> bin\x86\Release\</OutputPath>89 <OutputPath>$(SolutionDir)\bin\</OutputPath> 90 90 <DefineConstants>TRACE</DefineConstants> 91 91 <Optimize>true</Optimize> 92 92 <DebugType>pdbonly</DebugType> 93 93 <PlatformTarget>x86</PlatformTarget> 94 <CodeAnalysisLogFile> bin\Release\HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>94 <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.Problems.DataAnalysis.Classification.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 95 95 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 96 96 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 119 119 <DependentUpon>ConfusionMatrixView.cs</DependentUpon> 120 120 </Compile> 121 <Compile Include=" HeuristicLabProblemsDataAnalysisClassificationViewsPlugin.cs" />121 <Compile Include="Plugin.cs" /> 122 122 <Compile Include="Properties\AssemblyInfo.cs" /> 123 123 <Compile Include="RocCurvesView.cs"> … … 136 136 <ItemGroup> 137 137 <None Include="HeuristicLab.snk" /> 138 <None Include=" HeuristicLabProblemsDataAnalysisClassificationViewsPlugin.cs.frame" />139 <None Include="Properties\AssemblyInfo. frame" />138 <None Include="Plugin.cs.frame" /> 139 <None Include="Properties\AssemblyInfo.cs.frame" /> 140 140 </ItemGroup> 141 141 <ItemGroup> … … 143 143 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 144 144 <Name>HeuristicLab.Common-3.3</Name> 145 <Private>False</Private> 145 146 </ProjectReference> 146 147 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 147 148 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 148 149 <Name>HeuristicLab.Core-3.3</Name> 150 <Private>False</Private> 149 151 </ProjectReference> 150 152 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 151 153 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 152 154 <Name>HeuristicLab.Data-3.3</Name> 155 <Private>False</Private> 153 156 </ProjectReference> 154 157 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 155 158 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 156 159 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 160 <Private>False</Private> 157 161 </ProjectReference> 158 162 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 159 163 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 160 164 <Name>HeuristicLab.MainForm-3.3</Name> 165 <Private>False</Private> 161 166 </ProjectReference> 162 167 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 163 168 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 164 169 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 170 <Private>False</Private> 165 171 </ProjectReference> 166 172 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Classification\3.3\HeuristicLab.Problems.DataAnalysis.Classification-3.3.csproj"> 167 173 <Project>{D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}</Project> 168 174 <Name>HeuristicLab.Problems.DataAnalysis.Classification-3.3</Name> 175 <Private>False</Private> 169 176 </ProjectReference> 170 177 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj"> 171 178 <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project> 172 179 <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name> 180 <Private>False</Private> 173 181 </ProjectReference> 174 182 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.3.csproj"> 175 183 <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project> 176 184 <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name> 185 <Private>False</Private> 177 186 </ProjectReference> 178 187 <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj"> 179 188 <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project> 180 189 <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name> 190 <Private>False</Private> 181 191 </ProjectReference> 182 192 </ItemGroup> … … 189 199 190 200 call PreBuildEvent.cmd 191 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25HeuristicLabProblemsDataAnalysisClassificationViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisClassificationViewsPlugin.cs"</PreBuildEvent>201 </PreBuildEvent> 192 202 </PropertyGroup> 193 203 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.