Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.1/sources/HeuristicLab.Communication.Data/HeuristicLab.Communication.Data.csproj @ 4384

Last change on this file since 4384 was 583, checked in by abeham, 16 years ago

Adding communication framework to branch 3.1 (ticket #278)

File size: 8.9 KB
Line 
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>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{14E1C3E3-2496-436A-AE00-09F7B81DB15B}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Communication.Data</RootNamespace>
12    <AssemblyName>HeuristicLab.Communication.Data</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <PublishUrl>publish\</PublishUrl>
20    <Install>true</Install>
21    <InstallFrom>Disk</InstallFrom>
22    <UpdateEnabled>false</UpdateEnabled>
23    <UpdateMode>Foreground</UpdateMode>
24    <UpdateInterval>7</UpdateInterval>
25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26    <UpdatePeriodically>false</UpdatePeriodically>
27    <UpdateRequired>false</UpdateRequired>
28    <MapFileExtensions>true</MapFileExtensions>
29    <ApplicationRevision>0</ApplicationRevision>
30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31    <IsWebBootstrapper>false</IsWebBootstrapper>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <BootstrapperEnabled>true</BootstrapperEnabled>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36    <DebugSymbols>true</DebugSymbols>
37    <DebugType>full</DebugType>
38    <Optimize>false</Optimize>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45    <DebugType>pdbonly</DebugType>
46    <Optimize>true</Optimize>
47    <OutputPath>bin\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <ErrorReport>prompt</ErrorReport>
50    <WarningLevel>4</WarningLevel>
51  </PropertyGroup>
52  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
53  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
54       Other similar extension points exist, see Microsoft.Common.targets.
55  <Target Name="BeforeBuild">
56  </Target>
57  <Target Name="AfterBuild">
58  </Target>
59  -->
60  <ItemGroup>
61    <Compile Include="DummyDriverConfiguration.cs" />
62    <Compile Include="HeuristicLabCommunicationDataPlugin.cs" />
63    <Compile Include="IDataStream.cs" />
64    <Compile Include="IDriverConfiguration.cs" />
65    <Compile Include="IObjectStream.cs" />
66    <Compile Include="LocalProcessDriverConfiguration.cs" />
67    <Compile Include="LocalProcessDriverConfigurationView.cs">
68      <SubType>UserControl</SubType>
69    </Compile>
70    <Compile Include="LocalProcessDriverConfigurationView.designer.cs">
71      <DependentUpon>LocalProcessDriverConfigurationView.cs</DependentUpon>
72    </Compile>
73    <Compile Include="OdbcDatabaseDriverConfiguration.cs" />
74    <Compile Include="OdbcDatabaseDriverConfigurationView.cs">
75      <SubType>UserControl</SubType>
76    </Compile>
77    <Compile Include="OdbcDatabaseDriverConfigurationView.designer.cs">
78      <DependentUpon>OdbcDatabaseDriverConfigurationView.cs</DependentUpon>
79    </Compile>
80    <Compile Include="ProcessData.cs" />
81    <Compile Include="Properties\AssemblyInfo.cs" />
82    <Compile Include="Protocol.cs" />
83    <Compile Include="ProtocolEditor.cs">
84      <SubType>UserControl</SubType>
85    </Compile>
86    <Compile Include="ProtocolEditor.Designer.cs">
87      <DependentUpon>ProtocolEditor.cs</DependentUpon>
88    </Compile>
89    <Compile Include="ProtocolState.cs" />
90    <Compile Include="ProtocolStateView.cs">
91      <SubType>UserControl</SubType>
92    </Compile>
93    <Compile Include="ProtocolStateView.Designer.cs">
94      <DependentUpon>ProtocolStateView.cs</DependentUpon>
95    </Compile>
96    <Compile Include="SocketData.cs" />
97    <Compile Include="StateTransition.cs" />
98    <Compile Include="StateTransitionView.cs">
99      <SubType>UserControl</SubType>
100    </Compile>
101    <Compile Include="StateTransitionView.Designer.cs">
102      <DependentUpon>StateTransitionView.cs</DependentUpon>
103    </Compile>
104    <Compile Include="TcpNetworkDriverConfiguration.cs" />
105    <Compile Include="TcpNetworkDriverConfigurationView.cs">
106      <SubType>UserControl</SubType>
107    </Compile>
108    <Compile Include="TcpNetworkDriverConfigurationView.designer.cs">
109      <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon>
110    </Compile>
111  </ItemGroup>
112  <ItemGroup>
113    <EmbeddedResource Include="LocalProcessDriverConfigurationView.resx">
114      <DependentUpon>LocalProcessDriverConfigurationView.cs</DependentUpon>
115      <SubType>Designer</SubType>
116    </EmbeddedResource>
117    <EmbeddedResource Include="OdbcDatabaseDriverConfigurationView.resx">
118      <DependentUpon>OdbcDatabaseDriverConfigurationView.cs</DependentUpon>
119      <SubType>Designer</SubType>
120    </EmbeddedResource>
121    <EmbeddedResource Include="ProtocolEditor.resx">
122      <DependentUpon>ProtocolEditor.cs</DependentUpon>
123      <SubType>Designer</SubType>
124    </EmbeddedResource>
125    <EmbeddedResource Include="ProtocolStateView.resx">
126      <DependentUpon>ProtocolStateView.cs</DependentUpon>
127      <SubType>Designer</SubType>
128    </EmbeddedResource>
129    <EmbeddedResource Include="StateTransitionView.resx">
130      <DependentUpon>StateTransitionView.cs</DependentUpon>
131      <SubType>Designer</SubType>
132    </EmbeddedResource>
133    <EmbeddedResource Include="TcpNetworkDriverConfigurationView.resx">
134      <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon>
135      <SubType>Designer</SubType>
136    </EmbeddedResource>
137  </ItemGroup>
138  <ItemGroup>
139    <Reference Include="HeuristicLab.Constraints, Version=3.1.0.579, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
140      <SpecificVersion>False</SpecificVersion>
141      <HintPath>..\HeuristicLab.Constraints\bin\Debug\HeuristicLab.Constraints.dll</HintPath>
142    </Reference>
143    <Reference Include="HeuristicLab.Core, Version=3.1.0.579, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
144      <SpecificVersion>False</SpecificVersion>
145      <HintPath>..\HeuristicLab.Core\bin\Debug\HeuristicLab.Core.dll</HintPath>
146    </Reference>
147    <Reference Include="HeuristicLab.Data, Version=3.1.0.579, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
148      <SpecificVersion>False</SpecificVersion>
149      <HintPath>..\HeuristicLab.Data\bin\Debug\HeuristicLab.Data.dll</HintPath>
150    </Reference>
151    <Reference Include="HeuristicLab.Operators.Programmable, Version=3.1.0.579, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
152      <SpecificVersion>False</SpecificVersion>
153      <HintPath>..\HeuristicLab.Operators.Programmable\bin\Debug\HeuristicLab.Operators.Programmable.dll</HintPath>
154    </Reference>
155    <Reference Include="System" />
156    <Reference Include="System.Data" />
157    <Reference Include="System.Drawing" />
158    <Reference Include="System.Windows.Forms" />
159    <Reference Include="System.XML" />
160  </ItemGroup>
161  <ItemGroup>
162    <None Include="HeuristicLab.snk" />
163  </ItemGroup>
164  <ItemGroup>
165    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
166      <Visible>False</Visible>
167      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
168      <Install>false</Install>
169    </BootstrapperPackage>
170    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
171      <Visible>False</Visible>
172      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
173      <Install>false</Install>
174    </BootstrapperPackage>
175    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
176      <Visible>False</Visible>
177      <ProductName>.NET Framework 3.5</ProductName>
178      <Install>true</Install>
179    </BootstrapperPackage>
180    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
181      <Visible>False</Visible>
182      <ProductName>Windows Installer 3.1</ProductName>
183      <Install>true</Install>
184    </BootstrapperPackage>
185  </ItemGroup>
186  <PropertyGroup>
187    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
188    <PostBuildEvent>
189    </PostBuildEvent>
190  </PropertyGroup>
191  <ItemGroup>
192    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
193      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
194      <Name>HeuristicLab.PluginInfrastructure</Name>
195    </ProjectReference>
196  </ItemGroup>
197</Project>
Note: See TracBrowser for help on using the repository browser.