[584] | 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>
|
---|
[858] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[584] | 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>
|
---|
[853] | 43 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
[584] | 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>
|
---|
[858] | 52 | <DocumentationFile>
|
---|
| 53 | </DocumentationFile>
|
---|
[584] | 54 | </PropertyGroup>
|
---|
[853] | 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>
|
---|
[584] | 71 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 72 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 73 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 74 | <Target Name="BeforeBuild">
|
---|
| 75 | </Target>
|
---|
| 76 | <Target Name="AfterBuild">
|
---|
| 77 | </Target>
|
---|
| 78 | -->
|
---|
| 79 | <ItemGroup>
|
---|
[704] | 80 | <Compile Include="Message.cs" />
|
---|
[584] | 81 | <Compile Include="DummyDriverConfiguration.cs" />
|
---|
| 82 | <Compile Include="HeuristicLabCommunicationDataPlugin.cs" />
|
---|
| 83 | <Compile Include="IDataStream.cs" />
|
---|
| 84 | <Compile Include="IDriverConfiguration.cs" />
|
---|
| 85 | <Compile Include="IObjectStream.cs" />
|
---|
| 86 | <Compile Include="LocalProcessDriverConfiguration.cs" />
|
---|
| 87 | <Compile Include="LocalProcessDriverConfigurationView.cs">
|
---|
| 88 | <SubType>UserControl</SubType>
|
---|
| 89 | </Compile>
|
---|
| 90 | <Compile Include="LocalProcessDriverConfigurationView.designer.cs">
|
---|
| 91 | <DependentUpon>LocalProcessDriverConfigurationView.cs</DependentUpon>
|
---|
| 92 | </Compile>
|
---|
| 93 | <Compile Include="OdbcDatabaseDriverConfiguration.cs" />
|
---|
| 94 | <Compile Include="OdbcDatabaseDriverConfigurationView.cs">
|
---|
| 95 | <SubType>UserControl</SubType>
|
---|
| 96 | </Compile>
|
---|
| 97 | <Compile Include="OdbcDatabaseDriverConfigurationView.designer.cs">
|
---|
| 98 | <DependentUpon>OdbcDatabaseDriverConfigurationView.cs</DependentUpon>
|
---|
| 99 | </Compile>
|
---|
| 100 | <Compile Include="ProcessData.cs" />
|
---|
| 101 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 102 | <Compile Include="Protocol.cs" />
|
---|
| 103 | <Compile Include="ProtocolEditor.cs">
|
---|
| 104 | <SubType>UserControl</SubType>
|
---|
| 105 | </Compile>
|
---|
| 106 | <Compile Include="ProtocolEditor.Designer.cs">
|
---|
| 107 | <DependentUpon>ProtocolEditor.cs</DependentUpon>
|
---|
| 108 | </Compile>
|
---|
| 109 | <Compile Include="ProtocolState.cs" />
|
---|
| 110 | <Compile Include="ProtocolStateView.cs">
|
---|
| 111 | <SubType>UserControl</SubType>
|
---|
| 112 | </Compile>
|
---|
| 113 | <Compile Include="ProtocolStateView.Designer.cs">
|
---|
| 114 | <DependentUpon>ProtocolStateView.cs</DependentUpon>
|
---|
| 115 | </Compile>
|
---|
| 116 | <Compile Include="SocketData.cs" />
|
---|
| 117 | <Compile Include="StateTransition.cs" />
|
---|
| 118 | <Compile Include="StateTransitionView.cs">
|
---|
| 119 | <SubType>UserControl</SubType>
|
---|
| 120 | </Compile>
|
---|
| 121 | <Compile Include="StateTransitionView.Designer.cs">
|
---|
| 122 | <DependentUpon>StateTransitionView.cs</DependentUpon>
|
---|
| 123 | </Compile>
|
---|
| 124 | <Compile Include="TcpNetworkDriverConfiguration.cs" />
|
---|
| 125 | <Compile Include="TcpNetworkDriverConfigurationView.cs">
|
---|
| 126 | <SubType>UserControl</SubType>
|
---|
| 127 | </Compile>
|
---|
| 128 | <Compile Include="TcpNetworkDriverConfigurationView.designer.cs">
|
---|
| 129 | <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon>
|
---|
| 130 | </Compile>
|
---|
[704] | 131 | <Compile Include="WindowedView.cs">
|
---|
| 132 | <SubType>Form</SubType>
|
---|
| 133 | </Compile>
|
---|
| 134 | <Compile Include="WindowedView.Designer.cs">
|
---|
| 135 | <DependentUpon>WindowedView.cs</DependentUpon>
|
---|
| 136 | </Compile>
|
---|
[584] | 137 | </ItemGroup>
|
---|
| 138 | <ItemGroup>
|
---|
| 139 | <EmbeddedResource Include="LocalProcessDriverConfigurationView.resx">
|
---|
| 140 | <DependentUpon>LocalProcessDriverConfigurationView.cs</DependentUpon>
|
---|
| 141 | <SubType>Designer</SubType>
|
---|
| 142 | </EmbeddedResource>
|
---|
| 143 | <EmbeddedResource Include="OdbcDatabaseDriverConfigurationView.resx">
|
---|
| 144 | <DependentUpon>OdbcDatabaseDriverConfigurationView.cs</DependentUpon>
|
---|
| 145 | <SubType>Designer</SubType>
|
---|
| 146 | </EmbeddedResource>
|
---|
| 147 | <EmbeddedResource Include="ProtocolEditor.resx">
|
---|
| 148 | <DependentUpon>ProtocolEditor.cs</DependentUpon>
|
---|
| 149 | <SubType>Designer</SubType>
|
---|
| 150 | </EmbeddedResource>
|
---|
| 151 | <EmbeddedResource Include="ProtocolStateView.resx">
|
---|
| 152 | <DependentUpon>ProtocolStateView.cs</DependentUpon>
|
---|
| 153 | <SubType>Designer</SubType>
|
---|
| 154 | </EmbeddedResource>
|
---|
| 155 | <EmbeddedResource Include="StateTransitionView.resx">
|
---|
| 156 | <DependentUpon>StateTransitionView.cs</DependentUpon>
|
---|
| 157 | <SubType>Designer</SubType>
|
---|
| 158 | </EmbeddedResource>
|
---|
| 159 | <EmbeddedResource Include="TcpNetworkDriverConfigurationView.resx">
|
---|
| 160 | <DependentUpon>TcpNetworkDriverConfigurationView.cs</DependentUpon>
|
---|
| 161 | <SubType>Designer</SubType>
|
---|
| 162 | </EmbeddedResource>
|
---|
[704] | 163 | <EmbeddedResource Include="WindowedView.resx">
|
---|
| 164 | <DependentUpon>WindowedView.cs</DependentUpon>
|
---|
[855] | 165 | <SubType>Designer</SubType>
|
---|
[704] | 166 | </EmbeddedResource>
|
---|
[584] | 167 | </ItemGroup>
|
---|
| 168 | <ItemGroup>
|
---|
| 169 | <Reference Include="System" />
|
---|
| 170 | <Reference Include="System.Data" />
|
---|
| 171 | <Reference Include="System.Drawing" />
|
---|
| 172 | <Reference Include="System.Windows.Forms" />
|
---|
| 173 | <Reference Include="System.XML" />
|
---|
| 174 | </ItemGroup>
|
---|
| 175 | <ItemGroup>
|
---|
| 176 | <None Include="HeuristicLab.snk" />
|
---|
| 177 | </ItemGroup>
|
---|
| 178 | <ItemGroup>
|
---|
| 179 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
---|
| 180 | <Visible>False</Visible>
|
---|
| 181 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
---|
| 182 | <Install>false</Install>
|
---|
| 183 | </BootstrapperPackage>
|
---|
| 184 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
---|
| 185 | <Visible>False</Visible>
|
---|
| 186 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
---|
| 187 | <Install>false</Install>
|
---|
| 188 | </BootstrapperPackage>
|
---|
| 189 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
---|
| 190 | <Visible>False</Visible>
|
---|
| 191 | <ProductName>.NET Framework 3.5</ProductName>
|
---|
| 192 | <Install>true</Install>
|
---|
| 193 | </BootstrapperPackage>
|
---|
| 194 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 195 | <Visible>False</Visible>
|
---|
| 196 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 197 | <Install>true</Install>
|
---|
| 198 | </BootstrapperPackage>
|
---|
| 199 | </ItemGroup>
|
---|
| 200 | <PropertyGroup>
|
---|
[852] | 201 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 202 | set ProjectDir=$(ProjectDir)
|
---|
| 203 | set SolutionDir=$(SolutionDir)
|
---|
| 204 | set Outdir=$(Outdir)
|
---|
| 205 |
|
---|
| 206 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[584] | 207 | <PostBuildEvent>
|
---|
| 208 | </PostBuildEvent>
|
---|
| 209 | </PropertyGroup>
|
---|
| 210 | <ItemGroup>
|
---|
| 211 | <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
|
---|
| 212 | <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
|
---|
| 213 | <Name>HeuristicLab.Constraints</Name>
|
---|
| 214 | </ProjectReference>
|
---|
| 215 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 216 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 217 | <Name>HeuristicLab.Core</Name>
|
---|
| 218 | </ProjectReference>
|
---|
| 219 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
| 220 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
| 221 | <Name>HeuristicLab.Data</Name>
|
---|
| 222 | </ProjectReference>
|
---|
| 223 | <ProjectReference Include="..\HeuristicLab.Operators.Programmable\HeuristicLab.Operators.Programmable.csproj">
|
---|
| 224 | <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
|
---|
| 225 | <Name>HeuristicLab.Operators.Programmable</Name>
|
---|
| 226 | </ProjectReference>
|
---|
| 227 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 228 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 229 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 230 | </ProjectReference>
|
---|
| 231 | </ItemGroup>
|
---|
| 232 | </Project> |
---|