184 lines
8.3 KiB
XML
184 lines
8.3 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
|
|
<Import Project="..\..\packages\NUnit3TestAdapter.3.14.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\..\packages\NUnit3TestAdapter.3.14.0\build\net35\NUnit3TestAdapter.props')" />
|
|
<Import Project="..\..\packages\NUnit.3.12.0\build\NUnit.props" Condition="Exists('..\..\packages\NUnit.3.12.0\build\NUnit.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{F5BA4B68-A059-4A1A-8286-490462D4F29A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DatabaseUnitTesting</RootNamespace>
|
|
<AssemblyName>DatabaseUnitTesting</AssemblyName>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>
|
|
</AssemblyOriginatorKeyFile>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<TargetFrameworkProfile />
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</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="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NUnit3.TestAdapter">
|
|
<HintPath>..\..\..\Common\DTS.Common\lib\NUnitTestAdapter\NUnit3.TestAdapter.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CalculatedChannelsTests.cs" />
|
|
<Compile Include="CustomerDetailsTests.cs" />
|
|
<Compile Include="DASChannelsTests.cs" />
|
|
<Compile Include="DASTests.cs" />
|
|
<Compile Include="DatabaseModificationTester.cs" />
|
|
<Compile Include="DBAPITests.cs" />
|
|
<Compile Include="DbAPITestsRegionsOfInterest.cs" />
|
|
<Compile Include="DbAPITestsTestSetupGroup.cs" />
|
|
<Compile Include="DbAPITestsGroupHardware.cs" />
|
|
<Compile Include="DbAPITestsTestEngineerDetails.cs" />
|
|
<Compile Include="DbAPITestsLaboratoryDetails.cs" />
|
|
<Compile Include="DbAPITestsCustomerDetails.cs" />
|
|
<Compile Include="DbAPITestsTags.cs" />
|
|
<Compile Include="DbAPITestsTestSetupHardware.cs" />
|
|
<Compile Include="DbAPITestsTestSetupROIs.cs" />
|
|
<Compile Include="DbAPITestsTestSetups.cs" />
|
|
<Compile Include="DbAPITestsChannels.cs" />
|
|
<Compile Include="DbAPITestsSensorsAnalog.cs" />
|
|
<Compile Include="DbAPITestsDAS.cs" />
|
|
<Compile Include="DefaultPropertiesTests.cs" />
|
|
<Compile Include="LaboratoryDetailsTests.cs" />
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ResultSetTester.cs" />
|
|
<Compile Include="SensorsAnalogTests.cs" />
|
|
<Compile Include="SensorsDigitalInTests.cs" />
|
|
<Compile Include="TestSetups.cs" />
|
|
<Compile Include="Utilities\DatabaseAdapter.cs" />
|
|
<Compile Include="Utilities\ObjectsToCompare.cs" />
|
|
<Compile Include="Utilities\Results\Column.cs" />
|
|
<Compile Include="Utilities\Results\Database.cs" />
|
|
<Compile Include="Utilities\DatabaseComparer.cs" />
|
|
<Compile Include="Utilities\Results\Row.cs" />
|
|
<Compile Include="Utilities\Results\XmlFileAdapter.cs" />
|
|
<Compile Include="Utilities\Results\Table.cs" />
|
|
<Compile Include="Utilities\Results\ResultSetParser.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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\DTS.Common.csproj">
|
|
<Project>{F7A0804F-61A4-40AE-83D0-F1137622B592}</Project>
|
|
<Name>DTS.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\DbAPI\DbAPI.csproj">
|
|
<Project>{c356fb81-3177-4a42-b3c2-afa619335e3f}</Project>
|
|
<Name>DbAPI</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Design\DatabaseUnitTestingClassDiagram.cd" />
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="TestResults\DigitalInSensorInsertTest.xml" />
|
|
<Content Include="TestResults\DigitalInSensorUpdateTest.xml" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\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>
|
|
-->
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |