added .NET Framework 4.7.2 test project
757c4d2d
Labyrinth Apps
committed
10 changed files
AssemblyInfo.cs
/MemStrux.Tests.Current.NF472/Properties/AssemblyInfo.cs
/MemStrux.Tests.Current.NF472/Properties/AssemblyInfo.cs
MemStrux.Tests.Current.NF472.csproj
/MemStrux.Tests.Current.NF472/MemStrux.Tests.Current.NF472.csproj
/MemStrux.Tests.Current.NF472/MemStrux.Tests.Current.NF472.csproj
MemStrux.Tests.Current.NF472.csproj
/MigrationBackup/14af023e/MemStrux.Tests.Current.NF472/MemStrux.Tests.Current.NF472.csproj+68
/MigrationBackup/14af023e/MemStrux.Tests.Current.NF472/MemStrux.Tests.Current.NF472.csproj
Add comment 1 Plus  <?xml version="1.0" encoding="utf-8"?>
Add comment 2 Plus  <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Add comment 3 Plus   <Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" />
Add comment 4 Plus   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
Add comment 5 Plus   <PropertyGroup>
Add comment 6 Plus   <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Add comment 7 Plus   <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Add comment 8 Plus   <ProjectGuid>{3E740EE6-5896-404B-9D2E-BF7C669BB428}</ProjectGuid>
Add comment 9 Plus   <OutputType>Library</OutputType>
Add comment 10 Plus   <AppDesignerFolder>Properties</AppDesignerFolder>
Add comment 11 Plus   <RootNamespace>MemStrux.Tests.Current.NF472</RootNamespace>
Add comment 12 Plus   <AssemblyName>MemStrux.Tests.Current.NF472</AssemblyName>
Add comment 13 Plus   <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
Add comment 14 Plus   <FileAlignment>512</FileAlignment>
Add comment 15 Plus   <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Add comment 16 Plus   <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
Add comment 17 Plus   <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Add comment 18 Plus   <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
Add comment 19 Plus   <IsCodedUITest>False</IsCodedUITest>
Add comment 20 Plus   <TestProjectType>UnitTest</TestProjectType>
Add comment 21 Plus   <NuGetPackageImportStamp>
Add comment 22 Plus   </NuGetPackageImportStamp>
Add comment 23 Plus   </PropertyGroup>
Add comment 24 Plus   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Add comment 25 Plus   <DebugSymbols>true</DebugSymbols>
Add comment 26 Plus   <DebugType>full</DebugType>
Add comment 27 Plus   <Optimize>false</Optimize>
Add comment 28 Plus   <OutputPath>bin\Debug\</OutputPath>
Add comment 29 Plus   <DefineConstants>DEBUG;TRACE</DefineConstants>
Add comment 30 Plus   <ErrorReport>prompt</ErrorReport>
Add comment 31 Plus   <WarningLevel>4</WarningLevel>
Add comment 32 Plus   </PropertyGroup>
Add comment 33 Plus   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Add comment 34 Plus   <DebugType>pdbonly</DebugType>
Add comment 35 Plus   <Optimize>true</Optimize>
Add comment 36 Plus   <OutputPath>bin\Release\</OutputPath>
Add comment 37 Plus   <DefineConstants>TRACE</DefineConstants>
Add comment 38 Plus   <ErrorReport>prompt</ErrorReport>
Add comment 39 Plus   <WarningLevel>4</WarningLevel>
Add comment 40 Plus   </PropertyGroup>
Add comment 41 Plus   <ItemGroup>
Add comment 42 Plus   <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Add comment 43 Plus   <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
Add comment 44 Plus   </Reference>
Add comment 45 Plus   <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Add comment 46 Plus   <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
Add comment 47 Plus   </Reference>
Add comment 48 Plus   <Reference Include="System" />
Add comment 49 Plus   <Reference Include="System.Core" />
Add comment 50 Plus   </ItemGroup>
Add comment 51 Plus   <ItemGroup>
Add comment 52 Plus   <Compile Include="UnitTest1.cs" />
Add comment 53 Plus   <Compile Include="Properties\AssemblyInfo.cs" />
Add comment 54 Plus   </ItemGroup>
Add comment 55 Plus   <ItemGroup>
Add comment 56 Plus   <None Include="packages.config" />
Add comment 57 Plus   </ItemGroup>
Add comment 58 Plus   <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
Add comment 59 Plus   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Add comment 60 Plus   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Add comment 61 Plus   <PropertyGroup>
Add comment 62 Plus   <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>
Add comment 63 Plus   </PropertyGroup>
Add comment 64 Plus   <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" />
Add comment 65 Plus   <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" />
Add comment 66 Plus   </Target>
Add comment 67 Plus   <Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" />
Add comment 68 Plus  </Project>
NuGetUpgradeLog.html
/MigrationBackup/14af023e/MemStrux.Tests.Current.NF472/NuGetUpgradeLog.html
/MigrationBackup/14af023e/MemStrux.Tests.Current.NF472/NuGetUpgradeLog.html
packages.config
/MigrationBackup/14af023e/MemStrux.Tests.Current.NF472/packages.config
/MigrationBackup/14af023e/MemStrux.Tests.Current.NF472/packages.config
BlockEqualityTests.cs
/NetStrux.Tests.Shared_V1/BlockEqualityTests.cs
/NetStrux.Tests.Shared_V1/BlockEqualityTests.cs
NetStrux.Tests.Shared_V1.projitems
/NetStrux.Tests.Shared_V1/NetStrux.Tests.Shared_V1.projitems
/NetStrux.Tests.Shared_V1/NetStrux.Tests.Shared_V1.projitems
SpanTests.cs
/NetStrux.Tests.Shared_V1/SpanTests.cs
/NetStrux.Tests.Shared_V1/SpanTests.cs
WireFormatTestsB004.cs
/NetStrux.Tests.Shared_V1/WireFormatTestsB004.cs
/NetStrux.Tests.Shared_V1/WireFormatTestsB004.cs
NetStrux.sln
/NetStrux.sln
/NetStrux.sln