blob: 656d2c3eeb2733f18a557776c5317ac470ba9204 [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" />
atraczyk61b28422016-08-24 09:25:59 -0400167 <ClInclude Include="LoadingPage.xaml.h">
168 <DependentUpon>LoadingPage.xaml</DependentUpon>
169 </ClInclude>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400170 <ClInclude Include="MessageTextPage.xaml.h">
171 <DependentUpon>MessageTextPage.xaml</DependentUpon>
172 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400173 <ClInclude Include="pch.h" />
174 <ClInclude Include="App.xaml.h">
175 <DependentUpon>App.xaml</DependentUpon>
176 </ClInclude>
177 <ClInclude Include="MainPage.xaml.h">
178 <DependentUpon>MainPage.xaml</DependentUpon>
179 </ClInclude>
180 <ClInclude Include="RingConsolePanel.xaml.h">
181 <DependentUpon>RingConsolePanel.xaml</DependentUpon>
182 </ClInclude>
Nicolas Jager7224c762016-08-25 10:06:53 -0400183 <ClInclude Include="RingD.h">
184 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
185 </ClInclude>
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400186 <ClInclude Include="RingDebug.h" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400187 <ClInclude Include="SmartPanel.xaml.h">
188 <DependentUpon>SmartPanel.xaml</DependentUpon>
189 </ClInclude>
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400190 <ClInclude Include="Utils.h" />
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400191 <ClInclude Include="VideoPage.xaml.h">
192 <DependentUpon>VideoPage.xaml</DependentUpon>
193 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400194 <ClInclude Include="WelcomePage.xaml.h">
195 <DependentUpon>WelcomePage.xaml</DependentUpon>
196 </ClInclude>
atraczyk61b28422016-08-24 09:25:59 -0400197 <ClInclude Include="Wizard.xaml.h">
198 <DependentUpon>Wizard.xaml</DependentUpon>
199 </ClInclude>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400200 </ItemGroup>
201 <ItemGroup>
202 <ApplicationDefinition Include="App.xaml">
203 <SubType>Designer</SubType>
204 </ApplicationDefinition>
atraczyk61b28422016-08-24 09:25:59 -0400205 <Page Include="LoadingPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400206 <Page Include="MainPage.xaml">
207 <SubType>Designer</SubType>
208 </Page>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400209 <Page Include="MessageTextPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400210 <Page Include="RingConsolePanel.xaml" />
211 <Page Include="SmartPanel.xaml" />
212 <Page Include="Styles.xaml" />
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400213 <Page Include="VideoPage.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400214 <Page Include="WelcomePage.xaml" />
atraczyk61b28422016-08-24 09:25:59 -0400215 <Page Include="Wizard.xaml" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400216 </ItemGroup>
217 <ItemGroup>
218 <AppxManifest Include="Package.appxmanifest">
219 <SubType>Designer</SubType>
220 </AppxManifest>
221 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avcodec-57.dll">
222 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
223 </None>
224 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avdevice-57.dll">
225 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
226 </None>
227 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avfilter-6.dll">
228 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
229 </None>
230 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avformat-57.dll">
231 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
232 </None>
233 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avutil-55.dll">
234 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
235 </None>
236 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\swresample-2.dll">
237 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
238 </None>
239 <None Include="..\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\swscale-4.dll">
240 <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
241 </None>
242 <None Include="ring-client-uwp_TemporaryKey.pfx" />
243 </ItemGroup>
244 <ItemGroup>
245 <Image Include="Assets\LockScreenLogo.scale-200.png" />
246 <Image Include="Assets\SplashScreen.scale-200.png" />
247 <Image Include="Assets\Square150x150Logo.scale-200.png" />
248 <Image Include="Assets\Square44x44Logo.scale-200.png" />
249 <Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
250 <Image Include="Assets\StoreLogo.png" />
251 <Image Include="Assets\TESTS\contactAvatar.png" />
252 <Image Include="Assets\TESTS\qrcode.png" />
253 <Image Include="Assets\Wide310x150Logo.scale-200.png" />
254 </ItemGroup>
255 <ItemGroup>
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400256 <ClCompile Include="Account.cpp" />
257 <ClCompile Include="AccountsViewModel.cpp" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400258 <ClCompile Include="App.xaml.cpp">
259 <DependentUpon>App.xaml</DependentUpon>
260 <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>
261 </ClCompile>
Nicolas Jagera92f1312016-08-25 08:01:22 -0400262 <ClCompile Include="Call.cpp" />
263 <ClCompile Include="CallsViewModel.cpp" />
Nicolas Jagerbff5fbb2016-08-18 08:58:56 -0400264 <ClCompile Include="Contact.cpp" />
265 <ClCompile Include="ContactsViewModel.cpp" />
atraczyk61b28422016-08-24 09:25:59 -0400266 <ClCompile Include="LoadingPage.xaml.cpp">
267 <DependentUpon>LoadingPage.xaml</DependentUpon>
268 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400269 <ClCompile Include="MainPage.xaml.cpp">
270 <DependentUpon>MainPage.xaml</DependentUpon>
271 </ClCompile>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400272 <ClCompile Include="MessageTextPage.xaml.cpp">
273 <DependentUpon>MessageTextPage.xaml</DependentUpon>
274 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400275 <ClCompile Include="pch.cpp">
276 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
277 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
278 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
279 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
280 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
281 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
282 </ClCompile>
283 <ClCompile Include="RingConsolePanel.xaml.cpp">
284 <DependentUpon>RingConsolePanel.xaml</DependentUpon>
285 </ClCompile>
Nicolas Jager7224c762016-08-25 10:06:53 -0400286 <ClCompile Include="RingD.cpp">
287 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
288 </ClCompile>
Nicolas Jagereeef17c2016-08-16 10:21:54 -0400289 <ClCompile Include="RingDebug.cpp" />
Nicolas Jager998fbd72016-08-08 11:41:28 -0400290 <ClCompile Include="SmartPanel.xaml.cpp">
291 <DependentUpon>SmartPanel.xaml</DependentUpon>
292 </ClCompile>
Nicolas Jager8a85e1f2016-08-15 15:11:06 -0400293 <ClCompile Include="VideoPage.xaml.cpp">
294 <DependentUpon>VideoPage.xaml</DependentUpon>
295 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400296 <ClCompile Include="WelcomePage.xaml.cpp">
297 <DependentUpon>WelcomePage.xaml</DependentUpon>
298 </ClCompile>
atraczyk61b28422016-08-24 09:25:59 -0400299 <ClCompile Include="Wizard.xaml.cpp">
300 <DependentUpon>Wizard.xaml</DependentUpon>
301 </ClCompile>
Nicolas Jager998fbd72016-08-08 11:41:28 -0400302 </ItemGroup>
303 <ItemGroup>
304 <PRIResource Include="localization\Fr-fr\Resources.resw" />
305 <PRIResource Include="localization\US-en\Resources.resw" />
306 </ItemGroup>
307 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
308 <ImportGroup Label="ExtensionTargets">
309 </ImportGroup>
310</Project>