[10542] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[10558] | 10 | <RootNamespace>HeuristicLab.DataPreprocessing.Views</RootNamespace>
|
---|
[10925] | 11 | <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.4</AssemblyName>
|
---|
[11677] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[10542] | 13 | <FileAlignment>512</FileAlignment>
|
---|
[10555] | 14 | <TargetFrameworkProfile />
|
---|
[10542] | 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
[10637] | 24 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
---|
[11677] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[10542] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[11677] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[10542] | 35 | </PropertyGroup>
|
---|
[10555] | 36 | <PropertyGroup>
|
---|
| 37 | <SignAssembly>true</SignAssembly>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 41 | </PropertyGroup>
|
---|
[11566] | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 43 | <DebugSymbols>true</DebugSymbols>
|
---|
| 44 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <DebugType>full</DebugType>
|
---|
| 47 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 48 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
| 50 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 51 | </PropertyGroup>
|
---|
| 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 53 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 54 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 55 | <Optimize>true</Optimize>
|
---|
| 56 | <DebugType>pdbonly</DebugType>
|
---|
| 57 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 58 | <ErrorReport>prompt</ErrorReport>
|
---|
| 59 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 62 | <DebugSymbols>true</DebugSymbols>
|
---|
| 63 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 64 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 65 | <DebugType>full</DebugType>
|
---|
| 66 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 67 | <UseVSHostingProcess>false</UseVSHostingProcess>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
| 69 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 70 | </PropertyGroup>
|
---|
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
| 72 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 73 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 74 | <Optimize>true</Optimize>
|
---|
| 75 | <DebugType>pdbonly</DebugType>
|
---|
| 76 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 77 | <ErrorReport>prompt</ErrorReport>
|
---|
| 78 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 79 | </PropertyGroup>
|
---|
[10542] | 80 | <ItemGroup>
|
---|
| 81 | <Reference Include="System" />
|
---|
| 82 | <Reference Include="System.Core" />
|
---|
[10589] | 83 | <Reference Include="System.Data" />
|
---|
[10557] | 84 | <Reference Include="System.Drawing" />
|
---|
| 85 | <Reference Include="System.Windows.Forms" />
|
---|
| 86 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[10589] | 87 | <Reference Include="System.Xml" />
|
---|
[10542] | 88 | </ItemGroup>
|
---|
| 89 | <ItemGroup>
|
---|
[10908] | 90 | <Compile Include="PreprocessingFeatureCorrelationView.cs">
|
---|
| 91 | <SubType>UserControl</SubType>
|
---|
| 92 | </Compile>
|
---|
| 93 | <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
|
---|
| 94 | <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
|
---|
| 95 | </Compile>
|
---|
[10785] | 96 | <Compile Include="CheckedFilterCollectionView.cs">
|
---|
| 97 | <SubType>UserControl</SubType>
|
---|
| 98 | </Compile>
|
---|
| 99 | <Compile Include="CheckedFilterCollectionView.Designer.cs">
|
---|
| 100 | <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
|
---|
| 101 | </Compile>
|
---|
[10902] | 102 | <Compile Include="CheckedTransformationListView.cs">
|
---|
[10778] | 103 | <SubType>UserControl</SubType>
|
---|
| 104 | </Compile>
|
---|
[10902] | 105 | <Compile Include="CheckedTransformationListView.Designer.cs">
|
---|
| 106 | <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
|
---|
[10778] | 107 | </Compile>
|
---|
[10557] | 108 | <Compile Include="ComparisonFilterView.cs">
|
---|
| 109 | <SubType>UserControl</SubType>
|
---|
| 110 | </Compile>
|
---|
| 111 | <Compile Include="ComparisonFilterView.Designer.cs">
|
---|
| 112 | <DependentUpon>ComparisonFilterView.cs</DependentUpon>
|
---|
| 113 | </Compile>
|
---|
[10987] | 114 | <Compile Include="ScatterPlotSingleView.cs">
|
---|
[10915] | 115 | <SubType>UserControl</SubType>
|
---|
| 116 | </Compile>
|
---|
[10987] | 117 | <Compile Include="ScatterPlotSingleView.Designer.cs">
|
---|
| 118 | <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
|
---|
[10915] | 119 | </Compile>
|
---|
[10877] | 120 | <Compile Include="DataCompletenessView.cs">
|
---|
| 121 | <SubType>UserControl</SubType>
|
---|
| 122 | </Compile>
|
---|
| 123 | <Compile Include="DataCompletenessView.Designer.cs">
|
---|
| 124 | <DependentUpon>DataCompletenessView.cs</DependentUpon>
|
---|
| 125 | </Compile>
|
---|
[10557] | 126 | <Compile Include="DataGridContentView.cs">
|
---|
| 127 | <SubType>UserControl</SubType>
|
---|
| 128 | </Compile>
|
---|
| 129 | <Compile Include="DataGridContentView.Designer.cs">
|
---|
| 130 | <DependentUpon>DataGridContentView.cs</DependentUpon>
|
---|
| 131 | </Compile>
|
---|
| 132 | <Compile Include="DataPreprocessingView.cs">
|
---|
| 133 | <SubType>UserControl</SubType>
|
---|
| 134 | </Compile>
|
---|
| 135 | <Compile Include="DataPreprocessingView.designer.cs">
|
---|
| 136 | <DependentUpon>DataPreprocessingView.cs</DependentUpon>
|
---|
| 137 | </Compile>
|
---|
[10559] | 138 | <Compile Include="DataPreprocessorStarter.cs" />
|
---|
[10771] | 139 | <Compile Include="PreprocessingDataTableView.cs">
|
---|
| 140 | <SubType>UserControl</SubType>
|
---|
| 141 | </Compile>
|
---|
| 142 | <Compile Include="PreprocessingDataTableView.Designer.cs">
|
---|
| 143 | <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
|
---|
| 144 | </Compile>
|
---|
[10557] | 145 | <Compile Include="FilterView.cs">
|
---|
| 146 | <SubType>UserControl</SubType>
|
---|
| 147 | </Compile>
|
---|
| 148 | <Compile Include="FilterView.Designer.cs">
|
---|
| 149 | <DependentUpon>FilterView.cs</DependentUpon>
|
---|
| 150 | </Compile>
|
---|
[10987] | 151 | <Compile Include="ScatterPlotMultiView.cs">
|
---|
[10882] | 152 | <SubType>UserControl</SubType>
|
---|
| 153 | </Compile>
|
---|
[10987] | 154 | <Compile Include="ScatterPlotMultiView.Designer.cs">
|
---|
| 155 | <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
|
---|
[10882] | 156 | </Compile>
|
---|
| 157 | <Compile Include="PreprocessingScatterPlotView.cs">
|
---|
| 158 | <SubType>UserControl</SubType>
|
---|
| 159 | </Compile>
|
---|
| 160 | <Compile Include="PreprocessingScatterPlotView.Designer.cs">
|
---|
| 161 | <DependentUpon>PreprocessingScatterPlotView.cs</DependentUpon>
|
---|
| 162 | </Compile>
|
---|
[10762] | 163 | <Compile Include="SearchAndReplaceDialog.cs">
|
---|
[10630] | 164 | <SubType>Form</SubType>
|
---|
| 165 | </Compile>
|
---|
[10762] | 166 | <Compile Include="SearchAndReplaceDialog.Designer.cs">
|
---|
| 167 | <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
|
---|
[10630] | 168 | </Compile>
|
---|
[10667] | 169 | <Compile Include="HistogramView.cs">
|
---|
| 170 | <SubType>UserControl</SubType>
|
---|
| 171 | </Compile>
|
---|
[10557] | 172 | <Compile Include="HistogramView.Designer.cs">
|
---|
| 173 | <DependentUpon>HistogramView.cs</DependentUpon>
|
---|
| 174 | </Compile>
|
---|
[10667] | 175 | <Compile Include="LineChartView.cs">
|
---|
| 176 | <SubType>UserControl</SubType>
|
---|
| 177 | </Compile>
|
---|
[10557] | 178 | <Compile Include="LineChartView.Designer.cs">
|
---|
| 179 | <DependentUpon>LineChartView.cs</DependentUpon>
|
---|
| 180 | </Compile>
|
---|
[10709] | 181 | <Compile Include="ManipulationView.cs">
|
---|
| 182 | <SubType>UserControl</SubType>
|
---|
| 183 | </Compile>
|
---|
| 184 | <Compile Include="ManipulationView.Designer.cs">
|
---|
| 185 | <DependentUpon>ManipulationView.cs</DependentUpon>
|
---|
| 186 | </Compile>
|
---|
[10542] | 187 | <Compile Include="Plugin.cs" />
|
---|
[10667] | 188 | <Compile Include="PreprocessingChartView.cs">
|
---|
| 189 | <SubType>UserControl</SubType>
|
---|
| 190 | </Compile>
|
---|
[10658] | 191 | <Compile Include="PreprocessingChartView.Designer.cs">
|
---|
| 192 | <DependentUpon>PreprocessingChartView.cs</DependentUpon>
|
---|
| 193 | </Compile>
|
---|
[10701] | 194 | <Compile Include="PreprocessingCheckedItemListView.cs">
|
---|
| 195 | <SubType>UserControl</SubType>
|
---|
| 196 | </Compile>
|
---|
| 197 | <Compile Include="PreprocessingCheckedItemListView.Designer.cs">
|
---|
| 198 | <DependentUpon>PreprocessingCheckedItemListView.cs</DependentUpon>
|
---|
| 199 | </Compile>
|
---|
[10542] | 200 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[10557] | 201 | <Compile Include="StatisticsView.cs">
|
---|
| 202 | <SubType>UserControl</SubType>
|
---|
| 203 | </Compile>
|
---|
| 204 | <Compile Include="StatisticsView.Designer.cs">
|
---|
| 205 | <DependentUpon>StatisticsView.cs</DependentUpon>
|
---|
| 206 | </Compile>
|
---|
| 207 | <Compile Include="TransformationView.cs">
|
---|
| 208 | <SubType>UserControl</SubType>
|
---|
| 209 | </Compile>
|
---|
| 210 | <Compile Include="TransformationView.Designer.cs">
|
---|
| 211 | <DependentUpon>TransformationView.cs</DependentUpon>
|
---|
| 212 | </Compile>
|
---|
[10698] | 213 | <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
|
---|
| 214 | <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
|
---|
[10904] | 215 | <Compile Include="ViewShortcutListView.cs">
|
---|
[10614] | 216 | <SubType>UserControl</SubType>
|
---|
| 217 | </Compile>
|
---|
[10904] | 218 | <Compile Include="ViewShortcutListView.Designer.cs">
|
---|
| 219 | <DependentUpon>ViewShortcutListView.cs</DependentUpon>
|
---|
[10614] | 220 | </Compile>
|
---|
[10542] | 221 | </ItemGroup>
|
---|
| 222 | <ItemGroup>
|
---|
[10555] | 223 | <None Include="HeuristicLab.snk" />
|
---|
[10542] | 224 | <None Include="Plugin.cs.frame" />
|
---|
| 225 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 226 | </ItemGroup>
|
---|
| 227 | <ItemGroup>
|
---|
[10557] | 228 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
[11114] | 229 | <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project>
|
---|
[10557] | 230 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
[10925] | 231 | <Private>False</Private>
|
---|
[10557] | 232 | </ProjectReference>
|
---|
| 233 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
[11114] | 234 | <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
|
---|
[10557] | 235 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
[10925] | 236 | <Private>False</Private>
|
---|
[10557] | 237 | </ProjectReference>
|
---|
[10614] | 238 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 239 | <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
|
---|
| 240 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 241 | </ProjectReference>
|
---|
[10557] | 242 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 243 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 244 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[10925] | 245 | <Private>False</Private>
|
---|
[10557] | 246 | </ProjectReference>
|
---|
| 247 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
[11114] | 248 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
[10557] | 249 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[10925] | 250 | <Private>False</Private>
|
---|
[10557] | 251 | </ProjectReference>
|
---|
| 252 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
[11114] | 253 | <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
|
---|
[10557] | 254 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
[10925] | 255 | <Private>False</Private>
|
---|
[10557] | 256 | </ProjectReference>
|
---|
| 257 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
[11114] | 258 | <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
|
---|
[10557] | 259 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[10925] | 260 | <Private>False</Private>
|
---|
[10557] | 261 | </ProjectReference>
|
---|
| 262 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
[11114] | 263 | <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
|
---|
[10557] | 264 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
[10925] | 265 | <Private>False</Private>
|
---|
[10557] | 266 | </ProjectReference>
|
---|
[10925] | 267 | <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
|
---|
| 268 | <Project>{3b90f866-70f8-43ef-a541-51819d255b7b}</Project>
|
---|
| 269 | <Name>HeuristicLab.DataPreprocessing-3.4</Name>
|
---|
| 270 | <Private>False</Private>
|
---|
[10557] | 271 | </ProjectReference>
|
---|
| 272 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
[11114] | 273 | <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
|
---|
[10557] | 274 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[10925] | 275 | <Private>False</Private>
|
---|
[10557] | 276 | </ProjectReference>
|
---|
| 277 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
[11114] | 278 | <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
|
---|
[10557] | 279 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
[10925] | 280 | <Private>False</Private>
|
---|
[10557] | 281 | </ProjectReference>
|
---|
| 282 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
[11114] | 283 | <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
|
---|
[10557] | 284 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
[10925] | 285 | <Private>False</Private>
|
---|
[10557] | 286 | </ProjectReference>
|
---|
| 287 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
[11114] | 288 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
[10557] | 289 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
[10925] | 290 | <Private>False</Private>
|
---|
[10557] | 291 | </ProjectReference>
|
---|
[10542] | 292 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 293 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 294 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[10925] | 295 | <Private>False</Private>
|
---|
[10542] | 296 | </ProjectReference>
|
---|
[10559] | 297 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
[11114] | 298 | <Project>{3e9e8944-44ff-40bb-a622-3a4a7dd0f198}</Project>
|
---|
[10559] | 299 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
[10925] | 300 | <Private>False</Private>
|
---|
[10559] | 301 | </ProjectReference>
|
---|
| 302 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
[11114] | 303 | <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
|
---|
[10559] | 304 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
[10925] | 305 | <Private>False</Private>
|
---|
[10559] | 306 | </ProjectReference>
|
---|
[10557] | 307 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
[11114] | 308 | <Project>{315bda09-3f4f-49b3-9790-b37cfc1c5750}</Project>
|
---|
[10557] | 309 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
[10925] | 310 | <Private>False</Private>
|
---|
[10557] | 311 | </ProjectReference>
|
---|
[10542] | 312 | </ItemGroup>
|
---|
| 313 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[11566] | 314 | <PropertyGroup>
|
---|
[11116] | 315 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[10542] | 316 | set ProjectDir=$(ProjectDir)
|
---|
| 317 | set SolutionDir=$(SolutionDir)
|
---|
| 318 | set Outdir=$(Outdir)
|
---|
| 319 |
|
---|
[11116] | 320 | call PreBuildEvent.cmd
|
---|
| 321 | </PreBuildEvent>
|
---|
| 322 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 323 | export ProjectDir=$(ProjectDir)
|
---|
| 324 | export SolutionDir=$(SolutionDir)
|
---|
| 325 |
|
---|
| 326 | $SolutionDir/PreBuildEvent.sh
|
---|
| 327 | </PreBuildEvent>
|
---|
[10542] | 328 | </PropertyGroup>
|
---|
| 329 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 330 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 331 | <Target Name="BeforeBuild">
|
---|
| 332 | </Target>
|
---|
| 333 | <Target Name="AfterBuild">
|
---|
| 334 | </Target>
|
---|
| 335 | -->
|
---|
| 336 | </Project> |
---|