init
This commit is contained in:
167
DataPRO/SLICECommands/SLICECommands.csproj
Normal file
167
DataPRO/SLICECommands/SLICECommands.csproj
Normal file
@@ -0,0 +1,167 @@
|
||||
<?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>{D015F93D-9507-4484-977B-4CF1BDC0B30E}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>DTS.DASLib.Command.SLICE</RootNamespace>
|
||||
<AssemblyName>SLICECommands</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="System" />
|
||||
<Reference Include="System.Core">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ArmCommands.cs" />
|
||||
<Compile Include="DownloadCommands\DownloadByteConverter.cs" />
|
||||
<Compile Include="DownloadCommands\EventDataCommands.cs" />
|
||||
<Compile Include="DownloadCommands\GetNextDownloadStreamDataSamples.cs" />
|
||||
<Compile Include="DownloadCommands\QueryEventDataBase.cs" />
|
||||
<Compile Include="DownloadCommands\QueryEventDataReport.cs" />
|
||||
<Compile Include="DownloadCommands\QueryTotalEventCount.cs" />
|
||||
<Compile Include="DownloadCommands\QueryEthernetEventData.cs" />
|
||||
<Compile Include="DownloadCommands\QueryUARTEventData.cs" />
|
||||
<Compile Include="DownloadCommands\QueryEthernetEventInfo.cs" />
|
||||
<Compile Include="DownloadCommands\QueryUARTEventInfo.cs" />
|
||||
<Compile Include="DownloadCommands\ResetEventList.cs" />
|
||||
<Compile Include="DownloadCommands\StartDownloadStreamData.cs" />
|
||||
<Compile Include="MulticastCommands\MACTableEntry.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastAutoDiscover.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastCommandBase.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastDiscoverSlice6.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastGetDhcp.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastGetDnsAddress.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastGetGatewayAddress.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastGetIpAddress.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastGetSubnetAddress.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastIdentify.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastResetMcu.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastSetDhcp.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastSetDnsAddress.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastSetGatewayAddress.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastSetIPAddress.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastSetSubnetAddress.cs" />
|
||||
<Compile Include="MulticastCommands\MulticastUDPQueryQATS.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="AttributeCommands.cs" />
|
||||
<Compile Include="CalibrationCommands.cs" />
|
||||
<Compile Include="CommandBase.cs" />
|
||||
<Compile Include="CommandPacket.cs" />
|
||||
<Compile Include="FirmwareUpdateCommands.cs" />
|
||||
<Compile Include="InformationCommands.cs" />
|
||||
<Compile Include="Ptp1588Commands.cs" />
|
||||
<Compile Include="QAandUtilityCommands.cs" />
|
||||
<Compile Include="RealtimeCommands\EndRealtimeMode.cs" />
|
||||
<Compile Include="RealtimeCommands\GetRealtimeSamples.cs" />
|
||||
<Compile Include="RealtimeCommands\GetRealtimeSamplesSLICE2.cs" />
|
||||
<Compile Include="RealtimeCommands\GetRealtimeSamplesSLICE6.cs" />
|
||||
<Compile Include="RealtimeCommands\GetRealtimeSamplesTSRAIR.cs" />
|
||||
<Compile Include="RealtimeCommands\IGetRealtimeSamples.cs" />
|
||||
<Compile Include="RealtimeCommands\RealtimeCommandBase.cs" />
|
||||
<Compile Include="RealtimeCommands\RealtimeStreamDecoder.cs" />
|
||||
<Compile Include="RealtimeCommands\RealtimeStreamingNextSamples.cs" />
|
||||
<Compile Include="RealtimeCommands\RetrieveSampleAverage.cs" />
|
||||
<Compile Include="RealtimeCommands\RetrieveSingleSample.cs" />
|
||||
<Compile Include="RealtimeCommands\StartRealtimeMode.cs" />
|
||||
<Compile Include="RealtimeCommands\StartRealtimeStreamingMode.cs" />
|
||||
<Compile Include="RealtimeCommands\StreamConfigUDP.cs" />
|
||||
<Compile Include="RealtimeCommands\StreamReaderUDP.cs" />
|
||||
<Compile Include="RealtimeCommands\UDPRealtimeByteConverter.cs" />
|
||||
<Compile Include="RealtimeCommands\UDPStreamPacket.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<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.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="..\ICommand\ICommand.csproj">
|
||||
<Project>{58e70872-8acc-4957-bb8e-d3746bcc536d}</Project>
|
||||
<Name>ICommand</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Design\ClassDiagram_DownloadCommands.cd" />
|
||||
<None Include="Design\ClassDiagram_MulticastCommands.cd" />
|
||||
<None Include="Design\ClassDiagram_RealTimeCommands.cd" />
|
||||
<None Include="Design\ClassDiagram_SliceCommands.cd" />
|
||||
<None Include="Properties\DataSources\AttributeTypes.SystemAttributes_Bridge.datasource" />
|
||||
</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>
|
||||
Reference in New Issue
Block a user