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.3</AssemblyName>
|
---|
12 | <TargetFrameworkVersion>v4.0</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>..\..\bin\</OutputPath>
|
---|
21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
22 | <ErrorReport>prompt</ErrorReport>
|
---|
23 | <WarningLevel>4</WarningLevel>
|
---|
24 | </PropertyGroup>
|
---|
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
26 | <DebugType>pdbonly</DebugType>
|
---|
27 | <Optimize>true</Optimize>
|
---|
28 | <OutputPath>..\..\bin\</OutputPath>
|
---|
29 | <DefineConstants>TRACE</DefineConstants>
|
---|
30 | <ErrorReport>prompt</ErrorReport>
|
---|
31 | <WarningLevel>4</WarningLevel>
|
---|
32 | </PropertyGroup>
|
---|
33 | <PropertyGroup>
|
---|
34 | <SignAssembly>true</SignAssembly>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup>
|
---|
37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
38 | </PropertyGroup>
|
---|
39 | <ItemGroup>
|
---|
40 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
41 | <SpecificVersion>False</SpecificVersion>
|
---|
42 | <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
43 | </Reference>
|
---|
44 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
45 | <SpecificVersion>False</SpecificVersion>
|
---|
46 | <HintPath>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
47 | </Reference>
|
---|
48 | <Reference Include="HeuristicLab.Problems.Instances.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
49 | <SpecificVersion>False</SpecificVersion>
|
---|
50 | <HintPath>..\..\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
|
---|
51 | </Reference>
|
---|
52 | <Reference Include="System" />
|
---|
53 | <Reference Include="System.Core" />
|
---|
54 | <Reference Include="System.Data" />
|
---|
55 | <Reference Include="System.Drawing" />
|
---|
56 | <Reference Include="System.Windows.Forms" />
|
---|
57 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
58 | <Reference Include="System.Xml" />
|
---|
59 | </ItemGroup>
|
---|
60 | <ItemGroup>
|
---|
61 | <Compile Include="ComparisonFilterView.cs">
|
---|
62 | <SubType>UserControl</SubType>
|
---|
63 | </Compile>
|
---|
64 | <Compile Include="ComparisonFilterView.Designer.cs">
|
---|
65 | <DependentUpon>ComparisonFilterView.cs</DependentUpon>
|
---|
66 | </Compile>
|
---|
67 | <Compile Include="DataGridContentView.cs">
|
---|
68 | <SubType>UserControl</SubType>
|
---|
69 | </Compile>
|
---|
70 | <Compile Include="DataGridContentView.Designer.cs">
|
---|
71 | <DependentUpon>DataGridContentView.cs</DependentUpon>
|
---|
72 | </Compile>
|
---|
73 | <Compile Include="DataPreprocessingView.cs">
|
---|
74 | <SubType>UserControl</SubType>
|
---|
75 | </Compile>
|
---|
76 | <Compile Include="DataPreprocessingView.designer.cs">
|
---|
77 | <DependentUpon>DataPreprocessingView.cs</DependentUpon>
|
---|
78 | </Compile>
|
---|
79 | <Compile Include="DataPreprocessorStarter.cs" />
|
---|
80 | <Compile Include="FilterView.cs">
|
---|
81 | <SubType>UserControl</SubType>
|
---|
82 | </Compile>
|
---|
83 | <Compile Include="FilterView.Designer.cs">
|
---|
84 | <DependentUpon>FilterView.cs</DependentUpon>
|
---|
85 | </Compile>
|
---|
86 | <Compile Include="HistogramView.cs">
|
---|
87 | <SubType>UserControl</SubType>
|
---|
88 | </Compile>
|
---|
89 | <Compile Include="HistogramView.Designer.cs">
|
---|
90 | <DependentUpon>HistogramView.cs</DependentUpon>
|
---|
91 | </Compile>
|
---|
92 | <Compile Include="LineChartView.cs">
|
---|
93 | <SubType>UserControl</SubType>
|
---|
94 | </Compile>
|
---|
95 | <Compile Include="LineChartView.Designer.cs">
|
---|
96 | <DependentUpon>LineChartView.cs</DependentUpon>
|
---|
97 | </Compile>
|
---|
98 | <Compile Include="Plugin.cs" />
|
---|
99 | <Compile Include="PreprocessingDataTableView.cs">
|
---|
100 | <SubType>UserControl</SubType>
|
---|
101 | </Compile>
|
---|
102 | <Compile Include="PreprocessingDataTableView.Designer.cs">
|
---|
103 | <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
|
---|
104 | </Compile>
|
---|
105 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
106 | <Compile Include="StatisticsView.cs">
|
---|
107 | <SubType>UserControl</SubType>
|
---|
108 | </Compile>
|
---|
109 | <Compile Include="StatisticsView.Designer.cs">
|
---|
110 | <DependentUpon>StatisticsView.cs</DependentUpon>
|
---|
111 | </Compile>
|
---|
112 | <Compile Include="CopyOfStringConvertibleMatrixView.cs">
|
---|
113 | <SubType>UserControl</SubType>
|
---|
114 | </Compile>
|
---|
115 | <Compile Include="CopyOfStringConvertibleMatrixView.Designer.cs">
|
---|
116 | <DependentUpon>CopyOfStringConvertibleMatrixView.cs</DependentUpon>
|
---|
117 | </Compile>
|
---|
118 | <Compile Include="TransformationView.cs">
|
---|
119 | <SubType>UserControl</SubType>
|
---|
120 | </Compile>
|
---|
121 | <Compile Include="TransformationView.Designer.cs">
|
---|
122 | <DependentUpon>TransformationView.cs</DependentUpon>
|
---|
123 | </Compile>
|
---|
124 | </ItemGroup>
|
---|
125 | <ItemGroup>
|
---|
126 | <None Include="HeuristicLab.snk" />
|
---|
127 | <None Include="Plugin.cs.frame" />
|
---|
128 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
129 | </ItemGroup>
|
---|
130 | <ItemGroup>
|
---|
131 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
132 | <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
|
---|
133 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
134 | </ProjectReference>
|
---|
135 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
136 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
137 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
138 | </ProjectReference>
|
---|
139 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
140 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
141 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
142 | </ProjectReference>
|
---|
143 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
144 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
145 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
146 | </ProjectReference>
|
---|
147 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
148 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
149 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
150 | </ProjectReference>
|
---|
151 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
152 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
153 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
154 | </ProjectReference>
|
---|
155 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
156 | <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
|
---|
157 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
158 | </ProjectReference>
|
---|
159 | <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.3\HeuristicLab.DataPreprocessing-3.3.csproj">
|
---|
160 | <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
|
---|
161 | <Name>HeuristicLab.DataPreprocessing-3.3</Name>
|
---|
162 | </ProjectReference>
|
---|
163 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
164 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
165 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
166 | </ProjectReference>
|
---|
167 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
168 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
169 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
170 | </ProjectReference>
|
---|
171 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
172 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
173 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
174 | </ProjectReference>
|
---|
175 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
176 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
177 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
178 | </ProjectReference>
|
---|
179 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
180 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
181 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
182 | </ProjectReference>
|
---|
183 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
184 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
185 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
186 | </ProjectReference>
|
---|
187 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
|
---|
188 | <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
|
---|
189 | <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
|
---|
190 | </ProjectReference>
|
---|
191 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
192 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
193 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
194 | </ProjectReference>
|
---|
195 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
196 | <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
|
---|
197 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
198 | </ProjectReference>
|
---|
199 | </ItemGroup>
|
---|
200 | <ItemGroup>
|
---|
201 | <EmbeddedResource Include="ComparisonFilterView.resx">
|
---|
202 | <DependentUpon>ComparisonFilterView.cs</DependentUpon>
|
---|
203 | </EmbeddedResource>
|
---|
204 | <EmbeddedResource Include="FilterView.resx">
|
---|
205 | <DependentUpon>FilterView.cs</DependentUpon>
|
---|
206 | </EmbeddedResource>
|
---|
207 | </ItemGroup>
|
---|
208 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
209 | <PropertyGroup>
|
---|
210 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
211 | set ProjectDir=$(ProjectDir)
|
---|
212 | set SolutionDir=$(SolutionDir)
|
---|
213 | set Outdir=$(Outdir)
|
---|
214 |
|
---|
215 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
216 | </PropertyGroup>
|
---|
217 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
218 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
219 | <Target Name="BeforeBuild">
|
---|
220 | </Target>
|
---|
221 | <Target Name="AfterBuild">
|
---|
222 | </Target>
|
---|
223 | -->
|
---|
224 | </Project> |
---|