Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-uwp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-uwp
Commits
7224c766
Commit
7224c766
authored
Aug 25, 2016
by
Nicolas Jager
Browse files
Options
Downloads
Patches
Plain Diff
fix: package, solution and project files
Change-Id: I8d94157069d48339dda1b13861eb65a4f9165656
parent
a92f1311
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Package.appxmanifest
+27
-1
27 additions, 1 deletion
Package.appxmanifest
ring-client-uwp.sln
+89
-88
89 additions, 88 deletions
ring-client-uwp.sln
ring-client-uwp.vcxproj
+6
-2
6 additions, 2 deletions
ring-client-uwp.vcxproj
ring-client-uwp.vcxproj.filters
+15
-12
15 additions, 12 deletions
ring-client-uwp.vcxproj.filters
with
137 additions
and
103 deletions
Package.appxmanifest
+
27
−
1
View file @
7224c766
<?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"
IgnorableNamespaces=
"uap mp"
>
<Identity
Name=
"
PackageNameXXXXX
"
Publisher=
"CN=user"
Version=
"1.0.0.0"
/>
<Identity
Name=
"
00000000-0000-0000-0000-000000000000
"
Publisher=
"CN=user"
Version=
"1.0.0.0"
/>
<mp:PhoneIdentity
PhoneProductId=
"2385953f-9019-423d-aa82-d1bbacfa258b"
PhonePublisherId=
"00000000-0000-0000-0000-000000000000"
/>
<Properties>
<DisplayName>
ring-client-uwp
</DisplayName>
...
...
@@ -22,4 +22,30 @@
</uap:VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability
Name=
"allJoyn"
/>
<Capability
Name=
"codeGeneration"
/>
<Capability
Name=
"internetClientServer"
/>
<Capability
Name=
"internetClient"
/>
<Capability
Name=
"privateNetworkClientServer"
/>
<uap:Capability
Name=
"appointments"
/>
<uap:Capability
Name=
"blockedChatMessages"
/>
<uap:Capability
Name=
"chat"
/>
<uap:Capability
Name=
"contacts"
/>
<uap:Capability
Name=
"enterpriseAuthentication"
/>
<uap:Capability
Name=
"musicLibrary"
/>
<uap:Capability
Name=
"objects3D"
/>
<uap:Capability
Name=
"phoneCall"
/>
<uap:Capability
Name=
"picturesLibrary"
/>
<uap:Capability
Name=
"removableStorage"
/>
<uap:Capability
Name=
"sharedUserCertificates"
/>
<uap:Capability
Name=
"userAccountInformation"
/>
<uap:Capability
Name=
"videosLibrary"
/>
<uap:Capability
Name=
"voipCall"
/>
<DeviceCapability
Name=
"bluetooth"
/>
<DeviceCapability
Name=
"location"
/>
<DeviceCapability
Name=
"microphone"
/>
<DeviceCapability
Name=
"proximity"
/>
<DeviceCapability
Name=
"webcam"
/>
</Capabilities>
</Package>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ring-client-uwp.sln
+
89
−
88
View file @
7224c766
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
...
...
This diff is collapsed.
Click to expand it.
ring-client-uwp.vcxproj
+
6
−
2
View file @
7224c766
...
...
@@ -180,7 +180,9 @@
<ClInclude
Include=
"RingConsolePanel.xaml.h"
>
<DependentUpon>
RingConsolePanel.xaml
</DependentUpon>
</ClInclude>
<ClInclude
Include=
"RingD.h"
/>
<ClInclude
Include=
"RingD.h"
>
<ExcludedFromBuild
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</ExcludedFromBuild>
</ClInclude>
<ClInclude
Include=
"RingDebug.h"
/>
<ClInclude
Include=
"SmartPanel.xaml.h"
>
<DependentUpon>
SmartPanel.xaml
</DependentUpon>
...
...
@@ -281,7 +283,9 @@
<ClCompile
Include=
"RingConsolePanel.xaml.cpp"
>
<DependentUpon>
RingConsolePanel.xaml
</DependentUpon>
</ClCompile>
<ClCompile
Include=
"RingD.cpp"
/>
<ClCompile
Include=
"RingD.cpp"
>
<ExcludedFromBuild
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
false
</ExcludedFromBuild>
</ClCompile>
<ClCompile
Include=
"RingDebug.cpp"
/>
<ClCompile
Include=
"SmartPanel.xaml.cpp"
>
<DependentUpon>
SmartPanel.xaml
</DependentUpon>
...
...
This diff is collapsed.
Click to expand it.
ring-client-uwp.vcxproj.filters
+
15
−
12
View file @
7224c766
...
...
@@ -46,10 +46,10 @@
<ClCompile
Include=
"WelcomePage.xaml.cpp"
/>
<ClCompile
Include=
"SmartPanel.xaml.cpp"
/>
<ClCompile
Include=
"RingConsolePanel.xaml.cpp"
/>
<ClCompile
Include=
"
Accoun
t.cpp"
>
<ClCompile
Include=
"
Contac
t.cpp"
>
<Filter>
Model
</Filter>
</ClCompile>
<ClCompile
Include=
"
Contac
t.cpp"
>
<ClCompile
Include=
"
Accoun
t.cpp"
>
<Filter>
Model
</Filter>
</ClCompile>
<ClCompile
Include=
"AccountsViewModel.cpp"
>
...
...
@@ -61,15 +61,15 @@
<ClCompile
Include=
"RingDebug.cpp"
>
<Filter>
Common
</Filter>
</ClCompile>
<ClCompile
Include=
"MessageTextPage.xaml.cpp"
/>
<ClCompile
Include=
"VideoPage.xaml.cpp"
/>
<ClCompile
Include=
"RingD.cpp"
>
<Filter>
Common
</Filter>
</ClCompile>
<ClCompile
Include=
"LoadingPage.xaml.cpp"
/>
<ClCompile
Include=
"MessageTextPage.xaml.cpp"
/>
<ClCompile
Include=
"VideoPage.xaml.cpp"
/>
<ClCompile
Include=
"Wizard.xaml.cpp"
/>
<ClCompile
Include=
"Call.cpp"
>
<Filter>
Model
</Filter>
<Filter>
Common
</Filter>
</ClCompile>
<ClCompile
Include=
"CallsViewModel.cpp"
>
<Filter>
ModelViews
</Filter>
...
...
@@ -82,10 +82,10 @@
<ClInclude
Include=
"WelcomePage.xaml.h"
/>
<ClInclude
Include=
"SmartPanel.xaml.h"
/>
<ClInclude
Include=
"RingConsolePanel.xaml.h"
/>
<ClInclude
Include=
"
Accoun
t.h"
>
<ClInclude
Include=
"
Contac
t.h"
>
<Filter>
Model
</Filter>
</ClInclude>
<ClInclude
Include=
"
Contac
t.h"
>
<ClInclude
Include=
"
Accoun
t.h"
>
<Filter>
Model
</Filter>
</ClInclude>
<ClInclude
Include=
"AccountsViewModel.h"
>
...
...
@@ -100,15 +100,15 @@
<ClInclude
Include=
"Utils.h"
>
<Filter>
Common
</Filter>
</ClInclude>
<ClInclude
Include=
"MessageTextPage.xaml.h"
/>
<ClInclude
Include=
"VideoPage.xaml.h"
/>
<ClInclude
Include=
"RingD.h"
>
<Filter>
Common
</Filter>
</ClInclude>
<ClInclude
Include=
"LoadingPage.xaml.h"
/>
<ClInclude
Include=
"MessageTextPage.xaml.h"
/>
<ClInclude
Include=
"VideoPage.xaml.h"
/>
<ClInclude
Include=
"Wizard.xaml.h"
/>
<ClInclude
Include=
"Call.h"
>
<Filter>
Model
</Filter>
<Filter>
Common
</Filter>
</ClInclude>
<ClInclude
Include=
"CallsViewModel.h"
>
<Filter>
ModelViews
</Filter>
...
...
@@ -137,10 +137,10 @@
<Filter>
Assets
</Filter>
</Image>
<Image
Include=
"Assets\TESTS\contactAvatar.png"
>
<Filter>
Assets
</Filter>
<Filter>
Assets
\TESTS
</Filter>
</Image>
<Image
Include=
"Assets\TESTS\qrcode.png"
>
<Filter>
Assets
</Filter>
<Filter>
Assets
\TESTS
</Filter>
</Image>
</ItemGroup>
<ItemGroup>
...
...
@@ -184,6 +184,9 @@
<Page
Include=
"SmartPanel.xaml"
>
<Filter>
Views
</Filter>
</Page>
<Page
Include=
"SmartPanel.xaml"
>
<Filter>
Views
</Filter>
</Page>
<Page
Include=
"VideoPage.xaml"
>
<Filter>
Views
</Filter>
</Page>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment