1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\..\MySQLCLRFunctions\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\..\MySQLCLRFunctions\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{3D1EB882-6064-4EBA-8421-1DC11A3955E9}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >MySQLCLRFunctionsTests3</RootNamespace >
11+ <AssemblyName >MySQLCLRFunctionsTests3</AssemblyName >
12+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
16+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
17+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
18+ <IsCodedUITest >False</IsCodedUITest >
19+ <TestProjectType >UnitTest</TestProjectType >
20+ <TargetFrameworkProfile />
21+ <NuGetPackageImportStamp >
22+ </NuGetPackageImportStamp >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
25+ <DebugSymbols >true</DebugSymbols >
26+ <DebugType >full</DebugType >
27+ <Optimize >false</Optimize >
28+ <OutputPath >bin\Debug\</OutputPath >
29+ <DefineConstants >DEBUG;TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
34+ <DebugType >pdbonly</DebugType >
35+ <Optimize >true</Optimize >
36+ <OutputPath >bin\Release\</OutputPath >
37+ <DefineConstants >TRACE</DefineConstants >
38+ <ErrorReport >prompt</ErrorReport >
39+ <WarningLevel >4</WarningLevel >
40+ </PropertyGroup >
41+ <Choose >
42+ <When Condition =" ('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
43+ <ItemGroup >
44+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
45+ </ItemGroup >
46+ </When >
47+ <Otherwise />
48+ </Choose >
49+ <ItemGroup >
50+ <Compile Include =" GlobalSuppressions.cs" />
51+ <Compile Include =" Properties\AssemblyInfo.cs" />
52+ <Compile Include =" StringBuildOutTests.cs" />
53+ <Compile Include =" StringDecodeTests.cs" />
54+ <Compile Include =" StringExtractTests.cs" />
55+ <Compile Include =" StringFormatTests.cs" />
56+ <Compile Include =" StringMeasureTests.cs" />
57+ <Compile Include =" StringPivotTests.cs" />
58+ <Compile Include =" StringReduceTests.cs" />
59+ <Compile Include =" StringTestTests.cs" />
60+ <Compile Include =" StringTransformStripDownCustomizationsTests.cs" />
61+ <Compile Include =" StringTransformTests.cs" />
62+ <Compile Include =" StringTransformTSQLSpecificTests.cs" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <None Include =" packages.config" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <ProjectReference Include =" ..\MySQLCLRFunctions.csproj" >
69+ <Project >{6AEAE0BF-82E7-4793-8E9D-E649ABD0A807}</Project >
70+ <Name >MySQLCLRFunctions</Name >
71+ </ProjectReference >
72+ </ItemGroup >
73+ <ItemGroup >
74+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
75+ <Private >False</Private >
76+ </Reference >
77+ </ItemGroup >
78+ <Choose >
79+ <When Condition =" '$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
80+ <ItemGroup >
81+ <Reference Include =" Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
82+ <Private >False</Private >
83+ </Reference >
84+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
85+ <Private >False</Private >
86+ </Reference >
87+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
88+ <Private >False</Private >
89+ </Reference >
90+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
91+ <Private >False</Private >
92+ </Reference >
93+ </ItemGroup >
94+ </When >
95+ </Choose >
96+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
97+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
99+ <PropertyGroup >
100+ <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 >
101+ </PropertyGroup >
102+ <Error Condition =" !Exists('..\..\MySQLCLRFunctions\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\MySQLCLRFunctions\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.props'))" />
103+ <Error Condition =" !Exists('..\..\MySQLCLRFunctions\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\MySQLCLRFunctions\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets'))" />
104+ </Target >
105+ <Import Project =" ..\MySQLCLRFunctions\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\MySQLCLRFunctions\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets')" />
106+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
107+ Other similar extension points exist, see Microsoft.Common.targets.
108+ <Target Name="BeforeBuild">
109+ </Target>
110+ <Target Name="AfterBuild">
111+ </Target>
112+ -->
113+ </Project >
0 commit comments