Artifact 683771648b5cbb25247bc01735a91d530fcacf62:
- File
testlinq/testef6.2017.csproj
— part of check-in
[babe22b817]
at
2017-08-02 17:20:46
on branch vs2017
— Add preliminary support for Visual Studio 2017 and the .NET Framework 4.7.
(user:
mistachkin
size: 440)
[more...]
<?xml version="1.0" encoding="utf-8"?>
<!--
*
* testef6.2017.csproj -
*
* Written by Joe Mistachkin.
* Released to the public domain, use at your own risk!
*
-->
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<UseEntityFramework6>true</UseEntityFramework6>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\test.2017.csproj" />
</Project>