129 lines
6.2 KiB
XML
129 lines
6.2 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>{B9D1AC5B-7A6F-4B14-9FF8-3A1FC03519E2}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DTS.Common.SerializationPlus</RootNamespace>
|
|
<AssemblyName>DTS.Common.SerializationPlus</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<SccProjectName>
|
|
</SccProjectName>
|
|
<SccLocalPath>
|
|
</SccLocalPath>
|
|
<SccAuxPath>
|
|
</SccAuxPath>
|
|
<SccProvider>
|
|
</SccProvider>
|
|
</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>
|
|
<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>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</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>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Program Files (x86)\Open XML SDK\V2.5\lib\DocumentFormat.OpenXml.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<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="WindowsBase" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Filter\IFilter.cs" />
|
|
<Compile Include="Filter\IFilterable.cs" />
|
|
<Compile Include="Control\Event\ChannelAccessor.cs" />
|
|
<Compile Include="Control\Event\DasChannelAccessor.cs" />
|
|
<Compile Include="Control\Event\DasModuleAccessor.cs" />
|
|
<Compile Include="Control\Event\DasModuleChannelAccessor.cs" />
|
|
<Compile Include="Control\Event\Event.cs" />
|
|
<Compile Include="Control\Event\ModuleChannelAccessor.cs" />
|
|
<Compile Include="Control\Event\Module\AnalogInputChannel\AnalogInputChannel.cs" />
|
|
<Compile Include="Control\Event\Module\Channel\CalculatedChannel.cs" />
|
|
<Compile Include="Control\Event\Module\Channel\Channel.cs" />
|
|
<Compile Include="Filter\ChannelDefaultSaeJ211Filter.cs" />
|
|
<Compile Include="Control\Event\Module\Channel\DataValues.cs" />
|
|
<Compile Include="Filter\Filter.cs" />
|
|
<Compile Include="Filter\SaeJ211Filter.cs" />
|
|
<Compile Include="Control\Event\Module\Module.cs" />
|
|
<Compile Include="Control\Event\TestInformation.cs" />
|
|
<Compile Include="Control\IntervalSec.cs" />
|
|
<Compile Include="EventInfoAggregate.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="XLSX\Excel.File.cs" />
|
|
<Compile Include="XLSX\Excel.File.Writer.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Common\DTS.Common.DAS.Concepts\DTS.Common.DAS.Concepts.csproj">
|
|
<Project>{03d8c736-36eb-4cd1-a6d9-130452b23239}</Project>
|
|
<Name>DTS.Common.DAS.Concepts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Common\DTS.Common.DASResource\DTS.Common.DASResource.csproj">
|
|
<Project>{23c0fb0c-35d9-4a4d-a1a1-0deb5c217106}</Project>
|
|
<Name>DTS.Common.DASResource</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Common\DTS.Common.Serialization\DTS.Common.Serialization.csproj">
|
|
<Project>{b7d50b14-fa61-4fe4-bff7-b257902b55b0}</Project>
|
|
<Name>DTS.Common.Serialization</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Common\DTS.Common.Utilities\DTS.Common.Utilities.csproj">
|
|
<Project>{03eace47-ea59-44ac-b49d-956e4dc4d618}</Project>
|
|
<Name>DTS.Common.Utilities</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\DataPRO\IService\IService.csproj">
|
|
<Project>{c9c45b72-05a3-4962-bc13-a78b1f4b1925}</Project>
|
|
<Name>IService</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\DTS.Common\DTS.Common.csproj">
|
|
<Project>{114EDC77-F3B5-4576-A91B-40818D503B55}</Project>
|
|
<Name>DTS.Common</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Design\DTS.Common.SerialzationPlusClassDiagram.cd" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |