Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Communication.Data/HeuristicLab.Communication.Data.csproj @ 727

Last change on this file since 727 was 704, checked in by abeham, 16 years ago

[TICKET #297] communication restructuring

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-3.2</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="Message.cs" />
62    <Compile Include="DummyDriverConfiguration.cs" />
63    <Compile Include="HeuristicLabCommunicationDataPlugin.cs" />
64    <Compile Include="IDataStream.cs" />
65    <Compile Include="IDriverConfiguration.cs" />
66    <Compile Include="IObjectStream.cs" />
67    <Compile Include="LocalProcessDriverConfiguration.cs" />
68    <Compile Include="LocalProcessDriverConfigurationView.cs">
69      <SubType>UserControl</SubType>
70    </Compile>
71    <Compile Include="LocalProcessDriverConfigurationView.designer.cs">
72      <DependentUpon>LocalProcessDriverConfigurationView.cs</DependentUpon>
73    </Compile>
74    <Compile Include="OdbcDatabaseDriverConfiguration.cs" />
75    <Compile Include="OdbcDatabaseDriverConfigurationView.cs">
76      <SubType>UserControl</SubType>
77    </Compile>
78    <Compile Include="OdbcDatabaseDriverConfigurationView.designer.cs">
79      <DependentUpon>OdbcDatabaseDriverConfigurationView.cs</DependentUpon>
80    </Compile>
81    <Compile Include="ProcessData.cs" />
82    <Compile Include="Properties\AssemblyInfo.cs" />
83    <Compile Include="Protocol.cs" />
84    <Compile Include="ProtocolEditor.cs">
85      <SubType>UserControl</SubType>
86    </Compile>
87    <Compile Include="ProtocolEditor.Designer.cs">
88      <DependentUpon>ProtocolEditor.cs</DependentUpon>
89    </Compile>
90    <Compile Include="ProtocolState.cs" />
91    <Compile Include="ProtocolStateView.cs">
92      <SubType>UserControl</SubType>
93    </Compile>
94    <Compile Include="ProtocolStateView.Designer.cs">
95      <DependentUpon>ProtocolStateView.cs</DependentUpon>
96    </Compile>
97    <Compile Include="SocketData.cs" />
98    <Compile Include="StateTransition.cs" />
99    <Compile Include="StateTransitionView.cs">
100      <SubType>UserControl</SubType>
101    </Compile>
102    <Compile Include="StateTransitionView.Designer.cs">
103      <DependentUpon>StateTransitionView.cs</DependentUpon>
104    </Compile>
105    <Compile Include="TcpNetworkDriverConfiguration.cs" />
106    <Compile Include="TcpNetworkDriverConfigurationView.cs">
107      <SubType>UserControl</SubType>
108    </Compile>
109    <Compile Include="TcpNetworkDriverConfigurationView.designer.cs">
110      <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon>
111    </Compile>
112    <Compile Include="WindowedView.cs">
113      <SubType>Form</SubType>
114    </Compile>
115    <Compile Include="WindowedView.Designer.cs">
116      <DependentUpon>WindowedView.cs</DependentUpon>
117    </Compile>
118  </ItemGroup>
119  <ItemGroup>
120    <EmbeddedResource Include="LocalProcessDriverConfigurationView.resx">
121      <DependentUpon>LocalProcessDriverConfigurationView.cs</DependentUpon>
122      <SubType>Designer</SubType>
123    </EmbeddedResource>
124    <EmbeddedResource Include="OdbcDatabaseDriverConfigurationView.resx">
125      <DependentUpon>OdbcDatabaseDriverConfigurationView.cs</DependentUpon>
126      <SubType>Designer</SubType>
127    </EmbeddedResource>
128    <EmbeddedResource Include="ProtocolEditor.resx">
129      <DependentUpon>ProtocolEditor.cs</DependentUpon>
130      <SubType>Designer</SubType>
131    </EmbeddedResource>
132    <EmbeddedResource Include="ProtocolStateView.resx">
133      <DependentUpon>ProtocolStateView.cs</DependentUpon>
134      <SubType>Designer</SubType>
135    </EmbeddedResource>
136    <EmbeddedResource Include="StateTransitionView.resx">
137      <DependentUpon>StateTransitionView.cs</DependentUpon>
138      <SubType>Designer</SubType>
139    </EmbeddedResource>
140    <EmbeddedResource Include="TcpNetworkDriverConfigurationView.resx">
141      <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon>
142      <SubType>Designer</SubType>
143    </EmbeddedResource>
144    <EmbeddedResource Include="WindowedView.resx">
145      <DependentUpon>WindowedView.cs</DependentUpon>
146    </EmbeddedResource>
147  </ItemGroup>
148  <ItemGroup>
149    <Reference Include="System" />
150    <Reference Include="System.Data" />
151    <Reference Include="System.Drawing" />
152    <Reference Include="System.Windows.Forms" />
153    <Reference Include="System.XML" />
154  </ItemGroup>
155  <ItemGroup>
156    <None Include="HeuristicLab.snk" />
157  </ItemGroup>
158  <ItemGroup>
159    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
160      <Visible>False</Visible>
161      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
162      <Install>false</Install>
163    </BootstrapperPackage>
164    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
165      <Visible>False</Visible>
166      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
167      <Install>false</Install>
168    </BootstrapperPackage>
169    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
170      <Visible>False</Visible>
171      <ProductName>.NET Framework 3.5</ProductName>
172      <Install>true</Install>
173    </BootstrapperPackage>
174    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
175      <Visible>False</Visible>
176      <ProductName>Windows Installer 3.1</ProductName>
177      <Install>true</Install>
178    </BootstrapperPackage>
179  </ItemGroup>
180  <PropertyGroup>
181    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
182    <PostBuildEvent>
183    </PostBuildEvent>
184  </PropertyGroup>
185  <ItemGroup>
186    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
187      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
188      <Name>HeuristicLab.Constraints</Name>
189    </ProjectReference>
190    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
191      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
192      <Name>HeuristicLab.Core</Name>
193    </ProjectReference>
194    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
195      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
196      <Name>HeuristicLab.Data</Name>
197    </ProjectReference>
198    <ProjectReference Include="..\HeuristicLab.Operators.Programmable\HeuristicLab.Operators.Programmable.csproj">
199      <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
200      <Name>HeuristicLab.Operators.Programmable</Name>
201    </ProjectReference>
202    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
203      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
204      <Name>HeuristicLab.PluginInfrastructure</Name>
205    </ProjectReference>
206  </ItemGroup>
207</Project>
Note: See TracBrowser for help on using the repository browser.