init
This commit is contained in:
146
Common/DTS.Common.DAS.Concepts/DTS.Common.DAS.Concepts.csproj
Normal file
146
Common/DTS.Common.DAS.Concepts/DTS.Common.DAS.Concepts.csproj
Normal file
@@ -0,0 +1,146 @@
|
||||
<?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>{AE3987F7-C4C6-40FB-A353-1A2DADEF7A9A}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>DTS.DAS.Concepts</RootNamespace>
|
||||
<AssemblyName>DTS.DAS.Concepts</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="System" />
|
||||
<Reference Include="System.Core">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ArmStatus.cs" />
|
||||
<Compile Include="AvailableArmModes.cs" />
|
||||
<Compile Include="DAS\Channel\TimestampPartTypes.cs" />
|
||||
<Compile Include="Interfaces\DAS\Channel\ICalSignalAware.cs" />
|
||||
<Compile Include="DAS\Channel\LevelTriggerTypes.cs" />
|
||||
<Compile Include="DAS\DecimationMethod.cs" />
|
||||
<Compile Include="DAS\Channel\Channel.cs" />
|
||||
<Compile Include="DAS\Channel\Data.cs" />
|
||||
<Compile Include="Interfaces\DAS\Channel\ITimestampAware.cs" />
|
||||
<Compile Include="Interfaces\DAS\Channel\IDecimatable.cs" />
|
||||
<Compile Include="Interfaces\DAS\Channel\IEngineeringUnitAware.cs" />
|
||||
<Compile Include="Interfaces\DAS\Channel\IInversionAware.cs" />
|
||||
<Compile Include="Interfaces\DAS\Channel\IIsoCodeAware.cs" />
|
||||
<Compile Include="Interfaces\DAS\Channel\ILevelTriggerable.cs" />
|
||||
<Compile Include="Interfaces\DAS\Channel\ISerialNumberAware.cs" />
|
||||
<Compile Include="Interfaces\DAS\Channel\IShuntAware.cs" />
|
||||
<Compile Include="DAS\DAS.Id.cs" />
|
||||
<Compile Include="Interfaces\DAS\Channel\IVoltageInsertAware.cs" />
|
||||
<Compile Include="Interfaces\DAS\Channel\ILinearized.cs" />
|
||||
<Compile Include="DataScaler.cs" />
|
||||
<Compile Include="DataScaler.InvalidExcitationVoltageException.cs" />
|
||||
<Compile Include="Interfaces\IArmable.cs" />
|
||||
<Compile Include="Interfaces\ICalibratable.cs" />
|
||||
<Compile Include="Interfaces\IDataCollectionEnabled.cs" />
|
||||
<Compile Include="Interfaces\IDownloadEnabled.cs" />
|
||||
<Compile Include="Interfaces\IGpioEnabled.cs" />
|
||||
<Compile Include="Interfaces\ILargeDataAware.cs" />
|
||||
<Compile Include="Interfaces\IRealtimeable.cs" />
|
||||
<Compile Include="Interfaces\ITriggerable.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs">
|
||||
<CustomToolNamespace>DTS.Common.DAS.Concepts</CustomToolNamespace>
|
||||
</Compile>
|
||||
<Compile Include="ShuntModeType.cs" />
|
||||
<Compile Include="Test\Module\Channel\Sensor\ExcitationVoltage.cs" />
|
||||
<Compile Include="Test\Module\Channel\Sensor\SensorUnits.cs" />
|
||||
<Compile Include="Test\Module\RecordingMode.cs" />
|
||||
<Compile Include="Test\Module\TiltAxes.cs" />
|
||||
<Compile Include="TsrEvent.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="LinearizationFormula.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<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.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>
|
||||
<None Include="Design\DTS.Common.DAS.ConceptsClassDiagram.cd" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- 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