Files
DP44/DataPRO/IService/IService.csproj
2026-04-17 14:55:32 -04:00

339 lines
18 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{C9C45B72-05A3-4962-BC13-A78B1F4B1925}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DTS.DASLib.Service</RootNamespace>
<AssemblyName>IService</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile />
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<NoWarn>
</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<NoWarn>1591</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Prism">
<HintPath>..\..\Common\DTS.Common\lib\PrismLibrary\Prism.dll</HintPath>
</Reference>
<Reference Include="Stateless">
<HintPath>..\..\Common\DTS.Common\lib\Stateless.4.2.1\lib\net45\Stateless.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Classes\Arm\ArmCheckActions.cs" />
<Compile Include="Classes\Arm\ArmCheckResults.cs" />
<Compile Include="Classes\Arm\ArmStatus.cs" />
<Compile Include="Classes\BaseInput\BaseInputValues.cs" />
<Compile Include="Classes\CAN\CANConfig.cs" />
<Compile Include="Classes\CAN\CANModuleConfig.cs" />
<Compile Include="Classes\CAN\SLICEProFD.cs" />
<Compile Include="Classes\Channels\AnalogInputDASChannel.cs" />
<Compile Include="Classes\Channels\AnalogInputDASChannelComparer.cs" />
<Compile Include="Classes\Channels\AnalogOutputDASChannel.cs" />
<Compile Include="Classes\Channels\CANInputDASChannel.cs" />
<Compile Include="Classes\Channels\StreamInputDASChannel.cs" />
<Compile Include="Classes\Channels\StreamOutputDASChannel.cs" />
<Compile Include="Classes\Channels\TimestampDASChannel.cs" />
<Compile Include="Classes\Channels\UARTInputDASChannel.cs" />
<Compile Include="Classes\ConfigurationData.cs" />
<Compile Include="Classes\Diagnostics\DiagnosticActions.cs" />
<Compile Include="Classes\Diagnostics\DiagnosticsResult.cs" />
<Compile Include="Classes\Diagnostics\DiagnosticsResultActions.cs" />
<Compile Include="Classes\Diagnostics\OptimizationValues.cs" />
<Compile Include="Classes\Download\DownloadReport.cs" />
<Compile Include="Classes\Download\DownloadRequest.cs" />
<Compile Include="Classes\Download\UARTDownloadRequest.cs" />
<Compile Include="Classes\FlashEraseStatus.cs" />
<Compile Include="Classes\PowerProInput\SLICE.PowerPro.Input.Reader.cs" />
<Compile Include="Classes\SLICE\DASConfigurationEventArg.cs" />
<Compile Include="Classes\SLICE\SLICE6AIRBR.cs" />
<Compile Include="Classes\SLICE\SLICE6AIRTC.cs" />
<Compile Include="Classes\SLICE\SLICEPRODB.cs" />
<Compile Include="Classes\SLICE\SLICE6DB3.cs" />
<Compile Include="Classes\SLICE\TSRAIR.cs" />
<Compile Include="Classes\SLICE\PowerPRO.cs" />
<Compile Include="Classes\SLICE\S6DBConnectedDevice.cs" />
<Compile Include="Classes\SLICE\SLICE6AIR.cs" />
<Compile Include="Classes\TDAS\TDASServiceSetupInfoLookup.cs" />
<Compile Include="Classes\TMTFile.cs" />
<Compile Include="Interfaces\IClockSyncActions.cs" />
<Compile Include="Classes\InfoResult.cs" />
<Compile Include="Classes\ModuleDiagnosticResult.cs" />
<Compile Include="Classes\BaseInput\SLICEBaseInputValues.cs" />
<Compile Include="Classes\StaticInformation.cs" />
<Compile Include="Classes\TDAS\TDASServiceSetupInfo.cs" />
<Compile Include="Classes\TriggerCheckResult.cs" />
<Compile Include="Classes\ConfigurationConstants.cs" />
<Compile Include="Classes\Channels\DASChannel.cs" />
<Compile Include="Classes\DASModule.cs" />
<Compile Include="Classes\Channels\DigitalOutputDASChannel.cs" />
<Compile Include="Classes\EID.cs" />
<Compile Include="Classes\Exceptions.cs" />
<Compile Include="Classes\Channels\InputDASChannel.cs" />
<Compile Include="Classes\InputRangeAttributes\GainAvailableUnmodifiedAttribute.cs" />
<Compile Include="Interfaces\IArmActions.cs" />
<Compile Include="Interfaces\IConfigurationActions.cs" />
<Compile Include="Interfaces\IDASCommunicationComparer.cs" />
<Compile Include="Interfaces\IDASCommunicationEqComparer.cs" />
<Compile Include="Interfaces\IDiagnosticsActions.cs" />
<Compile Include="Interfaces\IDownloadActions.cs" />
<Compile Include="Interfaces\IRealTimeActions.cs" />
<Compile Include="Interfaces\ITimeActions.cs" />
<Compile Include="Interfaces\ITriggerCheckActions.cs" />
<Compile Include="Classes\InputRangeAttributes\GainDisabledAttribute.cs" />
<Compile Include="Classes\InputRangeAttributes\MaxInputRangeAttribute.cs" />
<Compile Include="Classes\InputRangeAttributes\FirmwareInputRangeAttribute.cs" />
<Compile Include="Classes\InputRangeAttributes\MinInputRangeAttribute.cs" />
<Compile Include="Classes\NewData.cs" />
<Compile Include="Classes\Channels\OutputDASChannel.cs" />
<Compile Include="Classes\Channels\OutputSquibChannel.cs" />
<Compile Include="Classes\Channels\OutputTOMDigitalChannel.cs" />
<Compile Include="Classes\Ribeye Service.cs" />
<Compile Include="Classes\SampleData.cs" />
<Compile Include="Classes\ServiceCallbackData.cs" />
<Compile Include="Classes\SLICEService\SLICE Service.Arming.cs" />
<Compile Include="Classes\SLICEService\SLICE Service.Calibration.cs" />
<Compile Include="Classes\SLICEService\SLICE Service.Config.Attributes.cs" />
<Compile Include="Classes\SLICEService\SLICE Service.Configuration.cs" />
<Compile Include="Classes\SLICEService\SLICE Service.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Classes\SLICEService\SLICE Service.Download.cs" />
<Compile Include="Classes\SLICEService\SLICE Service.Public.cs" />
<Compile Include="Classes\SLICEService\SLICE Service.Realtime.cs" />
<Compile Include="Classes\SLICEService\SLICE Service.TriggerCheck.cs" />
<Compile Include="Classes\SLICE\SLICE1_5.cs" />
<Compile Include="Classes\SLICE\SLICE6DB.cs" />
<Compile Include="Classes\SLICE\SLICE6.cs" />
<Compile Include="Classes\SLICE\SliceDB.cs" />
<Compile Include="Classes\SLICE\SLICERecorder.cs" />
<Compile Include="Classes\GenericServices.cs" />
<Compile Include="Interfaces\IService.cs">
</Compile>
<Compile Include="Interfaces\IUARTDownloadActions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Classes\TOMModule.cs" />
<Compile Include="Classes\XMLHelper.cs" />
<Compile Include="StateMachine\States\ConfigureStart.cs" />
<Compile Include="StateMachine\States\RealtimeStart.cs" />
<Compile Include="StateMachine\States\DownloadStart.cs" />
<Compile Include="StateMachine\StatusAndParameters\Configure\ConfigureStatusInformation.cs" />
<Compile Include="StateMachine\StatusAndParameters\Configure\ConfigureStatusParameters.cs" />
<Compile Include="StateMachine\DASState.cs" />
<Compile Include="StateMachine\StatusAndParameters\Configure\GroupChannelWithMeta.cs" />
<Compile Include="StateMachine\StatusAndParameters\Diagnose\DiagnoseParameters.cs" />
<Compile Include="StateMachine\StatusAndParameters\Download\DownloadParameters.cs" />
<Compile Include="StateMachine\StatusAndParameters\Download\DownloadStatusInformation.cs" />
<Compile Include="StateMachine\StatusAndParameters\GlobalStatusInformation.cs" />
<Compile Include="StateMachine\StatusAndParameters\GlobalStatusParameters.cs" />
<Compile Include="StateMachine\IDASState.cs" />
<Compile Include="StateMachine\StatusAndParameters\IStatusInfo.cs" />
<Compile Include="StateMachine\StatusAndParameters\IStatusParameters.cs" />
<Compile Include="StateMachine\StatusAndParameters\HardwareDiscovery\HardwareDiscoveryParameters.cs" />
<Compile Include="StateMachine\StatusAndParameters\HardwareDiscovery\HardwareDiscoveryStatusInfo.cs" />
<Compile Include="StateMachine\StateMachineBootstrap.cs" />
<Compile Include="StateMachine\States.cs" />
<Compile Include="StateMachine\States\Arm.cs" />
<Compile Include="StateMachine\States\Arming.cs" />
<Compile Include="StateMachine\States\Configure.cs" />
<Compile Include="StateMachine\States\Diagnose.cs" />
<Compile Include="StateMachine\States\Download.cs" />
<Compile Include="StateMachine\States\HardwareDiscovery.cs" />
<Compile Include="StateMachine\States\HardwareDiscoveryStart.cs" />
<Compile Include="StateMachine\States\Prepare.cs" />
<Compile Include="StateMachine\States\Realtime.cs" />
<Compile Include="StateMachine\StatusAndParameters\Realtime\RealtimeParameters.cs" />
<Compile Include="StateMachine\StatusAndParameters\Realtime\RealtimeStatusInformation.cs" />
<Compile Include="StateMachine\StatusAndParameters\Status.cs" />
<Compile Include="StateMachine\Triggers.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Common\DTS.Common.DAS.Concepts\DTS.Common.DAS.Concepts.csproj">
<Project>{ae3987f7-c4c6-40fb-a353-1a2dadef7a9a}</Project>
<Name>DTS.Common.DAS.Concepts</Name>
</ProjectReference>
<ProjectReference Include="..\..\Common\DTS.Common.DASResource\DTS.Common.DASResource.csproj">
<Project>{f621ce48-bb4b-4cfc-a325-9410b721cc44}</Project>
<Name>DTS.Common.DASResource</Name>
</ProjectReference>
<ProjectReference Include="..\..\Common\DTS.Common.ICommunication\DTS.Common.ICommunication.csproj">
<Project>{f57b954e-a49a-4110-b36c-b5abab3e230b}</Project>
<Name>DTS.Common.ICommunication</Name>
</ProjectReference>
<ProjectReference Include="..\..\Common\DTS.Common.IConnection\EthernetConnection\DTS.Common.EthernetConnection.csproj">
<Project>{e08382c1-f0b4-44c4-9676-c32fd442228a}</Project>
<Name>DTS.Common.EthernetConnection</Name>
</ProjectReference>
<ProjectReference Include="..\..\Common\DTS.Common.IConnection\SerialConnection\DTS.Common.SerialConnection.csproj">
<Project>{d485515c-366a-4d14-83da-585fc4007461}</Project>
<Name>DTS.Common.SerialConnection</Name>
</ProjectReference>
<ProjectReference Include="..\..\Common\DTS.Common.IConnection\USBConnection\WINUSBConnection\DTS.Common.WINUSBConnection.csproj">
<Project>{3a40c700-1d50-4524-affb-0d59f0f0f9cb}</Project>
<Name>DTS.Common.WINUSBConnection</Name>
</ProjectReference>
<ProjectReference Include="..\..\Common\DTS.Common.SharedResource\DTS.Common.SharedResource.csproj">
<Project>{c01e723f-86e2-403a-864c-9f56bdb60b8d}</Project>
<Name>DTS.Common.SharedResource</Name>
</ProjectReference>
<ProjectReference Include="..\..\Common\DTS.Common.Storage\DTS.Common.Storage.csproj">
<Project>{E3BE457C-0AC7-4A9C-BC81-EAFEB3217878}</Project>
<Name>DTS.Common.Storage</Name>
</ProjectReference>
<ProjectReference Include="..\..\Common\DTS.Common.Utilities\DTS.Common.Utilities.csproj">
<Project>{d6da1b74-c711-43c2-91b1-1908a8d04dbf}</Project>
<Name>DTS.Common.Utilities</Name>
</ProjectReference>
<ProjectReference Include="..\..\Common\DTS.Common\DTS.Common.csproj">
<Project>{f7a0804f-61a4-40ae-83d0-f1137622b592}</Project>
<Name>DTS.Common</Name>
</ProjectReference>
<ProjectReference Include="..\CANFDApiProxy\CANFDApiProxy.csproj">
<Project>{0A42EE20-660C-468D-9511-C32C9037CB15}</Project>
<Name>CANFDApiProxy</Name>
</ProjectReference>
<ProjectReference Include="..\DASFactoryDb\DASFactoryDb.csproj">
<Project>{49c60032-9c8a-4ea5-9e26-2f1663555759}</Project>
<Name>DASFactoryDb</Name>
</ProjectReference>
<ProjectReference Include="..\ICommand\ICommand.csproj">
<Project>{58e70872-8acc-4957-bb8e-d3746bcc536d}</Project>
<Name>ICommand</Name>
</ProjectReference>
<ProjectReference Include="..\RibeyeCommands\RibeyeCommands.csproj">
<Project>{53abd0f3-7d8d-43cd-99d7-06c45246d93e}</Project>
<Name>RibeyeCommands</Name>
</ProjectReference>
<ProjectReference Include="..\SLICECommands\SLICECommands.csproj">
<Project>{D015F93D-9507-4484-977B-4CF1BDC0B30E}</Project>
<Name>SLICECommands</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\SLICEDBCommands\SliceDBCommands.csproj">
<Project>{dea48a0b-999e-48e8-8601-cb05b6b765de}</Project>
<Name>SliceDBCommands</Name>
</ProjectReference>
<ProjectReference Include="..\TDASCommands\TDASCommands.csproj">
<Project>{14b4a79f-a4b5-4c4c-a041-0105eed82782}</Project>
<Name>TDASCommands</Name>
</ProjectReference>
<ProjectReference Include="..\TiltMIF\TiltMIF.csproj">
<Project>{774C0FAA-9491-43D8-9709-C6076F913629}</Project>
<Name>TiltMIF</Name>
</ProjectReference>
<ProjectReference Include="SLICE Service\SLICE Service.csproj">
<Project>{6583cde9-5662-41b1-80ca-4300e562de3d}</Project>
<Name>SLICE Service</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Classes\EID.Reader.cs" />
<Compile Include="Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Classes\BaseInput\SLICE.Base.Input.Reader.cs" />
<Compile Include="Classes\SLICE\SLICE2.cs" />
<Compile Include="Classes\TDAS Service\Arming.cs" />
<Compile Include="Classes\TDAS Service\Callibration.cs" />
<Compile Include="Classes\TDAS Service\Config.Attributes.cs" />
<Compile Include="Classes\TDAS Service\Configuration.cs" />
<Compile Include="Classes\TDAS Service\TDAS Service.cs" />
<Compile Include="Classes\TDAS Service\Download.cs" />
<Compile Include="Classes\TDAS Service\Public.cs" />
<Compile Include="Classes\TDAS Service\Realtime.cs" />
<Compile Include="Classes\TDAS Service\TriggerCheck.cs" />
<Compile Include="Classes\TDAS\TDASConfig.cs" />
<Compile Include="Classes\TDAS\TDASModuleConfig.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="Design\ClassDiagram_DTS.DASLib.Service.cd" />
<None Include="Design\ClassDiagram_ServiceBase.cd" />
<None Include="Design\Graph_ReferencedAssemblies.dgml" />
</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>