1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props')" />
4
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
+ <PropertyGroup >
6
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
+ <ProjectGuid >{8E898B26-0A4C-4DDA-9820-D5D050D2336E}</ProjectGuid >
9
+ <OutputType >Exe</OutputType >
10
+ <RootNamespace >utPLSQL</RootNamespace >
11
+ <AssemblyName >utPLSQL.Test</AssemblyName >
12
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <Deterministic >true</Deterministic >
15
+ <TargetFrameworkProfile />
16
+ <NuGetPackageImportStamp >
17
+ </NuGetPackageImportStamp >
18
+ </PropertyGroup >
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
+ <PlatformTarget >AnyCPU</PlatformTarget >
21
+ <DebugSymbols >true</DebugSymbols >
22
+ <DebugType >full</DebugType >
23
+ <Optimize >false</Optimize >
24
+ <OutputPath >bin\Debug\</OutputPath >
25
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26
+ <ErrorReport >prompt</ErrorReport >
27
+ <WarningLevel >4</WarningLevel >
28
+ <Prefer32Bit >false</Prefer32Bit >
29
+ </PropertyGroup >
30
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31
+ <PlatformTarget >AnyCPU</PlatformTarget >
32
+ <DebugType >pdbonly</DebugType >
33
+ <Optimize >true</Optimize >
34
+ <OutputPath >bin\Release\</OutputPath >
35
+ <DefineConstants >TRACE</DefineConstants >
36
+ <ErrorReport >prompt</ErrorReport >
37
+ <WarningLevel >4</WarningLevel >
38
+ <Prefer32Bit >false</Prefer32Bit >
39
+ </PropertyGroup >
40
+ <ItemGroup >
41
+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
42
+ <HintPath >..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
45
+ <HintPath >..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" System" />
48
+ <Reference Include =" System.Core" />
49
+ <Reference Include =" System.Xml.Linq" />
50
+ <Reference Include =" System.Data.DataSetExtensions" />
51
+ <Reference Include =" Microsoft.CSharp" />
52
+ <Reference Include =" System.Data" />
53
+ <Reference Include =" System.Xml" />
54
+ </ItemGroup >
55
+ <ItemGroup >
56
+ <Compile Include =" Program.cs" />
57
+ <Compile Include =" Properties\AssemblyInfo.cs" />
58
+ <Compile Include =" RealTimeTestRunnerTest.cs" />
59
+ </ItemGroup >
60
+ <ItemGroup >
61
+ <None Include =" app.config" />
62
+ <None Include =" packages.config" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <ProjectReference Include =" ..\utPLSQL.Lib\utPLSQL.Lib.csproj" >
66
+ <Project >{df09eace-50ec-44ea-849a-80462a219cfc}</Project >
67
+ <Name >utPLSQL.Lib</Name >
68
+ </ProjectReference >
69
+ </ItemGroup >
70
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
72
+ <PropertyGroup >
73
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
74
+ </PropertyGroup >
75
+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props'))" />
76
+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets'))" />
77
+ </Target >
78
+ <Import Project =" ..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" />
79
+ </Project >
0 commit comments