blob: edd60f8904f2e2cbe528da7e93ee922424a09f5c [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" />
Nicolas Jagera92f1312016-08-25 08:01:22 -0400163 <ClInclude Include="Call.h" />
164 <ClInclude Include="CallsViewModel.h" />
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400165 <ClInclude Include="Contact.h" />
166 <ClInclude Include="ContactsViewModel.h" />
Nicolas Jager58c70b02016-08-26 09:50:45 -0400167 <ClInclude Include="Conversation.h" />
atraczyk61b28422016-08-24 09:25:59 -0400168 <ClInclude Include="LoadingPage.xaml.h">
169 <DependentUpon>LoadingPage.xaml</DependentUpon>
170 </ClInclude>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400171 <ClInclude Include="MessageTextPage.xaml.h">
172 <DependentUpon>MessageTextPage.xaml</DependentUpon>
173 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400174 <ClInclude Include="pch.h" />
175 <ClInclude Include="App.xaml.h">
176 <DependentUpon>App.xaml</DependentUpon>
177 </ClInclude>
178 <ClInclude Include="MainPage.xaml.h">
179 <DependentUpon>MainPage.xaml</DependentUpon>
180 </ClInclude>
181 <ClInclude Include="RingConsolePanel.xaml.h">
182 <DependentUpon>RingConsolePanel.xaml</DependentUpon>
183 </ClInclude>
Nicolas Jager7224c762016-08-25 10:06:53 -0400184 <ClInclude Include="RingD.h">
185 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
186 </ClInclude>
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400187 <ClInclude Include="RingDebug.h" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400188 <ClInclude Include="SmartPanel.xaml.h">
189 <DependentUpon>SmartPanel.xaml</DependentUpon>
190 </ClInclude>
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400191 <ClInclude Include="Utils.h" />
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400192 <ClInclude Include="VideoPage.xaml.h">
193 <DependentUpon>VideoPage.xaml</DependentUpon>
194 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400195 <ClInclude Include="WelcomePage.xaml.h">
196 <DependentUpon>WelcomePage.xaml</DependentUpon>
197 </ClInclude>
atraczyk61b28422016-08-24 09:25:59 -0400198 <ClInclude Include="Wizard.xaml.h">
199 <DependentUpon>Wizard.xaml</DependentUpon>
200 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400201 </ItemGroup>
202 <ItemGroup>
203 <ApplicationDefinition Include="App.xaml">
204 <SubType>Designer</SubType>
205 </ApplicationDefinition>
atraczyk61b28422016-08-24 09:25:59 -0400206 <Page Include="LoadingPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400207 <Page Include="MainPage.xaml">
208 <SubType>Designer</SubType>
209 </Page>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400210 <Page Include="MessageTextPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400211 <Page Include="RingConsolePanel.xaml" />
212 <Page Include="SmartPanel.xaml" />
213 <Page Include="Styles.xaml" />
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400214 <Page Include="VideoPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400215 <Page Include="WelcomePage.xaml" />
atraczyk61b28422016-08-24 09:25:59 -0400216 <Page Include="Wizard.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400217 </ItemGroup>
218 <ItemGroup>
219 <AppxManifest Include="Package.appxmanifest">
220 <SubType>Designer</SubType>
221 </AppxManifest>
222 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avcodec-57.dll">
223 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
224 </None>
225 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avdevice-57.dll">
226 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
227 </None>
228 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avfilter-6.dll">
229 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
230 </None>
231 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avformat-57.dll">
232 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
233 </None>
234 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avutil-55.dll">
235 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
236 </None>
237 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\swresample-2.dll">
238 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
239 </None>
240 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\swscale-4.dll">
241 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
242 </None>
243 <None Include="ring-client-uwp_TemporaryKey.pfx" />
244 </ItemGroup>
245 <ItemGroup>
246 <Image Include="Assets\LockScreenLogo.scale-200.png" />
247 <Image Include="Assets\SplashScreen.scale-200.png" />
248 <Image Include="Assets\Square150x150Logo.scale-200.png" />
249 <Image Include="Assets\Square44x44Logo.scale-200.png" />
250 <Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
251 <Image Include="Assets\StoreLogo.png" />
252 <Image Include="Assets\TESTS\contactAvatar.png" />
253 <Image Include="Assets\TESTS\qrcode.png" />
254 <Image Include="Assets\Wide310x150Logo.scale-200.png" />
255 </ItemGroup>
256 <ItemGroup>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400257 <ClCompile Include="Account.cpp" />
258 <ClCompile Include="AccountsViewModel.cpp" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400259 <ClCompile Include="App.xaml.cpp">
260 <DependentUpon>App.xaml</DependentUpon>
261 <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>
262 </ClCompile>
Nicolas Jagera92f1312016-08-25 08:01:22 -0400263 <ClCompile Include="Call.cpp" />
264 <ClCompile Include="CallsViewModel.cpp" />
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400265 <ClCompile Include="Contact.cpp" />
266 <ClCompile Include="ContactsViewModel.cpp" />
Nicolas Jager58c70b02016-08-26 09:50:45 -0400267 <ClCompile Include="Conversation.cpp" />
atraczyk61b28422016-08-24 09:25:59 -0400268 <ClCompile Include="LoadingPage.xaml.cpp">
269 <DependentUpon>LoadingPage.xaml</DependentUpon>
270 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400271 <ClCompile Include="MainPage.xaml.cpp">
272 <DependentUpon>MainPage.xaml</DependentUpon>
273 </ClCompile>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400274 <ClCompile Include="MessageTextPage.xaml.cpp">
275 <DependentUpon>MessageTextPage.xaml</DependentUpon>
276 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400277 <ClCompile Include="pch.cpp">
278 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
279 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
280 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
281 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
282 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
283 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
284 </ClCompile>
285 <ClCompile Include="RingConsolePanel.xaml.cpp">
286 <DependentUpon>RingConsolePanel.xaml</DependentUpon>
287 </ClCompile>
Nicolas Jager7224c762016-08-25 10:06:53 -0400288 <ClCompile Include="RingD.cpp">
289 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
290 </ClCompile>
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400291 <ClCompile Include="RingDebug.cpp" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400292 <ClCompile Include="SmartPanel.xaml.cpp">
293 <DependentUpon>SmartPanel.xaml</DependentUpon>
294 </ClCompile>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400295 <ClCompile Include="VideoPage.xaml.cpp">
296 <DependentUpon>VideoPage.xaml</DependentUpon>
297 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400298 <ClCompile Include="WelcomePage.xaml.cpp">
299 <DependentUpon>WelcomePage.xaml</DependentUpon>
300 </ClCompile>
atraczyk61b28422016-08-24 09:25:59 -0400301 <ClCompile Include="Wizard.xaml.cpp">
302 <DependentUpon>Wizard.xaml</DependentUpon>
303 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400304 </ItemGroup>
305 <ItemGroup>
306 <PRIResource Include="localization\Fr-fr\Resources.resw" />
307 <PRIResource Include="localization\US-en\Resources.resw" />
308 </ItemGroup>
309 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
310 <ImportGroup Label="ExtensionTargets">
311 </ImportGroup>
312</Project>