1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{72232235-B6CF-4E6C-B086-9E9E11AA0717}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Problems.Instances.DataAnalysis.Views</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
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 Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
34 | <DebugSymbols>true</DebugSymbols>
|
---|
35 | <OutputPath>..\..\bin\</OutputPath>
|
---|
36 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
37 | <DebugType>full</DebugType>
|
---|
38 | <PlatformTarget>x86</PlatformTarget>
|
---|
39 | <ErrorReport>prompt</ErrorReport>
|
---|
40 | </PropertyGroup>
|
---|
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
42 | <OutputPath>..\..\bin\</OutputPath>
|
---|
43 | <DefineConstants>TRACE</DefineConstants>
|
---|
44 | <Optimize>true</Optimize>
|
---|
45 | <DebugType>pdbonly</DebugType>
|
---|
46 | <PlatformTarget>x86</PlatformTarget>
|
---|
47 | <ErrorReport>prompt</ErrorReport>
|
---|
48 | </PropertyGroup>
|
---|
49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
50 | <DebugSymbols>true</DebugSymbols>
|
---|
51 | <OutputPath>..\..\bin\</OutputPath>
|
---|
52 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
53 | <DebugType>full</DebugType>
|
---|
54 | <PlatformTarget>x64</PlatformTarget>
|
---|
55 | <ErrorReport>prompt</ErrorReport>
|
---|
56 | </PropertyGroup>
|
---|
57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
58 | <OutputPath>..\..\bin\</OutputPath>
|
---|
59 | <DefineConstants>TRACE</DefineConstants>
|
---|
60 | <Optimize>true</Optimize>
|
---|
61 | <DebugType>pdbonly</DebugType>
|
---|
62 | <PlatformTarget>x64</PlatformTarget>
|
---|
63 | <ErrorReport>prompt</ErrorReport>
|
---|
64 | </PropertyGroup>
|
---|
65 | <PropertyGroup>
|
---|
66 | <SignAssembly>true</SignAssembly>
|
---|
67 | </PropertyGroup>
|
---|
68 | <PropertyGroup>
|
---|
69 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
70 | </PropertyGroup>
|
---|
71 | <ItemGroup>
|
---|
72 | <Reference Include="System" />
|
---|
73 | <Reference Include="System.Core" />
|
---|
74 | <Reference Include="System.Drawing" />
|
---|
75 | <Reference Include="System.Windows.Forms" />
|
---|
76 | <Reference Include="System.Xml.Linq" />
|
---|
77 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
78 | <Reference Include="Microsoft.CSharp" />
|
---|
79 | <Reference Include="System.Data" />
|
---|
80 | <Reference Include="System.Xml" />
|
---|
81 | </ItemGroup>
|
---|
82 | <ItemGroup>
|
---|
83 | <Compile Include="ClassificationImportTypeDialog.cs">
|
---|
84 | <SubType>Form</SubType>
|
---|
85 | </Compile>
|
---|
86 | <Compile Include="ClassificationImportTypeDialog.Designer.cs">
|
---|
87 | <DependentUpon>ClassificationImportTypeDialog.cs</DependentUpon>
|
---|
88 | </Compile>
|
---|
89 | <Compile Include="ClassificationInstanceConsumerView.cs">
|
---|
90 | <SubType>UserControl</SubType>
|
---|
91 | </Compile>
|
---|
92 | <Compile Include="ClassificationInstanceConsumerView.Designer.cs">
|
---|
93 | <DependentUpon>ClassificationInstanceConsumerView.cs</DependentUpon>
|
---|
94 | </Compile>
|
---|
95 | <Compile Include="DataAnalysisImportTypeDialog.cs">
|
---|
96 | <SubType>Form</SubType>
|
---|
97 | </Compile>
|
---|
98 | <Compile Include="DataAnalysisImportTypeDialog.Designer.cs">
|
---|
99 | <DependentUpon>DataAnalysisImportTypeDialog.cs</DependentUpon>
|
---|
100 | </Compile>
|
---|
101 | <Compile Include="DataAnalysisInstanceConsumerView.cs">
|
---|
102 | <SubType>UserControl</SubType>
|
---|
103 | </Compile>
|
---|
104 | <Compile Include="DataAnalysisInstanceConsumerView.Designer.cs">
|
---|
105 | <DependentUpon>DataAnalysisInstanceConsumerView.cs</DependentUpon>
|
---|
106 | </Compile>
|
---|
107 | <Compile Include="Plugin.cs" />
|
---|
108 | <Compile Include="RegressionImportTypeDialog.cs">
|
---|
109 | <SubType>Form</SubType>
|
---|
110 | </Compile>
|
---|
111 | <Compile Include="RegressionImportTypeDialog.Designer.cs">
|
---|
112 | <DependentUpon>RegressionImportTypeDialog.cs</DependentUpon>
|
---|
113 | </Compile>
|
---|
114 | <Compile Include="RegressionInstanceConsumerView.cs">
|
---|
115 | <SubType>UserControl</SubType>
|
---|
116 | </Compile>
|
---|
117 | <Compile Include="RegressionInstanceConsumerView.Designer.cs">
|
---|
118 | <DependentUpon>RegressionInstanceConsumerView.cs</DependentUpon>
|
---|
119 | </Compile>
|
---|
120 | <None Include="HeuristicLab.snk" />
|
---|
121 | <None Include="Plugin.cs.frame" />
|
---|
122 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
123 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
124 | </ItemGroup>
|
---|
125 | <ItemGroup>
|
---|
126 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
127 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
128 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
129 | </ProjectReference>
|
---|
130 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
131 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
132 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
133 | </ProjectReference>
|
---|
134 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
135 | <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
|
---|
136 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
137 | </ProjectReference>
|
---|
138 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
139 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
140 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
141 | </ProjectReference>
|
---|
142 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
143 | <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
|
---|
144 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
145 | </ProjectReference>
|
---|
146 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
147 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
148 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
149 | </ProjectReference>
|
---|
150 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
151 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
152 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
153 | </ProjectReference>
|
---|
154 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
155 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
156 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
157 | </ProjectReference>
|
---|
158 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
159 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
160 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
161 | <Private>False</Private>
|
---|
162 | </ProjectReference>
|
---|
163 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
164 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
165 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
166 | <Private>False</Private>
|
---|
167 | </ProjectReference>
|
---|
168 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
|
---|
169 | <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
|
---|
170 | <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
|
---|
171 | <Private>False</Private>
|
---|
172 | </ProjectReference>
|
---|
173 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
|
---|
174 | <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
|
---|
175 | <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
|
---|
176 | <Private>False</Private>
|
---|
177 | </ProjectReference>
|
---|
178 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
179 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
180 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
181 | <Private>False</Private>
|
---|
182 | </ProjectReference>
|
---|
183 | </ItemGroup>
|
---|
184 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
185 | <PropertyGroup>
|
---|
186 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
187 | set ProjectDir=$(ProjectDir)
|
---|
188 | set SolutionDir=$(SolutionDir)
|
---|
189 | set Outdir=$(Outdir)
|
---|
190 |
|
---|
191 | call PreBuildEvent.cmd
|
---|
192 | </PreBuildEvent>
|
---|
193 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
194 | export ProjectDir=$(ProjectDir)
|
---|
195 | export SolutionDir=$(SolutionDir)
|
---|
196 |
|
---|
197 | $SolutionDir/PreBuildEvent.sh
|
---|
198 | </PreBuildEvent>
|
---|
199 | </PropertyGroup>
|
---|
200 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
201 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
202 | <Target Name="BeforeBuild">
|
---|
203 | </Target>
|
---|
204 | <Target Name="AfterBuild">
|
---|
205 | </Target>
|
---|
206 | -->
|
---|
207 | </Project> |
---|