Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj @ 1109

Last change on this file since 1109 was 1109, checked in by gkronber, 15 years ago

worked on presentation layer for CEDMA (brushing) (#419)

File size: 7.3 KB
RevLine 
[352]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
[574]6    <ProductVersion>9.0.30729</ProductVersion>
[352]7    <SchemaVersion>2.0</SchemaVersion>
[377]8    <ProjectGuid>{C27DDF6C-84DF-45EF-B82F-57A28DD51166}</ProjectGuid>
[352]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
[377]11    <RootNamespace>HeuristicLab.CEDMA.Core</RootNamespace>
[582]12    <AssemblyName>HeuristicLab.CEDMA.Core-3.2</AssemblyName>
[352]13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
[553]35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
36    <DebugSymbols>true</DebugSymbols>
[568]37    <OutputPath>bin\x86\Debug\</OutputPath>
[553]38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x86</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44    <OutputPath>bin\x86\Release\</OutputPath>
45    <DefineConstants>TRACE</DefineConstants>
46    <Optimize>true</Optimize>
47    <DebugType>pdbonly</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50  </PropertyGroup>
[352]51  <ItemGroup>
52    <Reference Include="System" />
53    <Reference Include="System.Core">
54      <RequiredTargetFramework>3.5</RequiredTargetFramework>
55    </Reference>
[357]56    <Reference Include="System.Drawing" />
57    <Reference Include="System.Runtime.Serialization">
58      <RequiredTargetFramework>3.0</RequiredTargetFramework>
59    </Reference>
60    <Reference Include="System.ServiceModel">
61      <RequiredTargetFramework>3.0</RequiredTargetFramework>
62    </Reference>
63    <Reference Include="System.Windows.Forms" />
[352]64    <Reference Include="System.Xml.Linq">
65      <RequiredTargetFramework>3.5</RequiredTargetFramework>
66    </Reference>
67    <Reference Include="System.Data.DataSetExtensions">
68      <RequiredTargetFramework>3.5</RequiredTargetFramework>
69    </Reference>
70    <Reference Include="System.Data" />
71    <Reference Include="System.Xml" />
72  </ItemGroup>
73  <ItemGroup>
[1109]74    <Compile Include="IResultsViewFactory.cs" />
[1108]75    <Compile Include="ResultsEntry.cs" />
[1106]76    <Compile Include="TableResultsView.cs">
77      <SubType>UserControl</SubType>
78    </Compile>
79    <Compile Include="TableResultsView.Designer.cs">
80      <DependentUpon>TableResultsView.cs</DependentUpon>
81    </Compile>
[357]82    <Compile Include="Console.cs" />
83    <Compile Include="ConsoleEditor.cs">
84      <SubType>UserControl</SubType>
85    </Compile>
[957]86    <Compile Include="Problem.cs" />
87    <Compile Include="DataSet.cs" />
88    <Compile Include="DataSetList.cs" />
89    <Compile Include="DataSetListView.cs">
[417]90      <SubType>UserControl</SubType>
91    </Compile>
[957]92    <Compile Include="DataSetListView.Designer.cs">
93      <DependentUpon>DataSetListView.cs</DependentUpon>
[417]94    </Compile>
[957]95    <Compile Include="DataSetView.cs">
[357]96      <SubType>UserControl</SubType>
97    </Compile>
[957]98    <Compile Include="DataSetView.Designer.cs">
99      <DependentUpon>DataSetView.cs</DependentUpon>
[357]100    </Compile>
[957]101    <Compile Include="HeuristicLabCedmaCorePlugin.cs" />
[992]102    <Compile Include="ProblemView.cs">
103      <SubType>UserControl</SubType>
104    </Compile>
105    <Compile Include="ProblemView.Designer.cs">
106      <DependentUpon>ProblemView.cs</DependentUpon>
107    </Compile>
[957]108    <Compile Include="Properties\AssemblyInfo.cs" />
[1053]109    <Compile Include="ProblemInjector.cs" />
[1075]110    <Compile Include="Results.cs" />
[352]111  </ItemGroup>
112  <ItemGroup>
113    <None Include="HeuristicLab.snk" />
114  </ItemGroup>
[357]115  <ItemGroup>
116    <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
117      <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
118      <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
119    </ProjectReference>
120    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
121      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
122      <Name>HeuristicLab.Core</Name>
123    </ProjectReference>
[992]124    <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
125      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
126      <Name>HeuristicLab.DataAnalysis</Name>
127    </ProjectReference>
[1053]128    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
129      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
130      <Name>HeuristicLab.Data</Name>
131    </ProjectReference>
[418]132    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
133      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
134      <Name>HeuristicLab.Operators</Name>
135    </ProjectReference>
[382]136    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
137      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
138      <Name>HeuristicLab.PluginInfrastructure</Name>
139    </ProjectReference>
[357]140  </ItemGroup>
141  <ItemGroup>
[1106]142    <EmbeddedResource Include="TableResultsView.resx">
143      <DependentUpon>TableResultsView.cs</DependentUpon>
144    </EmbeddedResource>
[357]145    <EmbeddedResource Include="ConsoleEditor.resx">
146      <DependentUpon>ConsoleEditor.cs</DependentUpon>
147      <SubType>Designer</SubType>
148    </EmbeddedResource>
[957]149    <EmbeddedResource Include="DataSetListView.resx">
150      <DependentUpon>DataSetListView.cs</DependentUpon>
[417]151    </EmbeddedResource>
[957]152    <EmbeddedResource Include="DataSetView.resx">
153      <DependentUpon>DataSetView.cs</DependentUpon>
154    </EmbeddedResource>
[992]155    <EmbeddedResource Include="ProblemView.resx">
156      <DependentUpon>ProblemView.cs</DependentUpon>
157    </EmbeddedResource>
[357]158  </ItemGroup>
[352]159  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
160  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
161       Other similar extension points exist, see Microsoft.Common.targets.
162  <Target Name="BeforeBuild">
163  </Target>
164  <Target Name="AfterBuild">
165  </Target>
166  -->
167  <PropertyGroup>
[852]168    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
169set ProjectDir=$(ProjectDir)
170set SolutionDir=$(SolutionDir)
171set Outdir=$(Outdir)
172
173call PreBuildEvent.cmd</PreBuildEvent>
[352]174  </PropertyGroup>
175</Project>
Note: See TracBrowser for help on using the repository browser.