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

190 lines
8.6 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>{02EEBA8C-7B22-4BC3-BF3A-8DE23EAF2E61}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DASFactory</RootNamespace>
<AssemblyName>DASFactory</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>
<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="Prism">
<HintPath>..\..\Common\DTS.Common\lib\PrismLibrary\Prism.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="DASFactory.SPFD.cs" />
<Compile Include="DASFactory.AutoDiscovery.cs" />
<Compile Include="DASFactory.CDCUSB.cs" />
<Compile Include="DASFactory.Basic.cs" />
<Compile Include="DASFactory.cs">
</Compile>
<Compile Include="DASFactory.Ethernet.cs" />
<Compile Include="DASFactory.Ribeye.cs" />
<Compile Include="DASFactory.SerialTDAS.cs" />
<Compile Include="DASFactory.Slice.cs" />
<Compile Include="DASFactory.TDAS.cs" />
<Compile Include="DASFactory.WindowsNotification.cs" />
<Compile Include="DASFactory.WinUSB.cs" />
<Compile Include="DistributorSocket.cs" />
<Compile Include="Properties\AssemblyInfo.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\USBFramework\DTS.Common.USBFramework.csproj">
<Project>{30f9a58b-6808-4c93-a294-7267c3d2e7eb}</Project>
<Name>DTS.Common.USBFramework</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.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="..\IService\IService.csproj">
<Project>{c9c45b72-05a3-4962-bc13-a78b1f4b1925}</Project>
<Name>IService</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>
</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>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="Design\ClassDiagram_DasFactory.cd" />
<None Include="Design\Graph_ProjectReferences.dgml" />
<None Include="Design\Graph_ReferencesThisProject.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>