blob: 091de7b107f9abfd0dace276864f3ee5cf856b2a [file] [log] [blame]
Nicolas Jager998fbd72016-08-08 11:41:28 -04001<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup Label="Globals">
4 <ProjectGuid>{90928671-346F-42E4-934F-7A7A512A2D11}</ProjectGuid>
5 <RootNamespace>ring_client_uwp</RootNamespace>
6 <DefaultLanguage>en-US</DefaultLanguage>
7 <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
8 <AppContainerApplication>true</AppContainerApplication>
9 <ApplicationType>Windows Store</ApplicationType>
10 <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
11 <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
12 <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
13 </PropertyGroup>
14 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
15 <ItemGroup Label="ProjectConfigurations">
16 <ProjectConfiguration Include="Debug|ARM">
17 <Configuration>Debug</Configuration>
18 <Platform>ARM</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Debug|Win32">
21 <Configuration>Debug</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Debug|x64">
25 <Configuration>Debug</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Release|ARM">
29 <Configuration>Release</Configuration>
30 <Platform>ARM</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|Win32">
33 <Configuration>Release</Configuration>
34 <Platform>Win32</Platform>
35 </ProjectConfiguration>
36 <ProjectConfiguration Include="Release|x64">
37 <Configuration>Release</Configuration>
38 <Platform>x64</Platform>
39 </ProjectConfiguration>
40 </ItemGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
42 <ConfigurationType>Application</ConfigurationType>
43 <UseDebugLibraries>true</UseDebugLibraries>
44 <PlatformToolset>v140</PlatformToolset>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
47 <ConfigurationType>Application</ConfigurationType>
48 <UseDebugLibraries>true</UseDebugLibraries>
49 <PlatformToolset>v140</PlatformToolset>
50 </PropertyGroup>
51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
52 <ConfigurationType>Application</ConfigurationType>
53 <UseDebugLibraries>true</UseDebugLibraries>
54 <PlatformToolset>v140</PlatformToolset>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
57 <ConfigurationType>Application</ConfigurationType>
58 <UseDebugLibraries>false</UseDebugLibraries>
59 <WholeProgramOptimization>true</WholeProgramOptimization>
60 <PlatformToolset>v140</PlatformToolset>
61 <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
62 </PropertyGroup>
63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
64 <ConfigurationType>Application</ConfigurationType>
65 <UseDebugLibraries>false</UseDebugLibraries>
66 <WholeProgramOptimization>true</WholeProgramOptimization>
67 <PlatformToolset>v140</PlatformToolset>
68 <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
71 <ConfigurationType>Application</ConfigurationType>
72 <UseDebugLibraries>false</UseDebugLibraries>
73 <WholeProgramOptimization>true</WholeProgramOptimization>
74 <PlatformToolset>v140</PlatformToolset>
75 <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
76 </PropertyGroup>
77 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
78 <ImportGroup Label="ExtensionSettings">
79 </ImportGroup>
80 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
82 </ImportGroup>
83 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
84 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
85 </ImportGroup>
86 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
87 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
88 </ImportGroup>
89 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
90 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91 </ImportGroup>
92 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
93 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
94 </ImportGroup>
95 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
96 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
97 </ImportGroup>
98 <PropertyGroup Label="UserMacros" />
99 <PropertyGroup>
100 <PackageCertificateKeyFile>ring-client-uwp_TemporaryKey.pfx</PackageCertificateKeyFile>
101 </PropertyGroup>
102 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
103 <ClCompile>
104 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
105 <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
106 </ClCompile>
107 </ItemDefinitionGroup>
108 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
109 <ClCompile>
110 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
111 <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
112 </ClCompile>
113 </ItemDefinitionGroup>
114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
115 <ClCompile>
116 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
117 <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
118 <BufferSecurityCheck>true</BufferSecurityCheck>
119 </ClCompile>
120 </ItemDefinitionGroup>
121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122 <ClCompile>
123 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
124 <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
125 </ClCompile>
126 </ItemDefinitionGroup>
127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
128 <ClCompile>
129 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
130 <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings>
131 <AdditionalIncludeDirectories>..\..\ring-daemon\MSVC;..\..\ring-daemon\src\media;..\..\ring-daemon\src;..\..\ring-daemon\src\dring;..\..\ring-daemon\contrib\include;..\..\ring-daemon\contrib\include\pjlib;..\..\ring-daemon\contrib\pjproject\third_party\speex\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
132 </ClCompile>
133 </ItemDefinitionGroup>
134 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
135 <ClCompile>
136 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
137 <DisableSpecificWarnings>4453;28204;4267;4129;4973;4018;</DisableSpecificWarnings>
138 <AdditionalIncludeDirectories>..\ring-daemon\MSVC;..\ring-daemon\src\media;..\ring-daemon\src;..\ring-daemon\src\dring;..\ring-daemon\contrib\include;..\ring-daemon\contrib\include\pjlib;..\ring-daemon\contrib\pjproject\third_party\speex\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
139 <PreprocessorDefinitions>WIN32_NATIVE;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140 </ClCompile>
141 <Link>
142 <AdditionalLibraryDirectories>$(SolutionDir)..\ring-daemon\contrib\lib\x64;$(SolutionDir)..\ring-daemon\MSVC\x64\ReleaseLib\bin;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
143 </Link>
144 <ProjectReference>
145 <LinkLibraryDependencies>false</LinkLibraryDependencies>
146 </ProjectReference>
147 <Link>
148 <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
149 </Link>
150 <Link>
151 <AdditionalDependencies>shell32.lib;strmiids.lib;dring.lib;WindowsApp.lib;%(AdditionalDependencies)</AdditionalDependencies>
152 </Link>
153 <Link>
154 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
155 </Link>
156 <Link>
157 <AdditionalOptions>/nodefaultlib:libcmt.lib /ignore:4006,4049,4099 %(AdditionalOptions)</AdditionalOptions>
158 </Link>
159 </ItemDefinitionGroup>
160 <ItemGroup>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400161 <ClInclude Include="Account.h" />
162 <ClInclude Include="AccountsViewModel.h" />
163 <ClInclude Include="Contact.h" />
164 <ClInclude Include="ContactsViewModel.h" />
atraczyk61b28422016-08-24 09:25:59 -0400165 <ClInclude Include="LoadingPage.xaml.h">
166 <DependentUpon>LoadingPage.xaml</DependentUpon>
167 </ClInclude>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400168 <ClInclude Include="MessageTextPage.xaml.h">
169 <DependentUpon>MessageTextPage.xaml</DependentUpon>
170 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400171 <ClInclude Include="pch.h" />
172 <ClInclude Include="App.xaml.h">
173 <DependentUpon>App.xaml</DependentUpon>
174 </ClInclude>
175 <ClInclude Include="MainPage.xaml.h">
176 <DependentUpon>MainPage.xaml</DependentUpon>
177 </ClInclude>
178 <ClInclude Include="RingConsolePanel.xaml.h">
179 <DependentUpon>RingConsolePanel.xaml</DependentUpon>
180 </ClInclude>
Nicolas Jager32ed1a22016-08-17 08:36:02 -0400181 <ClInclude Include="RingD.h" />
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400182 <ClInclude Include="RingDebug.h" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400183 <ClInclude Include="SmartPanel.xaml.h">
184 <DependentUpon>SmartPanel.xaml</DependentUpon>
185 </ClInclude>
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400186 <ClInclude Include="Utils.h" />
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400187 <ClInclude Include="VideoPage.xaml.h">
188 <DependentUpon>VideoPage.xaml</DependentUpon>
189 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400190 <ClInclude Include="WelcomePage.xaml.h">
191 <DependentUpon>WelcomePage.xaml</DependentUpon>
192 </ClInclude>
atraczyk61b28422016-08-24 09:25:59 -0400193 <ClInclude Include="Wizard.xaml.h">
194 <DependentUpon>Wizard.xaml</DependentUpon>
195 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400196 </ItemGroup>
197 <ItemGroup>
198 <ApplicationDefinition Include="App.xaml">
199 <SubType>Designer</SubType>
200 </ApplicationDefinition>
atraczyk61b28422016-08-24 09:25:59 -0400201 <Page Include="LoadingPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400202 <Page Include="MainPage.xaml">
203 <SubType>Designer</SubType>
204 </Page>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400205 <Page Include="MessageTextPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400206 <Page Include="RingConsolePanel.xaml" />
207 <Page Include="SmartPanel.xaml" />
208 <Page Include="Styles.xaml" />
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400209 <Page Include="VideoPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400210 <Page Include="WelcomePage.xaml" />
atraczyk61b28422016-08-24 09:25:59 -0400211 <Page Include="Wizard.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400212 </ItemGroup>
213 <ItemGroup>
214 <AppxManifest Include="Package.appxmanifest">
215 <SubType>Designer</SubType>
216 </AppxManifest>
217 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avcodec-57.dll">
218 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
219 </None>
220 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avdevice-57.dll">
221 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
222 </None>
223 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avfilter-6.dll">
224 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
225 </None>
226 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avformat-57.dll">
227 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
228 </None>
229 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avutil-55.dll">
230 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
231 </None>
232 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\swresample-2.dll">
233 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
234 </None>
235 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\swscale-4.dll">
236 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
237 </None>
238 <None Include="ring-client-uwp_TemporaryKey.pfx" />
239 </ItemGroup>
240 <ItemGroup>
241 <Image Include="Assets\LockScreenLogo.scale-200.png" />
242 <Image Include="Assets\SplashScreen.scale-200.png" />
243 <Image Include="Assets\Square150x150Logo.scale-200.png" />
244 <Image Include="Assets\Square44x44Logo.scale-200.png" />
245 <Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
246 <Image Include="Assets\StoreLogo.png" />
247 <Image Include="Assets\TESTS\contactAvatar.png" />
248 <Image Include="Assets\TESTS\qrcode.png" />
249 <Image Include="Assets\Wide310x150Logo.scale-200.png" />
250 </ItemGroup>
251 <ItemGroup>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400252 <ClCompile Include="Account.cpp" />
253 <ClCompile Include="AccountsViewModel.cpp" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400254 <ClCompile Include="App.xaml.cpp">
255 <DependentUpon>App.xaml</DependentUpon>
256 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\ring-daemon\MSVC;..\ring-daemon\src\media;..\ring-daemon\src;..\ring-daemon\src\dring;..\ring-daemon\contrib\include;..\ring-daemon\contrib\include\pjlib;..\ring-daemon\contrib\pjproject\third_party\speex\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
257 </ClCompile>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400258 <ClCompile Include="Contact.cpp" />
259 <ClCompile Include="ContactsViewModel.cpp" />
atraczyk61b28422016-08-24 09:25:59 -0400260 <ClCompile Include="LoadingPage.xaml.cpp">
261 <DependentUpon>LoadingPage.xaml</DependentUpon>
262 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400263 <ClCompile Include="MainPage.xaml.cpp">
264 <DependentUpon>MainPage.xaml</DependentUpon>
265 </ClCompile>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400266 <ClCompile Include="MessageTextPage.xaml.cpp">
267 <DependentUpon>MessageTextPage.xaml</DependentUpon>
268 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400269 <ClCompile Include="pch.cpp">
270 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
271 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
272 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
273 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
274 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
275 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
276 </ClCompile>
277 <ClCompile Include="RingConsolePanel.xaml.cpp">
278 <DependentUpon>RingConsolePanel.xaml</DependentUpon>
279 </ClCompile>
Nicolas Jager32ed1a22016-08-17 08:36:02 -0400280 <ClCompile Include="RingD.cpp" />
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400281 <ClCompile Include="RingDebug.cpp" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400282 <ClCompile Include="SmartPanel.xaml.cpp">
283 <DependentUpon>SmartPanel.xaml</DependentUpon>
284 </ClCompile>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400285 <ClCompile Include="VideoPage.xaml.cpp">
286 <DependentUpon>VideoPage.xaml</DependentUpon>
287 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400288 <ClCompile Include="WelcomePage.xaml.cpp">
289 <DependentUpon>WelcomePage.xaml</DependentUpon>
290 </ClCompile>
atraczyk61b28422016-08-24 09:25:59 -0400291 <ClCompile Include="Wizard.xaml.cpp">
292 <DependentUpon>Wizard.xaml</DependentUpon>
293 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400294 </ItemGroup>
295 <ItemGroup>
296 <PRIResource Include="localization\Fr-fr\Resources.resw" />
297 <PRIResource Include="localization\US-en\Resources.resw" />
298 </ItemGroup>
299 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
300 <ImportGroup Label="ExtensionTargets">
301 </ImportGroup>
302</Project>