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>
|
---|
10 | <RootNamespace>HeuristicLab.DataPreprocessing.Views</RootNamespace>
|
---|
11 | <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.4</AssemblyName>
|
---|
12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
13 | <FileAlignment>512</FileAlignment>
|
---|
14 | <TargetFrameworkProfile />
|
---|
15 | </PropertyGroup>
|
---|
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
17 | <DebugSymbols>true</DebugSymbols>
|
---|
18 | <DebugType>full</DebugType>
|
---|
19 | <Optimize>false</Optimize>
|
---|
20 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
22 | <ErrorReport>prompt</ErrorReport>
|
---|
23 | <WarningLevel>4</WarningLevel>
|
---|
24 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
26 | </PropertyGroup>
|
---|
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
28 | <DebugType>pdbonly</DebugType>
|
---|
29 | <Optimize>true</Optimize>
|
---|
30 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
31 | <DefineConstants>TRACE</DefineConstants>
|
---|
32 | <ErrorReport>prompt</ErrorReport>
|
---|
33 | <WarningLevel>4</WarningLevel>
|
---|
34 | <DocumentationFile>
|
---|
35 | </DocumentationFile>
|
---|
36 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
37 | <Prefer32Bit>false</Prefer32Bit>
|
---|
38 | </PropertyGroup>
|
---|
39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
40 | <DebugSymbols>true</DebugSymbols>
|
---|
41 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
43 | <DebugType>full</DebugType>
|
---|
44 | <PlatformTarget>x64</PlatformTarget>
|
---|
45 | <ErrorReport>prompt</ErrorReport>
|
---|
46 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
47 | <Prefer32Bit>false</Prefer32Bit>
|
---|
48 | </PropertyGroup>
|
---|
49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
50 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
51 | <DefineConstants>TRACE</DefineConstants>
|
---|
52 | <DocumentationFile>
|
---|
53 | </DocumentationFile>
|
---|
54 | <Optimize>true</Optimize>
|
---|
55 | <DebugType>pdbonly</DebugType>
|
---|
56 | <PlatformTarget>x64</PlatformTarget>
|
---|
57 | <ErrorReport>prompt</ErrorReport>
|
---|
58 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
59 | <Prefer32Bit>false</Prefer32Bit>
|
---|
60 | </PropertyGroup>
|
---|
61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
62 | <DebugSymbols>true</DebugSymbols>
|
---|
63 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
64 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
65 | <DebugType>full</DebugType>
|
---|
66 | <PlatformTarget>x86</PlatformTarget>
|
---|
67 | <ErrorReport>prompt</ErrorReport>
|
---|
68 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
69 | <Prefer32Bit>false</Prefer32Bit>
|
---|
70 | </PropertyGroup>
|
---|
71 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
72 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
73 | <DefineConstants>TRACE</DefineConstants>
|
---|
74 | <DocumentationFile>
|
---|
75 | </DocumentationFile>
|
---|
76 | <Optimize>true</Optimize>
|
---|
77 | <DebugType>pdbonly</DebugType>
|
---|
78 | <PlatformTarget>x86</PlatformTarget>
|
---|
79 | <ErrorReport>prompt</ErrorReport>
|
---|
80 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
81 | <Prefer32Bit>false</Prefer32Bit>
|
---|
82 | </PropertyGroup>
|
---|
83 | <PropertyGroup>
|
---|
84 | <SignAssembly>true</SignAssembly>
|
---|
85 | </PropertyGroup>
|
---|
86 | <PropertyGroup>
|
---|
87 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
88 | </PropertyGroup>
|
---|
89 | <ItemGroup>
|
---|
90 | <Reference Include="System" />
|
---|
91 | <Reference Include="System.Drawing" />
|
---|
92 | <Reference Include="System.Windows.Forms" />
|
---|
93 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
94 | </ItemGroup>
|
---|
95 | <ItemGroup>
|
---|
96 | <Compile Include="DataPreprocessingMenuItem.cs" />
|
---|
97 | <Compile Include="PreprocessingCheckedVariablesView.cs">
|
---|
98 | <SubType>UserControl</SubType>
|
---|
99 | </Compile>
|
---|
100 | <Compile Include="PreprocessingCheckedVariablesView.Designer.cs">
|
---|
101 | <DependentUpon>PreprocessingCheckedVariablesView.cs</DependentUpon>
|
---|
102 | </Compile>
|
---|
103 | <Compile Include="PreprocessingFeatureCorrelationView.cs">
|
---|
104 | <SubType>UserControl</SubType>
|
---|
105 | </Compile>
|
---|
106 | <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
|
---|
107 | <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
|
---|
108 | </Compile>
|
---|
109 | <Compile Include="CheckedFilterCollectionView.cs">
|
---|
110 | <SubType>UserControl</SubType>
|
---|
111 | </Compile>
|
---|
112 | <Compile Include="CheckedFilterCollectionView.Designer.cs">
|
---|
113 | <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
|
---|
114 | </Compile>
|
---|
115 | <Compile Include="CheckedTransformationListView.cs">
|
---|
116 | <SubType>UserControl</SubType>
|
---|
117 | </Compile>
|
---|
118 | <Compile Include="CheckedTransformationListView.Designer.cs">
|
---|
119 | <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
|
---|
120 | </Compile>
|
---|
121 | <Compile Include="ComparisonFilterView.cs">
|
---|
122 | <SubType>UserControl</SubType>
|
---|
123 | </Compile>
|
---|
124 | <Compile Include="ComparisonFilterView.Designer.cs">
|
---|
125 | <DependentUpon>ComparisonFilterView.cs</DependentUpon>
|
---|
126 | </Compile>
|
---|
127 | <Compile Include="PreprocessingIcons.Designer.cs">
|
---|
128 | <AutoGen>True</AutoGen>
|
---|
129 | <DesignTime>True</DesignTime>
|
---|
130 | <DependentUpon>PreprocessingIcons.resx</DependentUpon>
|
---|
131 | </Compile>
|
---|
132 | <Compile Include="RenameColumnsDialog.cs">
|
---|
133 | <SubType>Form</SubType>
|
---|
134 | </Compile>
|
---|
135 | <Compile Include="RenameColumnsDialog.Designer.cs">
|
---|
136 | <DependentUpon>RenameColumnsDialog.cs</DependentUpon>
|
---|
137 | </Compile>
|
---|
138 | <Compile Include="ScatterPlotSingleView.cs">
|
---|
139 | <SubType>UserControl</SubType>
|
---|
140 | </Compile>
|
---|
141 | <Compile Include="ScatterPlotSingleView.Designer.cs">
|
---|
142 | <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
|
---|
143 | </Compile>
|
---|
144 | <Compile Include="DataCompletenessView.cs">
|
---|
145 | <SubType>UserControl</SubType>
|
---|
146 | </Compile>
|
---|
147 | <Compile Include="DataCompletenessView.Designer.cs">
|
---|
148 | <DependentUpon>DataCompletenessView.cs</DependentUpon>
|
---|
149 | </Compile>
|
---|
150 | <Compile Include="DataGridContentView.cs">
|
---|
151 | <SubType>UserControl</SubType>
|
---|
152 | </Compile>
|
---|
153 | <Compile Include="DataGridContentView.Designer.cs">
|
---|
154 | <DependentUpon>DataGridContentView.cs</DependentUpon>
|
---|
155 | </Compile>
|
---|
156 | <Compile Include="DataPreprocessingView.cs">
|
---|
157 | <SubType>UserControl</SubType>
|
---|
158 | </Compile>
|
---|
159 | <Compile Include="DataPreprocessingView.designer.cs">
|
---|
160 | <DependentUpon>DataPreprocessingView.cs</DependentUpon>
|
---|
161 | </Compile>
|
---|
162 | <Compile Include="DataPreprocessorStarter.cs" />
|
---|
163 | <Compile Include="FilterView.cs">
|
---|
164 | <SubType>UserControl</SubType>
|
---|
165 | </Compile>
|
---|
166 | <Compile Include="FilterView.Designer.cs">
|
---|
167 | <DependentUpon>FilterView.cs</DependentUpon>
|
---|
168 | </Compile>
|
---|
169 | <Compile Include="ScatterPlotMultiView.cs">
|
---|
170 | <SubType>UserControl</SubType>
|
---|
171 | </Compile>
|
---|
172 | <Compile Include="ScatterPlotMultiView.Designer.cs">
|
---|
173 | <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
|
---|
174 | </Compile>
|
---|
175 | <Compile Include="SearchAndReplaceDialog.cs">
|
---|
176 | <SubType>Form</SubType>
|
---|
177 | </Compile>
|
---|
178 | <Compile Include="SearchAndReplaceDialog.Designer.cs">
|
---|
179 | <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
|
---|
180 | </Compile>
|
---|
181 | <Compile Include="HistogramView.cs">
|
---|
182 | <SubType>UserControl</SubType>
|
---|
183 | </Compile>
|
---|
184 | <Compile Include="HistogramView.Designer.cs">
|
---|
185 | <DependentUpon>HistogramView.cs</DependentUpon>
|
---|
186 | </Compile>
|
---|
187 | <Compile Include="LineChartView.cs">
|
---|
188 | <SubType>UserControl</SubType>
|
---|
189 | </Compile>
|
---|
190 | <Compile Include="LineChartView.Designer.cs">
|
---|
191 | <DependentUpon>LineChartView.cs</DependentUpon>
|
---|
192 | </Compile>
|
---|
193 | <Compile Include="ManipulationView.cs">
|
---|
194 | <SubType>UserControl</SubType>
|
---|
195 | </Compile>
|
---|
196 | <Compile Include="ManipulationView.Designer.cs">
|
---|
197 | <DependentUpon>ManipulationView.cs</DependentUpon>
|
---|
198 | </Compile>
|
---|
199 | <Compile Include="Plugin.cs" />
|
---|
200 | <Compile Include="PreprocessingChartView.cs">
|
---|
201 | <SubType>UserControl</SubType>
|
---|
202 | </Compile>
|
---|
203 | <Compile Include="PreprocessingChartView.Designer.cs">
|
---|
204 | <DependentUpon>PreprocessingChartView.cs</DependentUpon>
|
---|
205 | </Compile>
|
---|
206 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
207 | <Compile Include="StatisticsView.cs">
|
---|
208 | <SubType>UserControl</SubType>
|
---|
209 | </Compile>
|
---|
210 | <Compile Include="StatisticsView.Designer.cs">
|
---|
211 | <DependentUpon>StatisticsView.cs</DependentUpon>
|
---|
212 | </Compile>
|
---|
213 | <Compile Include="TransformationView.cs">
|
---|
214 | <SubType>UserControl</SubType>
|
---|
215 | </Compile>
|
---|
216 | <Compile Include="TransformationView.Designer.cs">
|
---|
217 | <DependentUpon>TransformationView.cs</DependentUpon>
|
---|
218 | </Compile>
|
---|
219 | <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
|
---|
220 | <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
|
---|
221 | <Compile Include="Utils\VerticalLabel.cs">
|
---|
222 | <SubType>Component</SubType>
|
---|
223 | </Compile>
|
---|
224 | <Compile Include="ViewShortcutListView.cs">
|
---|
225 | <SubType>UserControl</SubType>
|
---|
226 | </Compile>
|
---|
227 | <Compile Include="ViewShortcutListView.Designer.cs">
|
---|
228 | <DependentUpon>ViewShortcutListView.cs</DependentUpon>
|
---|
229 | </Compile>
|
---|
230 | </ItemGroup>
|
---|
231 | <ItemGroup>
|
---|
232 | <None Include="HeuristicLab.snk" />
|
---|
233 | <None Include="Plugin.cs.frame" />
|
---|
234 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
235 | </ItemGroup>
|
---|
236 | <ItemGroup>
|
---|
237 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
238 | <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
|
---|
239 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
240 | <Private>False</Private>
|
---|
241 | </ProjectReference>
|
---|
242 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
243 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
244 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
245 | <Private>False</Private>
|
---|
246 | </ProjectReference>
|
---|
247 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
248 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
249 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
250 | <Private>False</Private>
|
---|
251 | </ProjectReference>
|
---|
252 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
253 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
254 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
255 | <Private>False</Private>
|
---|
256 | </ProjectReference>
|
---|
257 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
258 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
259 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
260 | <Private>False</Private>
|
---|
261 | </ProjectReference>
|
---|
262 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
263 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
264 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
265 | <Private>False</Private>
|
---|
266 | </ProjectReference>
|
---|
267 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
268 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
269 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
270 | <Private>False</Private>
|
---|
271 | </ProjectReference>
|
---|
272 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
273 | <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
|
---|
274 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
275 | <Private>False</Private>
|
---|
276 | </ProjectReference>
|
---|
277 | <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
|
---|
278 | <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
|
---|
279 | <Name>HeuristicLab.DataPreprocessing-3.4</Name>
|
---|
280 | <Private>False</Private>
|
---|
281 | </ProjectReference>
|
---|
282 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
283 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
284 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
285 | <Private>False</Private>
|
---|
286 | </ProjectReference>
|
---|
287 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
288 | <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
|
---|
289 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
290 | <Private>False</Private>
|
---|
291 | </ProjectReference>
|
---|
292 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
293 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
294 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
295 | <Private>False</Private>
|
---|
296 | </ProjectReference>
|
---|
297 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
298 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
299 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
300 | <Private>False</Private>
|
---|
301 | </ProjectReference>
|
---|
302 | <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
|
---|
303 | <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
|
---|
304 | <Name>HeuristicLab.Optimizer-3.3</Name>
|
---|
305 | <Private>False</Private>
|
---|
306 | </ProjectReference>
|
---|
307 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
308 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
309 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
310 | <Private>False</Private>
|
---|
311 | </ProjectReference>
|
---|
312 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
313 | <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
|
---|
314 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
315 | <Private>False</Private>
|
---|
316 | </ProjectReference>
|
---|
317 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
318 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
319 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
320 | <Private>False</Private>
|
---|
321 | </ProjectReference>
|
---|
322 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis.Views\3.3\HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj">
|
---|
323 | <Project>{72232235-B6CF-4E6C-B086-9E9E11AA0717}</Project>
|
---|
324 | <Name>HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3</Name>
|
---|
325 | <Private>False</Private>
|
---|
326 | </ProjectReference>
|
---|
327 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
|
---|
328 | <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
|
---|
329 | <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
|
---|
330 | <Private>False</Private>
|
---|
331 | </ProjectReference>
|
---|
332 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
333 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
334 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
335 | <Private>False</Private>
|
---|
336 | </ProjectReference>
|
---|
337 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
338 | <Project>{315bda09-3f4f-49b3-9790-b37cfc1c5750}</Project>
|
---|
339 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
340 | <Private>False</Private>
|
---|
341 | </ProjectReference>
|
---|
342 | </ItemGroup>
|
---|
343 | <ItemGroup>
|
---|
344 | <EmbeddedResource Include="PreprocessingIcons.resx">
|
---|
345 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
346 | <LastGenOutput>PreprocessingIcons.Designer.cs</LastGenOutput>
|
---|
347 | </EmbeddedResource>
|
---|
348 | <EmbeddedResource Include="ScatterPlotSingleView.resx">
|
---|
349 | <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
|
---|
350 | </EmbeddedResource>
|
---|
351 | </ItemGroup>
|
---|
352 | <ItemGroup>
|
---|
353 | <Content Include="Icons\All.png" />
|
---|
354 | <Content Include="Icons\Inputs.png" />
|
---|
355 | <Content Include="Icons\None.png" />
|
---|
356 | </ItemGroup>
|
---|
357 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
358 | <PropertyGroup>
|
---|
359 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
360 | set ProjectDir=$(ProjectDir)
|
---|
361 | set SolutionDir=$(SolutionDir)
|
---|
362 | set Outdir=$(Outdir)
|
---|
363 |
|
---|
364 | call PreBuildEvent.cmd
|
---|
365 | </PreBuildEvent>
|
---|
366 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
367 | export ProjectDir=$(ProjectDir)
|
---|
368 | export SolutionDir=$(SolutionDir)
|
---|
369 |
|
---|
370 | $SolutionDir/PreBuildEvent.sh
|
---|
371 | </PreBuildEvent>
|
---|
372 | </PropertyGroup>
|
---|
373 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
374 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
375 | <Target Name="BeforeBuild">
|
---|
376 | </Target>
|
---|
377 | <Target Name="AfterBuild">
|
---|
378 | </Target>
|
---|
379 | -->
|
---|
380 | </Project> |
---|