Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj @ 8601

Last change on this file since 8601 was 8601, checked in by sforsten, 12 years ago

#1942: training has now at least one sample

File size: 6.4 KB
Line 
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\Debug\</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="System" />
41    <Reference Include="System.Core" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Windows.Forms" />
44    <Reference Include="System.Xml.Linq" />
45    <Reference Include="System.Data.DataSetExtensions" />
46    <Reference Include="Microsoft.CSharp" />
47    <Reference Include="System.Data" />
48    <Reference Include="System.Xml" />
49  </ItemGroup>
50  <ItemGroup>
51    <Compile Include="DataAnalysisImportTypeDialog.cs">
52      <SubType>Form</SubType>
53    </Compile>
54    <Compile Include="DataAnalysisImportTypeDialog.Designer.cs">
55      <DependentUpon>DataAnalysisImportTypeDialog.cs</DependentUpon>
56    </Compile>
57    <Compile Include="DataAnalysisInstanceConsumerView.cs">
58      <SubType>UserControl</SubType>
59    </Compile>
60    <Compile Include="DataAnalysisInstanceConsumerView.Designer.cs">
61      <DependentUpon>DataAnalysisInstanceConsumerView.cs</DependentUpon>
62    </Compile>
63    <Compile Include="Plugin.cs" />
64    <None Include="HeuristicLab.snk" />
65    <None Include="Plugin.cs.frame" />
66    <None Include="Properties\AssemblyInfo.cs.frame" />
67    <Compile Include="Properties\AssemblyInfo.cs" />
68  </ItemGroup>
69  <ItemGroup>
70    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
71      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
72      <Name>HeuristicLab.Common-3.3</Name>
73    </ProjectReference>
74    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
75      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
76      <Name>HeuristicLab.Core-3.3</Name>
77    </ProjectReference>
78    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
79      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
80      <Name>HeuristicLab.Data-3.3</Name>
81    </ProjectReference>
82    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
83      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
84      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
85    </ProjectReference>
86    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
87      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
88      <Name>HeuristicLab.MainForm-3.3</Name>
89    </ProjectReference>
90    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
91      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
92      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
93      <Private>False</Private>
94    </ProjectReference>
95    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
96      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
97      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
98      <Private>False</Private>
99    </ProjectReference>
100    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
101      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
102      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
103      <Private>False</Private>
104    </ProjectReference>
105    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
106      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
107      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
108      <Private>False</Private>
109    </ProjectReference>
110    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
111      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
112      <Name>HeuristicLab.Problems.Instances-3.3</Name>
113      <Private>False</Private>
114    </ProjectReference>
115  </ItemGroup>
116  <ItemGroup>
117    <EmbeddedResource Include="DataAnalysisImportTypeDialog.resx">
118      <DependentUpon>DataAnalysisImportTypeDialog.cs</DependentUpon>
119    </EmbeddedResource>
120  </ItemGroup>
121  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122  <PropertyGroup>
123    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
124set ProjectDir=$(ProjectDir)
125set SolutionDir=$(SolutionDir)
126set Outdir=$(Outdir)
127
128call PreBuildEvent.cmd</PreBuildEvent>
129  </PropertyGroup>
130  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
131       Other similar extension points exist, see Microsoft.Common.targets.
132  <Target Name="BeforeBuild">
133  </Target>
134  <Target Name="AfterBuild">
135  </Target>
136  -->
137</Project>
Note: See TracBrowser for help on using the repository browser.