mirror of
https://github.com/chibicitiberiu/drumkit.git
synced 2024-02-24 10:53:32 +00:00
11 lines
494 B
XML
11 lines
494 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<UseSimulator>False</UseSimulator>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AppxPackageIsForStore>True</AppxPackageIsForStore>
|
|
<AppxShowAllApps>True</AppxShowAllApps>
|
|
<AppxBuildConfigurationSelection>neutral</AppxBuildConfigurationSelection>
|
|
</PropertyGroup>
|
|
</Project> |