Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-uwp
Commits
83b39a22
Commit
83b39a22
authored
Apr 03, 2018
by
atraczyk
Committed by
Adrien Béraud
Aug 07, 2018
Browse files
project: update project files
Change-Id: I92270e4b09d8326031972044f2589cde9a0a8595
parent
04c40d0e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Package.appxmanifest
View file @
83b39a22
<?xml version="1.0" encoding="utf-8"?>
<Package
xmlns=
"http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp=
"http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap=
"http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:uap3=
"http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
IgnorableNamespaces=
"uap uap3 mp"
>
<Identity
Name=
"Savoir-faireLinux.GNURing"
Publisher=
"CN=8121A5F7-3CA1-4CAA-92B2-4F595B011941"
Version=
"1.0.1.0"
/>
<Identity
Name=
"Savoir-faireLinux.GNURing"
Publisher=
"CN=8121A5F7-3CA1-4CAA-92B2-4F595B011941"
Version=
"1.0.1
4
.0"
/>
<mp:PhoneIdentity
PhoneProductId=
"2385953f-9019-423d-aa82-d1bbacfa258b"
PhonePublisherId=
"00000000-0000-0000-0000-000000000000"
/>
<Properties>
<DisplayName>
GNU Ring
</DisplayName>
...
...
localization/en-US/Resources.resw
View file @
83b39a22
...
...
@@ -148,7 +148,7 @@
<value>
The Microsoft Windows Runtime client for Ring.
</value>
</data>
<data
name=
"_aboutReleaseTitle_.Text"
xml:space=
"preserve"
>
<value>
Liberté, Égalité, Fraternité!
- Version 1.0
</value>
<value>
In varietate concordia
- Version 1.0
</value>
</data>
<data
name=
"_accountAliasTextBoxUid_.PlaceholderText"
xml:space=
"preserve"
>
<value>
Enter alias
</value>
...
...
ring-client-uwp.vcxproj
View file @
83b39a22
...
...
@@ -142,10 +142,11 @@
<AdditionalOptions>
/bigobj %(AdditionalOptions)
</AdditionalOptions>
<DisableSpecificWarnings>
4453;28204;4267;4129;4973;4018;
</DisableSpecificWarnings>
<AdditionalIncludeDirectories>
contrib\sqlite-win32;contrib\qrencode-win32;..\ring-daemon\MSVC;..\ring-daemon\src\media;..\ring-daemon\src;..\ring-daemon\src\dring;..\ring-daemon\contrib\build\include;..\ring-daemon\contrib\build\include\pjlib;..\ring-daemon\contrib\build\pjproject\third_party\speex\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
SQLITE_OS_WINRT;STATICLIB;RING_UWP;WIN32_NATIVE;_UNICODE;UNICODE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
SQLITE_OS_WINRT;STATICLIB;RING_UWP;WIN32_NATIVE;_UNICODE;UNICODE;
OPENDHT_PROXY_CLIENT=1;OPENDHT_PROXY_SERVER=1;OPENDHT_PUSH_NOTIFICATIONS=1;
%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<WholeProgramOptimization>
false
</WholeProgramOptimization>
<CompileAsWinRT>
true
</CompileAsWinRT>
<CompileAsManaged>
false
</CompileAsManaged>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>
$(SolutionDir)..\ring-daemon\contrib\build\boost\stage\lib;$(SolutionDir)..\ring-daemon\contrib\build\bin\x64;$(SolutionDir)..\ring-daemon\contrib\build\lib\x64;$(SolutionDir)..\ring-daemon\MSVC\x64\ReleaseLib\bin;$(SolutionDir)x64\Release-Lib;$(SolutionDir)contrib\qrencode-win32\vc8\qrcodelib\x64\Release-Lib;%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories>
...
...
@@ -299,10 +300,10 @@
<DeploymentContent>
true
</DeploymentContent>
</None>
<None
Include=
"..\ring-daemon\contrib\build\restbed\dependency\openssl\out32dll\libeay32.dll"
>
<DeploymentContent>
true
</DeploymentContent>
<DeploymentContent
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
true
</DeploymentContent>
</None>
<None
Include=
"..\ring-daemon\contrib\build\restbed\dependency\openssl\out32dll\ssleay32.dll"
>
<DeploymentContent>
true
</DeploymentContent>
<DeploymentContent
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
true
</DeploymentContent>
</None>
<None
Include=
"packages.config"
/>
<None
Include=
"ring-client-uwp_TemporaryKey.pfx"
/>
...
...
ring-client-uwp.vcxproj.filters
View file @
83b39a22
...
...
@@ -9,7 +9,6 @@
<ClCompile
Include=
"MainPage.xaml.cpp"
/>
<ClCompile
Include=
"MessageTextPage.xaml.cpp"
/>
<ClCompile
Include=
"pch.cpp"
/>
<ClCompile
Include=
"RingConsolePanel.xaml.cpp"
/>
<ClCompile
Include=
"SmartPanel.xaml.cpp"
/>
<ClCompile
Include=
"VideoPage.xaml.cpp"
/>
<ClCompile
Include=
"WelcomePage.xaml.cpp"
/>
...
...
@@ -110,7 +109,6 @@
<ClInclude
Include=
"pch.h"
/>
<ClInclude
Include=
"App.xaml.h"
/>
<ClInclude
Include=
"MainPage.xaml.h"
/>
<ClInclude
Include=
"RingConsolePanel.xaml.h"
/>
<ClInclude
Include=
"SmartPanel.xaml.h"
/>
<ClInclude
Include=
"VideoPage.xaml.h"
/>
<ClInclude
Include=
"WelcomePage.xaml.h"
/>
...
...
@@ -328,14 +326,14 @@
<None
Include=
"..\ring-daemon\contrib\build\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\postproc-54.dll"
>
<Filter>
Assets\Dlls
</Filter>
</None>
<None
Include=
"ring-client-uwp_TemporaryKey.pfx"
/>
<None
Include=
"packages.config"
/>
<None
Include=
"..\ring-daemon\contrib\build\restbed\dependency\openssl\out32dll\libeay32.dll"
>
<Filter>
Assets\Dlls
</Filter>
</None>
<None
Include=
"..\ring-daemon\contrib\build\restbed\dependency\openssl\out32dll\ssleay32.dll"
>
<Filter>
Assets\Dlls
</Filter>
</None>
<None
Include=
"ring-client-uwp_TemporaryKey.pfx"
/>
<None
Include=
"packages.config"
/>
</ItemGroup>
<ItemGroup>
<Page
Include=
"Styles.xaml"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment