21 lines
823 B
Plaintext
21 lines
823 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||
|
-->
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<PublishProtocol>FileSystem</PublishProtocol>
|
||
|
<Platform>x86</Platform>
|
||
|
<RuntimeIdentifier>win10-x86</RuntimeIdentifier>
|
||
|
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
|
||
|
<SelfContained>true</SelfContained>
|
||
|
<PublishSingleFile>False</PublishSingleFile>
|
||
|
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
|
||
|
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
|
||
|
<!--
|
||
|
See https://github.com/microsoft/CsWinRT/issues/373
|
||
|
<PublishTrimmed>True</PublishTrimmed>
|
||
|
-->
|
||
|
</PropertyGroup>
|
||
|
</Project>
|