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="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="System" />
|
---|
140 | <Reference Include="System.Data" />
|
---|
141 | <Reference Include="System.Drawing" />
|
---|
142 | <Reference Include="System.Windows.Forms" />
|
---|
143 | <Reference Include="System.XML" />
|
---|
144 | </ItemGroup>
|
---|
145 | <ItemGroup>
|
---|
146 | <None Include="HeuristicLab.snk" />
|
---|
147 | </ItemGroup>
|
---|
148 | <ItemGroup>
|
---|
149 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
---|
150 | <Visible>False</Visible>
|
---|
151 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
---|
152 | <Install>false</Install>
|
---|
153 | </BootstrapperPackage>
|
---|
154 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
---|
155 | <Visible>False</Visible>
|
---|
156 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
---|
157 | <Install>false</Install>
|
---|
158 | </BootstrapperPackage>
|
---|
159 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
---|
160 | <Visible>False</Visible>
|
---|
161 | <ProductName>.NET Framework 3.5</ProductName>
|
---|
162 | <Install>true</Install>
|
---|
163 | </BootstrapperPackage>
|
---|
164 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
165 | <Visible>False</Visible>
|
---|
166 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
167 | <Install>true</Install>
|
---|
168 | </BootstrapperPackage>
|
---|
169 | </ItemGroup>
|
---|
170 | <PropertyGroup>
|
---|
171 | <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
|
---|
172 | <PostBuildEvent>
|
---|
173 | </PostBuildEvent>
|
---|
174 | </PropertyGroup>
|
---|
175 | <ItemGroup>
|
---|
176 | <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
|
---|
177 | <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
|
---|
178 | <Name>HeuristicLab.Constraints</Name>
|
---|
179 | </ProjectReference>
|
---|
180 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
181 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
182 | <Name>HeuristicLab.Core</Name>
|
---|
183 | </ProjectReference>
|
---|
184 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
185 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
186 | <Name>HeuristicLab.Data</Name>
|
---|
187 | </ProjectReference>
|
---|
188 | <ProjectReference Include="..\HeuristicLab.Operators.Programmable\HeuristicLab.Operators.Programmable.csproj">
|
---|
189 | <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
|
---|
190 | <Name>HeuristicLab.Operators.Programmable</Name>
|
---|
191 | </ProjectReference>
|
---|
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> |
---|