Former-commit-id: b09e1c09cdd7af08bf51bfd7da55cf4b88d342ed [formerly ec7edfeacebb194bc1d11f0296e5a46d1ecc83be]
Former-commit-id: 7719d406863dd9ebd7429ce94f5e979bf231fdc7
This commit is contained in:
Jaifroid 2017-07-22 10:04:14 +01:00
parent 0f4858f82e
commit f4b8f5eddd
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ KiwixWebApp.jsproj.user
KiwixWebApp.jsproj.user KiwixWebApp.jsproj.user
KiwixWebApp.jsproj.user KiwixWebApp.jsproj.user
*.user *.user
*.user

View File

@ -21,6 +21,6 @@
<WindowsPhoneEmulatorID>F0AB49D8-754C-4531-A635-E6B4395FD39A;Mobile Emulator 10.0.15063.0 QHD 5.2 inch 3GB</WindowsPhoneEmulatorID> <WindowsPhoneEmulatorID>F0AB49D8-754C-4531-A635-E6B4395FD39A;Mobile Emulator 10.0.15063.0 QHD 5.2 inch 3GB</WindowsPhoneEmulatorID>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor> <DebuggerFlavor>AppHostDeviceDebugger</DebuggerFlavor>
</PropertyGroup> </PropertyGroup>
</Project> </Project>