2017-06-23 19:31:47 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
2017-09-05 18:26:57 +00:00
|
|
|
This file is used by the publish/package process of your project. You can customize the behavior of this process
|
2017-06-23 19:31:47 +00:00
|
|
|
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
|
|
-->
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
|
|
|
<Configuration>Release</Configuration>
|
2017-09-05 18:26:57 +00:00
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2017-06-23 19:31:47 +00:00
|
|
|
<PublishDir>bin\Release\PublishOutput</PublishDir>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|