Files
imsInterface/interface/asm/dotnet/AdapterApplication3x/AdapterApplication3x.csproj
2025-06-06 09:15:13 +02:00

169 lines
7.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{3FE6A508-3914-4A4B-BED7-86E130A2DFD4}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>com.itac.mes.proxy</RootNamespace>
<AssemblyName>AdapterApplication3x</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject>com.itac.mes.proxy.winservice.WindowsService</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon_itac_logo_oib.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="artes-dotnet">
<HintPath>..\libs\itac\artes-dotnet.dll</HintPath>
</Reference>
<Reference Include="ASM.AS.OIB.Client">
<HintPath>..\libs\asm3client\ASM.AS.OIB.Client.dll</HintPath>
</Reference>
<Reference Include="ASM.AS.OIB.Client.CustomExtensions">
<HintPath>..\libs\asm3client\ASM.AS.OIB.Client.CustomExtensions.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.Common">
<HintPath>..\libs\oib3\Asm.As.Oib.Common.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.Common.Proxy">
<HintPath>..\libs\oib3\Asm.As.Oib.Common.Proxy.dll</HintPath>
</Reference>
<Reference Include="ASM.AS.OIB.DisplayService.Contracts">
<HintPath>..\libs\oib3\ASM.AS.OIB.DisplayService.Contracts.dll</HintPath>
</Reference>
<Reference Include="ASM.AS.OIB.DisplayService.Proxy">
<HintPath>..\libs\oib3\ASM.AS.OIB.DisplayService.Proxy.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.Monitoring.Contracts">
<HintPath>..\libs\oib3\Asm.As.Oib.Monitoring.Contracts.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.Monitoring.Proxy">
<HintPath>..\libs\oib3\Asm.As.Oib.Monitoring.Proxy.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.SIPLACEPro.Contracts">
<HintPath>..\libs\oib3\Asm.As.Oib.SIPLACEPro.Contracts.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.SIPLACEPro.LineControl.Contracts">
<HintPath>..\libs\oib3\Asm.As.Oib.SIPLACEPro.LineControl.Contracts.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.SIPLACEPro.LineControl.Proxy">
<HintPath>..\libs\oib3\Asm.As.Oib.SIPLACEPro.LineControl.Proxy.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.SIPLACEPro.Proxy">
<HintPath>..\libs\oib3\Asm.As.Oib.SIPLACEPro.Proxy.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.SIPLACESetupCenter.Contracts">
<HintPath>..\libs\oib3\Asm.As.Oib.SIPLACESetupCenter.Contracts.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.SiplaceSetupCenter.Proxy">
<HintPath>..\libs\oib3\Asm.As.Oib.SiplaceSetupCenter.Proxy.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.WS.Common">
<HintPath>..\libs\oib3\Asm.As.Oib.WS.Common.dll</HintPath>
</Reference>
<Reference Include="Asm.As.Oib.WS.Eventing.Contracts">
<HintPath>..\libs\oib3\Asm.As.Oib.WS.Eventing.Contracts.dll</HintPath>
</Reference>
<Reference Include="AsmApi5x">
<HintPath>..\libs\itac\AsmApi5x.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="com.itac.oib\AdapterControl.cs" />
<Compile Include="Itac.Oib\BoardGateKeeperReceiver.cs" />
<Compile Include="Itac.Oib\ChangeoverReceiver.cs" />
<Compile Include="Itac.Oib\DisplayServiceReceiver.cs" />
<Compile Include="com.itac.oib\IAdapterControl.cs" />
<Compile Include="com.itac.oib\IAdapterNotify.cs" />
<Compile Include="com.itac.mes.proxy.sockets\IhapEventChannel.cs" />
<Compile Include="com.itac.mes.proxy.sockets\IhapHandler.cs" />
<Compile Include="Itac.Oib\IReceiver.cs" />
<Compile Include="com.itac.oib.client\OibService.cs" />
<Compile Include="Itac.Oib\MonitoringReceiver.cs" />
<Compile Include="com.itac.oib.client\OibClientService.cs" />
<Compile Include="com.itac.mes.proxy.business\OIBEventHandler.cs" />
<Compile Include="com.itac.mes.domain\OIBEvents.cs" />
<Compile Include="com.itac.oib.client\OibLineControlAccess.cs" />
<Compile Include="com.itac.mes.domain\OIBService.cs" />
<Compile Include="com.itac.mes.proxy.business\OIBServiceImpl.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="com.itac.oib\QueueInfo.cs" />
<Compile Include="Itac.Oib\ReceiverTemplate.cs" />
<Compile Include="Itac.Oib\SetupCenterExternalControlReceiver.cs" />
<Compile Include="Itac.Oib\SetupCenterReceiver.cs" />
<Compile Include="com.itac.oib.siplacepro.service\SiplacePro.cs" />
<Compile Include="com.itac.mes.proxy.sockets\SocketAdapter.cs" />
<Compile Include="Itac.Oib\SpiReceiver.cs" />
<Compile Include="Itac.Oib\TraceabilityReceiver.cs" />
<Compile Include="com.itac.mes.proxy.winservice\WindowsService.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="com.itac.mes.proxy.winservice\WindowsServiceInstaller.cs">
<SubType>Component</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ItacTools\ItacTools.csproj">
<Project>{db6626c3-81a3-49f4-9117-b20c9b87a2c4}</Project>
<Name>ItacTools</Name>
</ProjectReference>
<ProjectReference Include="..\Oib3xMapper\Oib3xMapper.csproj">
<Project>{ae5f0cbe-a809-4f15-98da-6f9221bcef8b}</Project>
<Name>Oib3xMapper</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="icon_itac_logo_oib.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>