fixed win10 app
This commit is contained in:
parent
554df0bce9
commit
20ef54f565
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,6 +7,9 @@ typings
|
|||||||
tmp
|
tmp
|
||||||
temp
|
temp
|
||||||
projects/**
|
projects/**
|
||||||
|
clients/win10/app/AppPackages
|
||||||
|
clients/win10/app/BundlePackages
|
||||||
|
clients/win10/app/BundleArtifacts
|
||||||
clients/win10/app/bin
|
clients/win10/app/bin
|
||||||
clients/win10/app/bld
|
clients/win10/app/bld
|
||||||
clients/win10/*.opendb
|
clients/win10/*.opendb
|
||||||
|
@ -20,22 +20,18 @@
|
|||||||
<ProjectConfiguration Include="Release|AnyCPU">
|
<ProjectConfiguration Include="Release|AnyCPU">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>AnyCPU</Platform>
|
<Platform>AnyCPU</Platform>
|
||||||
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Release|ARM">
|
<ProjectConfiguration Include="Release|ARM">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>ARM</Platform>
|
<Platform>ARM</Platform>
|
||||||
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Release|x64">
|
<ProjectConfiguration Include="Release|x64">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x64</Platform>
|
<Platform>x64</Platform>
|
||||||
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
<ProjectConfiguration Include="Release|x86">
|
<ProjectConfiguration Include="Release|x86">
|
||||||
<Configuration>Release</Configuration>
|
<Configuration>Release</Configuration>
|
||||||
<Platform>x86</Platform>
|
<Platform>x86</Platform>
|
||||||
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
|
||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
|
Loading…
Reference in New Issue
Block a user