Files
DP44/Common/DTS.Common.DataModel/DTS.Common.DataModel.csproj
2026-04-17 14:55:32 -04:00

215 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>{2A2F03A9-BF85-4360-A06A-CF3016D2633B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DTS.Common.DataModel</RootNamespace>
<AssemblyName>DTS.Common.DataModel</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\DataPRO\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="PresentationFramework.Aero" />
<Reference Include="Prism">
<HintPath>..\DTS.Common\lib\PrismLibrary\Prism.dll</HintPath>
</Reference>
<Reference Include="Prism.Unity.Wpf">
<HintPath>..\DTS.Common\lib\PrismLibrary\Prism.Unity.Wpf.dll</HintPath>
</Reference>
<Reference Include="Prism.Wpf">
<HintPath>..\DTS.Common\lib\PrismLibrary\Prism.Wpf.dll</HintPath>
</Reference>
<Reference Include="Stateless">
<HintPath>..\DTS.Common\lib\Stateless.4.2.1\lib\net45\Stateless.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Unity.Abstractions">
<HintPath>..\DTS.Common\lib\PrismLibrary\Unity.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Unity.Container">
<HintPath>..\DTS.Common\lib\PrismLibrary\Unity.Container.dll</HintPath>
</Reference>
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="ApplicationProperties.cs" />
<Compile Include="ChannelRepresentation.cs" />
<Compile Include="Classes\Arming\Arming.cs" />
<Compile Include="Classes\Configuration\Configuration.cs" />
<Compile Include="Classes\Diagnostics\Diagnostics.cs" />
<Compile Include="Classes\Enums.cs" />
<Compile Include="Classes\Export\ExportHeader.cs" />
<Compile Include="Classes\Export\ExportTestSetup.cs" />
<Compile Include="Classes\Hardware\BatteryAndInputVoltageDefaults.cs" />
<Compile Include="Classes\Hardware\DASHardware.cs" />
<Compile Include="Classes\Hardware\DASHardwareList.cs" />
<Compile Include="Classes\Hardware\DASSettings.cs" />
<Compile Include="Classes\Hardware\HardwareChannel.cs" />
<Compile Include="Classes\TestMetaData\CustomerDetails.cs" />
<Compile Include="Classes\TestMetaData\LabratoryDetails.cs" />
<Compile Include="Classes\TestMetaData\TestEngineerDetails.cs" />
<Compile Include="Classes\TestObject\TemplateChannelUI.cs" />
<Compile Include="Classes\TestObject\TestObject.cs" />
<Compile Include="Classes\TestObject\TestObjectList.cs" />
<Compile Include="Classes\TestObject\TestObjectTemplate.cs" />
<Compile Include="Classes\TestObject\TestObjectTemplateCollection.cs" />
<Compile Include="Classes\TestObject\TestTestObject.cs" />
<Compile Include="Classes\TestTemplate\BuildTestSetup.cs" />
<Compile Include="Classes\TestTemplate\DownloadEvent.cs" />
<Compile Include="Classes\TestTemplate\HardwareInclusionInstruction.cs" />
<Compile Include="Classes\TestTemplate\ICachedContainer.cs" />
<Compile Include="Classes\TestTemplate\TestTemplate.cs" />
<Compile Include="Classes\TestTemplate\TestTemplateList.cs" />
<Compile Include="Classes\TestTemplate\TSRAIRGoTestSetup.cs" />
<Compile Include="Classes\TSRAIRGo\TSRAIRGoStatus.cs" />
<Compile Include="CollectDataProcess.cs" />
<Compile Include="Common\ChannelHelper.cs" />
<Compile Include="Common\DbWrappers\DASGet.cs" />
<Compile Include="Common\DbWrappers\TestSetupHardwareGet.cs" />
<Compile Include="Common\SerializedSettings.cs" />
<Compile Include="Common\StatusHelpers.cs" />
<Compile Include="Common\TestObjectHelper.cs" />
<Compile Include="Common\TestSetupCollection.cs" />
<Compile Include="CustomChannel.cs" />
<Compile Include="DASFactory.cs" />
<Compile Include="DataFiles.cs" />
<Compile Include="Group.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="DataModelSettings.cs" />
<Compile Include="SensorDatabaseExport.cs" />
<Compile Include="StateMachines\OverallArmStatusStateMachine.cs" />
<Compile Include="SysBuiltObjectType.cs" />
<Compile Include="TestGraph.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\DataPRO\DASFactory\DASFactory.csproj">
<Project>{02eeba8c-7b22-4bc3-bf3a-8de23eaf2e61}</Project>
<Name>DASFactory</Name>
</ProjectReference>
<ProjectReference Include="..\..\DataPRO\EquipmentExchange\EquipmentExchange.csproj">
<Project>{2513797d-ec82-48d5-969e-6b3b5e6002e3}</Project>
<Name>EquipmentExchange</Name>
</ProjectReference>
<ProjectReference Include="..\..\DataPRO\ICommand\ICommand.csproj">
<Project>{58e70872-8acc-4957-bb8e-d3746bcc536d}</Project>
<Name>ICommand</Name>
</ProjectReference>
<ProjectReference Include="..\..\DataPRO\IService\IService.csproj">
<Project>{c9c45b72-05a3-4962-bc13-a78b1f4b1925}</Project>
<Name>IService</Name>
</ProjectReference>
<ProjectReference Include="..\..\DataPRO\SensorDB\SensorDB.csproj">
<Project>{444ef10c-046e-47ad-a9a5-17318d488723}</Project>
<Name>SensorDB</Name>
</ProjectReference>
<ProjectReference Include="..\..\DataPRO\TDASCommands\TDASCommands.csproj">
<Project>{14b4a79f-a4b5-4c4c-a041-0105eed82782}</Project>
<Name>TDASCommands</Name>
</ProjectReference>
<ProjectReference Include="..\..\DataPRO\Users\Users.csproj">
<Project>{be8d217d-6da9-4bca-b62a-a82325b33979}</Project>
<Name>Users</Name>
</ProjectReference>
<ProjectReference Include="..\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="..\DTS.Common.ISO\DTS.Common.ISO.csproj">
<Project>{27d0c63b-9095-42da-95fd-f64444c80558}</Project>
<Name>DTS.Common.ISO</Name>
</ProjectReference>
<ProjectReference Include="..\DTS.Common.Licensing\DTS.Common.Licensing.csproj">
<Project>{8b169b1c-37cb-4b7c-8071-385036b96faa}</Project>
<Name>DTS.Common.Licensing</Name>
</ProjectReference>
<ProjectReference Include="..\DTS.Common.SerializationPlus\DTS.Common.SerializationPlus.csproj">
<Project>{b9d1ac5b-7a6f-4b14-9ff8-3a1fc03519e2}</Project>
<Name>DTS.Common.SerializationPlus</Name>
</ProjectReference>
<ProjectReference Include="..\DTS.Common.Serialization\DTS.Common.Serialization.csproj">
<Project>{0679d014-59c2-4327-b288-0e3bd1374710}</Project>
<Name>DTS.Common.Serialization</Name>
</ProjectReference>
<ProjectReference Include="..\DTS.Common.SettingsDB\DTS.Common.Settings.csproj">
<Project>{61017104-d8ee-41d1-b9ca-dad863ff78b2}</Project>
<Name>DTS.Common.Settings</Name>
</ProjectReference>
<ProjectReference Include="..\DTS.Common.SharedResource\DTS.Common.SharedResource.csproj">
<Project>{c01e723f-86e2-403a-864c-9f56bdb60b8d}</Project>
<Name>DTS.Common.SharedResource</Name>
</ProjectReference>
<ProjectReference Include="..\DTS.Common.Storage\DTS.Common.Storage.csproj">
<Project>{e3be457c-0ac7-4a9c-bc81-eafeb3217878}</Project>
<Name>DTS.Common.Storage</Name>
</ProjectReference>
<ProjectReference Include="..\DTS.Common.Utilities\DTS.Common.Utilities.csproj">
<Project>{d6da1b74-c711-43c2-91b1-1908a8d04dbf}</Project>
<Name>DTS.Common.Utilities</Name>
</ProjectReference>
<ProjectReference Include="..\DTS.Common\DTS.Common.csproj">
<Project>{f7a0804f-61a4-40ae-83d0-f1137622b592}</Project>
<Name>DTS.Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>