-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathWindows-Universal-Uploader.vbproj.user
37 lines (37 loc) · 1.71 KB
/
Windows-Universal-Uploader.vbproj.user
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DeviceId>30F105C9-681E-420b-A277-7C086EAD8A4E</DeviceId>
<UseEmulator>true</UseEmulator>
<RemoteDebugMachine>192.168.2.118</RemoteDebugMachine>
<AuthenticationMode>None</AuthenticationMode>
<RemoteDebugEnabled>false</RemoteDebugEnabled>
<CreateCleanLayout>false</CreateCleanLayout>
<DoNotLaunchApp>false</DoNotLaunchApp>
</PropertyGroup>
<PropertyGroup>
<AppxShowAllApps>True</AppxShowAllApps>
<AppxPackageIsForStore>True</AppxPackageIsForStore>
<AppxBuildConfigurationSelection>x86|x64|arm</AppxBuildConfigurationSelection>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<DeviceId>30F105C9-681E-420b-A277-7C086EAD8A4E</DeviceId>
<UseEmulator>true</UseEmulator>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<RemoteDebugMachine>192.168.2.124</RemoteDebugMachine>
<AuthenticationMode>Universal</AuthenticationMode>
<RemoteDebugEnabled>false</RemoteDebugEnabled>
<DeviceId>30F105C9-681E-420b-A277-7C086EAD8A4E</DeviceId>
<UseEmulator>false</UseEmulator>
<UseSimulator>false</UseSimulator>
<DoNotLaunchApp>false</DoNotLaunchApp>
<CreateCleanLayout>false</CreateCleanLayout>
<DebugEngines>
</DebugEngines>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
</Project>