[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>{6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Communication.Operators</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Communication.Operators-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 | </PropertyGroup>
|
---|
| 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 21 | <DebugSymbols>true</DebugSymbols>
|
---|
| 22 | <DebugType>full</DebugType>
|
---|
| 23 | <Optimize>false</Optimize>
|
---|
| 24 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 25 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 26 | <ErrorReport>prompt</ErrorReport>
|
---|
| 27 | <WarningLevel>4</WarningLevel>
|
---|
| 28 | </PropertyGroup>
|
---|
| 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 30 | <DebugType>pdbonly</DebugType>
|
---|
| 31 | <Optimize>true</Optimize>
|
---|
| 32 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 33 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 34 | <ErrorReport>prompt</ErrorReport>
|
---|
| 35 | <WarningLevel>4</WarningLevel>
|
---|
| 36 | </PropertyGroup>
|
---|
[853] | 37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 38 | <DebugSymbols>true</DebugSymbols>
|
---|
| 39 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 40 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 43 | <ErrorReport>prompt</ErrorReport>
|
---|
| 44 | </PropertyGroup>
|
---|
| 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 46 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 47 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 48 | <Optimize>true</Optimize>
|
---|
| 49 | <DebugType>pdbonly</DebugType>
|
---|
| 50 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | </PropertyGroup>
|
---|
[584] | 53 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 54 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 55 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 56 | <Target Name="BeforeBuild">
|
---|
| 57 | </Target>
|
---|
| 58 | <Target Name="AfterBuild">
|
---|
| 59 | </Target>
|
---|
| 60 | -->
|
---|
| 61 | <ItemGroup>
|
---|
[704] | 62 | <Compile Include="CommunicatorBase.cs" />
|
---|
| 63 | <Compile Include="CurrentStateInitializer.cs">
|
---|
| 64 | <SubType>Code</SubType>
|
---|
| 65 | </Compile>
|
---|
[584] | 66 | <Compile Include="DataStreamCommunicator.cs" />
|
---|
| 67 | <Compile Include="DataStreamFinisher.cs" />
|
---|
| 68 | <Compile Include="HeuristicLabCommunicationOperatorsPlugin.cs" />
|
---|
| 69 | <Compile Include="LocalProcessInitiator.cs" />
|
---|
[704] | 70 | <Compile Include="MessageInjector.cs" />
|
---|
| 71 | <Compile Include="MessageProcessor.cs" />
|
---|
[584] | 72 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 73 | <Compile Include="ProtocolInjector.cs" />
|
---|
| 74 | <Compile Include="ProtocolInjectorView.cs">
|
---|
| 75 | <SubType>UserControl</SubType>
|
---|
| 76 | </Compile>
|
---|
| 77 | <Compile Include="ProtocolInjectorView.designer.cs">
|
---|
| 78 | <DependentUpon>ProtocolInjectorView.cs</DependentUpon>
|
---|
| 79 | </Compile>
|
---|
| 80 | <Compile Include="StateTransistor.cs" />
|
---|
[704] | 81 | <Compile Include="SubScopeMessageComposer.cs" />
|
---|
| 82 | <Compile Include="SubScopeMessageDecomposer.cs" />
|
---|
[584] | 83 | <Compile Include="TcpNetworkInitiator.cs" />
|
---|
| 84 | </ItemGroup>
|
---|
| 85 | <ItemGroup>
|
---|
| 86 | <Reference Include="System" />
|
---|
| 87 | <Reference Include="System.Data" />
|
---|
| 88 | <Reference Include="System.Drawing" />
|
---|
| 89 | <Reference Include="System.Windows.Forms" />
|
---|
| 90 | <Reference Include="System.XML" />
|
---|
| 91 | </ItemGroup>
|
---|
| 92 | <ItemGroup>
|
---|
| 93 | <None Include="HeuristicLab.snk" />
|
---|
| 94 | </ItemGroup>
|
---|
| 95 | <ItemGroup>
|
---|
| 96 | <EmbeddedResource Include="ProtocolInjectorView.resx">
|
---|
| 97 | <DependentUpon>ProtocolInjectorView.cs</DependentUpon>
|
---|
| 98 | <SubType>Designer</SubType>
|
---|
| 99 | </EmbeddedResource>
|
---|
| 100 | </ItemGroup>
|
---|
| 101 | <PropertyGroup>
|
---|
| 102 | <PostBuildEvent>
|
---|
| 103 | </PostBuildEvent>
|
---|
[852] | 104 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 105 | set ProjectDir=$(ProjectDir)
|
---|
| 106 | set SolutionDir=$(SolutionDir)
|
---|
| 107 | set Outdir=$(Outdir)
|
---|
| 108 |
|
---|
| 109 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[584] | 110 | </PropertyGroup>
|
---|
| 111 | <ItemGroup>
|
---|
| 112 | <ProjectReference Include="..\HeuristicLab.Communication.Data\HeuristicLab.Communication.Data.csproj">
|
---|
| 113 | <Project>{14E1C3E3-2496-436A-AE00-09F7B81DB15B}</Project>
|
---|
| 114 | <Name>HeuristicLab.Communication.Data</Name>
|
---|
| 115 | </ProjectReference>
|
---|
| 116 | <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
|
---|
| 117 | <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
|
---|
| 118 | <Name>HeuristicLab.Constraints</Name>
|
---|
| 119 | </ProjectReference>
|
---|
| 120 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 121 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 122 | <Name>HeuristicLab.Core</Name>
|
---|
| 123 | </ProjectReference>
|
---|
| 124 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
| 125 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
| 126 | <Name>HeuristicLab.Data</Name>
|
---|
| 127 | </ProjectReference>
|
---|
| 128 | <ProjectReference Include="..\HeuristicLab.Operators.Programmable\HeuristicLab.Operators.Programmable.csproj">
|
---|
| 129 | <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project>
|
---|
| 130 | <Name>HeuristicLab.Operators.Programmable</Name>
|
---|
| 131 | </ProjectReference>
|
---|
| 132 | <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
|
---|
| 133 | <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
|
---|
| 134 | <Name>HeuristicLab.Operators</Name>
|
---|
| 135 | </ProjectReference>
|
---|
| 136 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 137 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 138 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 139 | </ProjectReference>
|
---|
| 140 | <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
|
---|
| 141 | <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
|
---|
| 142 | <Name>HeuristicLab.Random</Name>
|
---|
| 143 | </ProjectReference>
|
---|
| 144 | </ItemGroup>
|
---|
| 145 | </Project> |
---|