blob: 5625347d156a19c5ecbc39779b4bc0afe90ae466 [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>
atraczyk49822a32016-08-26 17:18:44 -0400140 <WholeProgramOptimization>false</WholeProgramOptimization>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400141 </ClCompile>
142 <Link>
143 <AdditionalLibraryDirectories>$(SolutionDir)..\ring-daemon\contrib\lib\x64;$(SolutionDir)..\ring-daemon\MSVC\x64\ReleaseLib\bin;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
144 </Link>
145 <ProjectReference>
146 <LinkLibraryDependencies>false</LinkLibraryDependencies>
147 </ProjectReference>
148 <Link>
149 <ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
150 </Link>
151 <Link>
152 <AdditionalDependencies>shell32.lib;strmiids.lib;dring.lib;WindowsApp.lib;%(AdditionalDependencies)</AdditionalDependencies>
153 </Link>
154 <Link>
155 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
156 </Link>
157 <Link>
158 <AdditionalOptions>/nodefaultlib:libcmt.lib /ignore:4006,4049,4099 %(AdditionalOptions)</AdditionalOptions>
159 </Link>
160 </ItemDefinitionGroup>
161 <ItemGroup>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400162 <ClInclude Include="Account.h" />
163 <ClInclude Include="AccountsViewModel.h" />
Nicolas Jagera92f1312016-08-25 08:01:22 -0400164 <ClInclude Include="Call.h" />
165 <ClInclude Include="CallsViewModel.h" />
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400166 <ClInclude Include="Contact.h" />
167 <ClInclude Include="ContactsViewModel.h" />
Nicolas Jager58c70b02016-08-26 09:50:45 -0400168 <ClInclude Include="Conversation.h" />
atraczyk61b28422016-08-24 09:25:59 -0400169 <ClInclude Include="LoadingPage.xaml.h">
170 <DependentUpon>LoadingPage.xaml</DependentUpon>
171 </ClInclude>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400172 <ClInclude Include="MessageTextPage.xaml.h">
173 <DependentUpon>MessageTextPage.xaml</DependentUpon>
174 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400175 <ClInclude Include="pch.h" />
176 <ClInclude Include="App.xaml.h">
177 <DependentUpon>App.xaml</DependentUpon>
178 </ClInclude>
179 <ClInclude Include="MainPage.xaml.h">
180 <DependentUpon>MainPage.xaml</DependentUpon>
181 </ClInclude>
182 <ClInclude Include="RingConsolePanel.xaml.h">
183 <DependentUpon>RingConsolePanel.xaml</DependentUpon>
184 </ClInclude>
Nicolas Jager7224c762016-08-25 10:06:53 -0400185 <ClInclude Include="RingD.h">
186 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
187 </ClInclude>
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400188 <ClInclude Include="RingDebug.h" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400189 <ClInclude Include="SmartPanel.xaml.h">
190 <DependentUpon>SmartPanel.xaml</DependentUpon>
191 </ClInclude>
atraczyk49822a32016-08-26 17:18:44 -0400192 <ClInclude Include="UserPreferences.h" />
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400193 <ClInclude Include="Utils.h" />
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400194 <ClInclude Include="VideoPage.xaml.h">
195 <DependentUpon>VideoPage.xaml</DependentUpon>
196 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400197 <ClInclude Include="WelcomePage.xaml.h">
198 <DependentUpon>WelcomePage.xaml</DependentUpon>
199 </ClInclude>
atraczyk61b28422016-08-24 09:25:59 -0400200 <ClInclude Include="Wizard.xaml.h">
201 <DependentUpon>Wizard.xaml</DependentUpon>
202 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400203 </ItemGroup>
204 <ItemGroup>
205 <ApplicationDefinition Include="App.xaml">
206 <SubType>Designer</SubType>
207 </ApplicationDefinition>
atraczyk61b28422016-08-24 09:25:59 -0400208 <Page Include="LoadingPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400209 <Page Include="MainPage.xaml">
210 <SubType>Designer</SubType>
211 </Page>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400212 <Page Include="MessageTextPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400213 <Page Include="RingConsolePanel.xaml" />
214 <Page Include="SmartPanel.xaml" />
215 <Page Include="Styles.xaml" />
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400216 <Page Include="VideoPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400217 <Page Include="WelcomePage.xaml" />
atraczyk61b28422016-08-24 09:25:59 -0400218 <Page Include="Wizard.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400219 </ItemGroup>
220 <ItemGroup>
221 <AppxManifest Include="Package.appxmanifest">
222 <SubType>Designer</SubType>
223 </AppxManifest>
224 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avcodec-57.dll">
225 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
226 </None>
227 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avdevice-57.dll">
228 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
229 </None>
230 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avfilter-6.dll">
231 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
232 </None>
233 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avformat-57.dll">
234 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
235 </None>
236 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avutil-55.dll">
237 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
238 </None>
239 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\swresample-2.dll">
240 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
241 </None>
242 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\swscale-4.dll">
243 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
244 </None>
245 <None Include="ring-client-uwp_TemporaryKey.pfx" />
246 </ItemGroup>
247 <ItemGroup>
248 <Image Include="Assets\LockScreenLogo.scale-200.png" />
249 <Image Include="Assets\SplashScreen.scale-200.png" />
250 <Image Include="Assets\Square150x150Logo.scale-200.png" />
251 <Image Include="Assets\Square44x44Logo.scale-200.png" />
252 <Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
253 <Image Include="Assets\StoreLogo.png" />
254 <Image Include="Assets\TESTS\contactAvatar.png" />
Nicolas Jager5a2c51e2016-09-01 09:42:36 -0400255 <Image Include="Assets\TESTS\logo-ring.scale-125.png" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400256 <Image Include="Assets\TESTS\qrcode.png" />
257 <Image Include="Assets\Wide310x150Logo.scale-200.png" />
258 </ItemGroup>
259 <ItemGroup>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400260 <ClCompile Include="Account.cpp" />
261 <ClCompile Include="AccountsViewModel.cpp" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400262 <ClCompile Include="App.xaml.cpp">
263 <DependentUpon>App.xaml</DependentUpon>
264 <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>
265 </ClCompile>
Nicolas Jagera92f1312016-08-25 08:01:22 -0400266 <ClCompile Include="Call.cpp" />
267 <ClCompile Include="CallsViewModel.cpp" />
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400268 <ClCompile Include="Contact.cpp" />
269 <ClCompile Include="ContactsViewModel.cpp" />
Nicolas Jager58c70b02016-08-26 09:50:45 -0400270 <ClCompile Include="Conversation.cpp" />
atraczyk61b28422016-08-24 09:25:59 -0400271 <ClCompile Include="LoadingPage.xaml.cpp">
272 <DependentUpon>LoadingPage.xaml</DependentUpon>
273 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400274 <ClCompile Include="MainPage.xaml.cpp">
275 <DependentUpon>MainPage.xaml</DependentUpon>
276 </ClCompile>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400277 <ClCompile Include="MessageTextPage.xaml.cpp">
278 <DependentUpon>MessageTextPage.xaml</DependentUpon>
279 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400280 <ClCompile Include="pch.cpp">
281 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
282 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
283 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
284 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
285 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
286 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
287 </ClCompile>
288 <ClCompile Include="RingConsolePanel.xaml.cpp">
289 <DependentUpon>RingConsolePanel.xaml</DependentUpon>
290 </ClCompile>
Nicolas Jager7224c762016-08-25 10:06:53 -0400291 <ClCompile Include="RingD.cpp">
292 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
293 </ClCompile>
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400294 <ClCompile Include="RingDebug.cpp" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400295 <ClCompile Include="SmartPanel.xaml.cpp">
296 <DependentUpon>SmartPanel.xaml</DependentUpon>
297 </ClCompile>
atraczyk49822a32016-08-26 17:18:44 -0400298 <ClCompile Include="UserPreferences.cpp" />
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400299 <ClCompile Include="VideoPage.xaml.cpp">
300 <DependentUpon>VideoPage.xaml</DependentUpon>
301 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400302 <ClCompile Include="WelcomePage.xaml.cpp">
303 <DependentUpon>WelcomePage.xaml</DependentUpon>
304 </ClCompile>
atraczyk61b28422016-08-24 09:25:59 -0400305 <ClCompile Include="Wizard.xaml.cpp">
306 <DependentUpon>Wizard.xaml</DependentUpon>
307 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400308 </ItemGroup>
309 <ItemGroup>
310 <PRIResource Include="localization\Fr-fr\Resources.resw" />
311 <PRIResource Include="localization\US-en\Resources.resw" />
312 </ItemGroup>
313 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
314 <ImportGroup Label="ExtensionTargets">
315 </ImportGroup>
316</Project>