Files
DP44/DataPRO/SensorDB/SensorDB.csproj

239 lines
11 KiB
XML
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
<?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>{444EF10C-046E-47AD-A9A5-17318D488723}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DTS.SensorDB</RootNamespace>
<AssemblyName>SensorDB</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>
<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>
<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="Microsoft.Xaml.Behaviors">
<HintPath>..\..\Common\DTS.Common\lib\PrismLibrary\Microsoft.Xaml.Behaviors.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="Prism">
<HintPath>..\..\Common\DTS.Common\lib\PrismLibrary\Prism.dll</HintPath>
</Reference>
<Reference Include="Prism.Unity.Wpf">
<HintPath>..\..\Common\DTS.Common\lib\PrismLibrary\Prism.Unity.Wpf.dll</HintPath>
</Reference>
<Reference Include="Prism.Wpf">
<HintPath>..\..\Common\DTS.Common\lib\PrismLibrary\Prism.Wpf.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Windows" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Unity.Abstractions">
<HintPath>..\..\Common\DTS.Common\lib\PrismLibrary\Unity.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Unity.Container">
<HintPath>..\..\Common\DTS.Common\lib\PrismLibrary\Unity.Container.dll</HintPath>
</Reference>
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="AnalogSettingDefaults.cs" />
<Compile Include="CalibrationPolicy.cs" />
<Compile Include="CANSetting.cs" />
<Compile Include="CanSettingDefaults.cs" />
<Compile Include="DigitalInputSensorDefault.cs" />
<Compile Include="DigitalInputSetting.cs" />
<Compile Include="DigitalOutputDefaults.cs" />
<Compile Include="FactorySensorModel.cs" />
<Compile Include="IEPESensorDefault.cs" />
<Compile Include="OffsetToleranceChange.cs" />
<Compile Include="SensorCalibrationList.cs" />
<Compile Include="SensorInformationFile.cs" />
<Compile Include="SensorMerge.cs" />
<Compile Include="SoftwareFilter.cs" />
<Compile Include="SquibSettingDefaults.cs" />
<Compile Include="StreamInputSetting.cs" />
<Compile Include="StreamInputSettingDefaults.cs" />
<Compile Include="StreamOutputSetting.cs" />
<Compile Include="StreamOutputSettingDefaults.cs" />
<Compile Include="StringResources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>StringResources.resx</DependentUpon>
</Compile>
<Compile Include="TDCINI\INIDataZeroTimeWindowSeconds.cs" />
<Compile Include="TDCINI\INIIIHSExport.cs" />
<Compile Include="TDCINI\INIISOExportParameters.cs" />
<Compile Include="TDCINI\INIRackInventory.cs" />
<Compile Include="TDCINI\INISmartBatteryThresholds.cs" />
<Compile Include="TDCINI\INIViewerROI.cs" />
<Compile Include="TDCINI\TDCINIError.cs" />
<Compile Include="TDCINI\TDCINIRS232Info.cs" />
<Compile Include="TDCINI\TSFINIRegionOfInterest.cs" />
<Compile Include="TDM\TDMCSVImport.cs" />
<Compile Include="ThermocouplerSetting.cs" />
<Compile Include="TSF\G5DigitalInputChannelTSFEntry.cs" />
<Compile Include="TSF\ReadTSFError.cs" />
<Compile Include="TSF\TOMChannelInformationSection.cs" />
<Compile Include="TSF\TSFCalculatedChannelEntry.cs" />
<Compile Include="TSF\TSFCalculatedChannelInformationSection.cs" />
<Compile Include="TSF\TSFChannel.cs" />
<Compile Include="TSF\TSFDigitalChannel.cs" />
<Compile Include="TSF\TSFDIMEntry.cs" />
<Compile Include="TSF\TSFDIMSection.cs" />
<Compile Include="TSF\TSFFile.cs" />
<Compile Include="TSF\TSFG5DigitalInputSection.cs" />
<Compile Include="TDCINI\TDCINIFile.cs" />
<Compile Include="TSF\TSFInputChannelDescription.cs" />
<Compile Include="IsoCode.cs" />
<Compile Include="MeasurementUnit.cs" />
<Compile Include="SensorCalibration.cs" />
<Compile Include="SensorData.cs" />
<Compile Include="SensorDB.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SensorDBBase.cs" />
<Compile Include="SensorModel.cs" />
<Compile Include="SensorRange.cs" />
<Compile Include="SensorsCollection.cs" />
<Compile Include="SquibSetting.cs" />
<Compile Include="Strings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.resx</DependentUpon>
</Compile>
<Compile Include="DigitalOutputSetting.cs" />
<Compile Include="TSF\TSFCalibrationInformation.cs" />
<Compile Include="TSF\TSFChannelDescription.cs" />
<Compile Include="TSF\TSFModuleDescription.cs" />
<Compile Include="TSF\TSFModuleInformationSection.cs" />
<Compile Include="TSF\TSFOutputChannelDescription.cs" />
<Compile Include="TSF\TSFRackDescription.cs" />
<Compile Include="TSF\TSFRackInformationSection.cs" />
<Compile Include="TSF\TSFSamplingInformationSection.cs" />
<Compile Include="TSF\TSFSensorChannelInformationSection.cs" />
<Compile Include="TSF\TSFSensorEntry.cs" />
<Compile Include="TSF\TSFSquibFireEntry.cs" />
<Compile Include="TSF\TSFSystemDescription.cs" />
<Compile Include="TSF\TSFTCFSection.cs" />
<Compile Include="UartSetting.cs" />
<Compile Include="UartSettingDefaults.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="StringResources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>StringResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Strings.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</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.SettingsDB\DTS.Common.Settings.csproj">
<Project>{61017104-d8ee-41d1-b9ca-dad863ff78b2}</Project>
<Name>DTS.Common.Settings</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="..\IService\IService.csproj">
<Project>{C9C45B72-05A3-4962-BC13-A78B1F4B1925}</Project>
<Name>IService</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\Users\Users.csproj">
<Project>{be8d217d-6da9-4bca-b62a-a82325b33979}</Project>
<Name>Users</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Design\SensorDBClassDiagram.cd" />
</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>