Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 1487 was 1474, checked in by abeham, 16 years ago

Added x64 and x86 configurations to all projects
Removed "Release x64" configuration from HeuristicLab.csproj (is covered by Release|x64)

File size: 10.5 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    <PlatformTarget>AnyCPU</PlatformTarget>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46    <DebugType>pdbonly</DebugType>
47    <Optimize>true</Optimize>
48    <OutputPath>bin\Release\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <ErrorReport>prompt</ErrorReport>
51    <WarningLevel>4</WarningLevel>
52    <DocumentationFile>
53    </DocumentationFile>
54  </PropertyGroup>
55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>bin\x86\Debug\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
64    <OutputPath>bin\x86\Release\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <Optimize>true</Optimize>
67    <DebugType>pdbonly</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
72    <DebugSymbols>true</DebugSymbols>
73    <OutputPath>bin\x64\Debug\</OutputPath>
74    <DefineConstants>DEBUG;TRACE</DefineConstants>
75    <DebugType>full</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78  </PropertyGroup>
79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
80    <OutputPath>bin\x64\Release\</OutputPath>
81    <DefineConstants>TRACE</DefineConstants>
82    <Optimize>true</Optimize>
83    <DebugType>pdbonly</DebugType>
84    <PlatformTarget>x64</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
86  </PropertyGroup>
87  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89       Other similar extension points exist, see Microsoft.Common.targets.
90  <Target Name="BeforeBuild">
91  </Target>
92  <Target Name="AfterBuild">
93  </Target>
94  -->
95  <ItemGroup>
96    <Compile Include="Message.cs" />
97    <Compile Include="DummyDriverConfiguration.cs" />
98    <Compile Include="HeuristicLabCommunicationDataPlugin.cs" />
99    <Compile Include="IDataStream.cs" />
100    <Compile Include="IDriverConfiguration.cs" />
101    <Compile Include="IObjectStream.cs" />
102    <Compile Include="LocalProcessDriverConfiguration.cs" />
103    <Compile Include="LocalProcessDriverConfigurationView.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="LocalProcessDriverConfigurationView.designer.cs">
107      <DependentUpon>LocalProcessDriverConfigurationView.cs</DependentUpon>
108    </Compile>
109    <Compile Include="OdbcDatabaseDriverConfiguration.cs" />
110    <Compile Include="OdbcDatabaseDriverConfigurationView.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="OdbcDatabaseDriverConfigurationView.designer.cs">
114      <DependentUpon>OdbcDatabaseDriverConfigurationView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="ProcessData.cs" />
117    <Compile Include="Properties\AssemblyInfo.cs" />
118    <Compile Include="Protocol.cs" />
119    <Compile Include="ProtocolEditor.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="ProtocolEditor.Designer.cs">
123      <DependentUpon>ProtocolEditor.cs</DependentUpon>
124    </Compile>
125    <Compile Include="ProtocolState.cs" />
126    <Compile Include="ProtocolStateView.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="ProtocolStateView.Designer.cs">
130      <DependentUpon>ProtocolStateView.cs</DependentUpon>
131    </Compile>
132    <Compile Include="SocketData.cs" />
133    <Compile Include="StateTransition.cs" />
134    <Compile Include="StateTransitionView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="StateTransitionView.Designer.cs">
138      <DependentUpon>StateTransitionView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="TcpNetworkDriverConfiguration.cs" />
141    <Compile Include="TcpNetworkDriverConfigurationView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="TcpNetworkDriverConfigurationView.designer.cs">
145      <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon>
146    </Compile>
147    <Compile Include="WindowedView.cs">
148      <SubType>Form</SubType>
149    </Compile>
150    <Compile Include="WindowedView.Designer.cs">
151      <DependentUpon>WindowedView.cs</DependentUpon>
152    </Compile>
153  </ItemGroup>
154  <ItemGroup>
155    <EmbeddedResource Include="LocalProcessDriverConfigurationView.resx">
156      <DependentUpon>LocalProcessDriverConfigurationView.cs</DependentUpon>
157      <SubType>Designer</SubType>
158    </EmbeddedResource>
159    <EmbeddedResource Include="OdbcDatabaseDriverConfigurationView.resx">
160      <DependentUpon>OdbcDatabaseDriverConfigurationView.cs</DependentUpon>
161      <SubType>Designer</SubType>
162    </EmbeddedResource>
163    <EmbeddedResource Include="ProtocolEditor.resx">
164      <DependentUpon>ProtocolEditor.cs</DependentUpon>
165      <SubType>Designer</SubType>
166    </EmbeddedResource>
167    <EmbeddedResource Include="ProtocolStateView.resx">
168      <DependentUpon>ProtocolStateView.cs</DependentUpon>
169      <SubType>Designer</SubType>
170    </EmbeddedResource>
171    <EmbeddedResource Include="StateTransitionView.resx">
172      <DependentUpon>StateTransitionView.cs</DependentUpon>
173      <SubType>Designer</SubType>
174    </EmbeddedResource>
175    <EmbeddedResource Include="TcpNetworkDriverConfigurationView.resx">
176      <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon>
177      <SubType>Designer</SubType>
178    </EmbeddedResource>
179    <EmbeddedResource Include="WindowedView.resx">
180      <DependentUpon>WindowedView.cs</DependentUpon>
181      <SubType>Designer</SubType>
182    </EmbeddedResource>
183  </ItemGroup>
184  <ItemGroup>
185    <Reference Include="System" />
186    <Reference Include="System.Data" />
187    <Reference Include="System.Drawing" />
188    <Reference Include="System.Windows.Forms" />
189    <Reference Include="System.XML" />
190  </ItemGroup>
191  <ItemGroup>
192    <None Include="HeuristicLab.snk" />
193  </ItemGroup>
194  <ItemGroup>
195    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
196      <Visible>False</Visible>
197      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
198      <Install>false</Install>
199    </BootstrapperPackage>
200    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
201      <Visible>False</Visible>
202      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
203      <Install>false</Install>
204    </BootstrapperPackage>
205    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
206      <Visible>False</Visible>
207      <ProductName>.NET Framework 3.5</ProductName>
208      <Install>true</Install>
209    </BootstrapperPackage>
210    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
211      <Visible>False</Visible>
212      <ProductName>Windows Installer 3.1</ProductName>
213      <Install>true</Install>
214    </BootstrapperPackage>
215  </ItemGroup>
216  <PropertyGroup>
217    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
218set ProjectDir=$(ProjectDir)
219set SolutionDir=$(SolutionDir)
220set Outdir=$(Outdir)
221
222call PreBuildEvent.cmd</PreBuildEvent>
223    <PostBuildEvent>
224    </PostBuildEvent>
225  </PropertyGroup>
226  <ItemGroup>
227    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
228      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
229      <Name>HeuristicLab.Constraints</Name>
230    </ProjectReference>
231    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
232      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
233      <Name>HeuristicLab.Core</Name>
234    </ProjectReference>
235    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
236      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
237      <Name>HeuristicLab.Data</Name>
238    </ProjectReference>
239    <ProjectReference Include="..\HeuristicLab.Operators.Programmable\HeuristicLab.Operators.Programmable.csproj">
240      <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
241      <Name>HeuristicLab.Operators.Programmable</Name>
242    </ProjectReference>
243    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
244      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
245      <Name>HeuristicLab.PluginInfrastructure</Name>
246    </ProjectReference>
247  </ItemGroup>
248</Project>
Note: See TracBrowser for help on using the repository browser.