225 lines
11 KiB
XML
225 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{C955D8AC-76B8-42D8-A83F-8AEB56CF2567}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>GenesisCordonelInterface</RootNamespace>
|
|
<AssemblyName>GenesisCordonelInterface</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<LangVersion>7.3</LangVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NLog.5.2.2\lib\net46\NLog.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="API\InterfaceOutsideToGCI.cs" />
|
|
<Compile Include="API\InterfaceGCIToLaatzen.cs" />
|
|
<Compile Include="Core\Logging\UiLogBus.cs" />
|
|
<Compile Include="Core\Logging\UiTarget.cs" />
|
|
<Compile Include="UI\LaatzenAPI_GenesisToolBox\FrmConfigurations.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\LaatzenAPI_GenesisToolBox\FrmConfigurations.Designer.cs">
|
|
<DependentUpon>FrmConfigurations.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\LaatzenAPI_CordonelPreadjustmentUI\FrmCordonelPreadjustmentUI.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\LaatzenAPI_CordonelPreadjustmentUI\FrmCordonelPreadjustmentUI.Designer.cs">
|
|
<DependentUpon>FrmCordonelPreadjustmentUI.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\LaatzenAPI_GenesisToolBox\FrmRegisterStore.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\LaatzenAPI_GenesisToolBox\FrmRegisterStore.Designer.cs">
|
|
<DependentUpon>FrmRegisterStore.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\LaatzenAPI_GenesisToolBox\FrmSetup.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\LaatzenAPI_GenesisToolBox\FrmSetup.Designer.cs">
|
|
<DependentUpon>FrmSetup.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="UI\LaatzenAPI_CordonelPreadjustmentUI\PreAdjustmentControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\LaatzenAPI_CordonelPreadjustmentUI\PreAdjustmentControl.Designer.cs">
|
|
<DependentUpon>PreAdjustmentControl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\StaraTuraAPI_GenesisCordonelInterface\FrmGCIAPI.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\StaraTuraAPI_GenesisCordonelInterface\FrmGCIAPI.Designer.cs">
|
|
<DependentUpon>FrmGCIAPI.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<EmbeddedResource Include="UI\LaatzenAPI_GenesisToolBox\FrmSetup.resx">
|
|
<DependentUpon>FrmSetup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\MainForm.resx">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<Content Include="Core\Logging\ImportantInstructions.txt" />
|
|
<Content Include="nlog.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<EmbeddedResource Include="UI\LaatzenAPI_CordonelPreadjustmentUI\PreAdjustmentControl.resx">
|
|
<DependentUpon>PreAdjustmentControl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\StaraTuraAPI_GenesisCordonelInterface\FrmGCIAPI.resx">
|
|
<DependentUpon>FrmGCIAPI.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Core\AsTbfComponent\" />
|
|
<Folder Include="UI\AsTbfComponent\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Connected Services\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Common\Common.csproj">
|
|
<Project>{c8939821-ba5c-4988-a3d0-bf53b74865c7}</Project>
|
|
<Name>Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\CommonCore.Configuration\CommonCore.Configuration.csproj">
|
|
<Project>{9eb1f659-6f73-4f65-bcab-4114fd94f5fc}</Project>
|
|
<Name>CommonCore.Configuration</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\CommonCore\CommonCore.csproj">
|
|
<Project>{1b02c79e-0b19-43e2-8f6b-71ef0c786c97}</Project>
|
|
<Name>CommonCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\CordonelPreadjustmentUi\CordonelPreadjustmentUi.csproj">
|
|
<Project>{d0c8d887-ed52-40ab-a069-90bce0e801e2}</Project>
|
|
<Name>CordonelPreadjustmentUi</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Hardware\Interfaces\Ports\PortCore\PortCore.csproj">
|
|
<Project>{2e139f63-b6fe-4ea9-a098-85364fe9b26c}</Project>
|
|
<Name>PortCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Hardware\Interfaces\Ports\SerialPorts\SerialPorts.csproj">
|
|
<Project>{72037e89-4f63-4b3f-beff-4138e578ce99}</Project>
|
|
<Name>SerialPorts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Hardware\WaterMeter\Genesis\Applications\Applications.csproj">
|
|
<Project>{315e94b8-b82f-4b25-b5bd-297df3bc1d54}</Project>
|
|
<Name>Applications</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Hardware\WaterMeter\Genesis\GenesisConfig\GenesisConfig.csproj">
|
|
<Project>{f013a56b-7be6-4852-9cd8-b971cd1add0c}</Project>
|
|
<Name>GenesisConfig</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Hardware\WaterMeter\Genesis\GenesisCore\GenesisCore.csproj">
|
|
<Project>{04201e95-90a0-4b73-a72f-379739b2a3ae}</Project>
|
|
<Name>GenesisCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Hardware\WaterMeter\Genesis\Registers\Registers.csproj">
|
|
<Project>{f4aaf7e6-7333-4284-b735-e32deb076c64}</Project>
|
|
<Name>Registers</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Hardware\WaterMeter\WaterMeterCore\WaterMeterCore.csproj">
|
|
<Project>{8203abb8-38e5-472e-a742-33f38b7a74a6}</Project>
|
|
<Name>WaterMeterCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Hardware\WaterMeter\WaterMeterCore\WaterMeterRegisters\WaterMeterRegisters.csproj">
|
|
<Project>{26afcf1e-1287-48b8-a506-32b1e8a0dd0e}</Project>
|
|
<Name>WaterMeterRegisters</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Logic.PrdoctionToProductMapper\Logic.ProductionToProductMapper.csproj">
|
|
<Project>{d0c859d9-d55e-4e85-ac50-0ff31b1ce50d}</Project>
|
|
<Name>Logic.ProductionToProductMapper</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Logic\ProductionOrderCore\ProductionOrderCore.csproj">
|
|
<Project>{6d2777bb-7a88-466d-a49b-3266f9bf0160}</Project>
|
|
<Name>ProductionOrderCore</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\SoftwareAccessHelper\SoftwareAccessHelper.csproj">
|
|
<Project>{a33e3c6d-eaae-4a20-a0ee-f9e6922fd029}</Project>
|
|
<Name>SoftwareAccessHelper</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Ui\GenesisToolBox\GenesisToolBox.csproj">
|
|
<Project>{95a50087-99ee-4349-9a17-c547290db42f}</Project>
|
|
<Name>GenesisToolBox</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ExternalProjects\Laatzen\Genesis\Common\Utils\Logging\Logging.csproj">
|
|
<Project>{4b88b0d3-e791-4774-9521-eabeacdc420e}</Project>
|
|
<Name>Logging</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |