|
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
7 | | - <ProjectGuid>{36E0A970-B783-472A-87A6-CE246773001B}</ProjectGuid> |
| 7 | + <ProjectGuid>{D43D178A-DF90-4333-A151-1E5D423F1C40}</ProjectGuid> |
8 | 8 | <OutputType>AppContainerExe</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | | - <RootNamespace>GraphTutorial</RootNamespace> |
11 | | - <AssemblyName>GraphTutorial</AssemblyName> |
| 10 | + <RootNamespace>active_directory_dotnet_native_uwp_v2</RootNamespace> |
| 11 | + <AssemblyName>ADUWPSample</AssemblyName> |
12 | 12 | <DefaultLanguage>en-US</DefaultLanguage> |
13 | 13 | <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier> |
14 | 14 | <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion> |
15 | | - <TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion> |
| 15 | + <TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion> |
16 | 16 | <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion> |
17 | 17 | <FileAlignment>512</FileAlignment> |
18 | 18 | <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
19 | 19 | <WindowsXamlEnableOverview>true</WindowsXamlEnableOverview> |
| 20 | + <PackageCertificateKeyFile>ADUWPSample_TemporaryKey.pfx</PackageCertificateKeyFile> |
| 21 | + <RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers> |
| 22 | + <PackageCertificateThumbprint> |
| 23 | + </PackageCertificateThumbprint> |
20 | 24 | <AppxPackageSigningEnabled>True</AppxPackageSigningEnabled> |
21 | | - <PackageCertificateThumbprint>6EBACE857D759C93B259B796AAE7ADEE824A665B</PackageCertificateThumbprint> |
22 | | - <PackageCertificateKeyFile>GraphTutorial_TemporaryKey.pfx</PackageCertificateKeyFile> |
| 25 | + <GenerateAppInstallerFile>False</GenerateAppInstallerFile> |
| 26 | + <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm> |
| 27 | + <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> |
| 28 | + <AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled> |
| 29 | + <GenerateTestArtifacts>True</GenerateTestArtifacts> |
| 30 | + <AppxBundle>Always</AppxBundle> |
| 31 | + <AppxBundlePlatforms>arm</AppxBundlePlatforms> |
| 32 | + <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks> |
23 | 33 | </PropertyGroup> |
24 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
25 | 35 | <DebugSymbols>true</DebugSymbols> |
|
67 | 77 | <Prefer32Bit>true</Prefer32Bit> |
68 | 78 | <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
69 | 79 | </PropertyGroup> |
70 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'"> |
71 | | - <DebugSymbols>true</DebugSymbols> |
72 | | - <OutputPath>bin\ARM64\Debug\</OutputPath> |
73 | | - <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
74 | | - <NoWarn>;2008</NoWarn> |
75 | | - <DebugType>full</DebugType> |
76 | | - <PlatformTarget>ARM64</PlatformTarget> |
77 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
78 | | - <ErrorReport>prompt</ErrorReport> |
79 | | - <Prefer32Bit>true</Prefer32Bit> |
80 | | - <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
81 | | - </PropertyGroup> |
82 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'"> |
83 | | - <OutputPath>bin\ARM64\Release\</OutputPath> |
84 | | - <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
85 | | - <Optimize>true</Optimize> |
86 | | - <NoWarn>;2008</NoWarn> |
87 | | - <DebugType>pdbonly</DebugType> |
88 | | - <PlatformTarget>ARM64</PlatformTarget> |
89 | | - <UseVSHostingProcess>false</UseVSHostingProcess> |
90 | | - <ErrorReport>prompt</ErrorReport> |
91 | | - <Prefer32Bit>true</Prefer32Bit> |
92 | | - <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
93 | | - </PropertyGroup> |
94 | 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
95 | 81 | <DebugSymbols>true</DebugSymbols> |
96 | 82 | <OutputPath>bin\x64\Debug\</OutputPath> |
|
114 | 100 | <Prefer32Bit>true</Prefer32Bit> |
115 | 101 | <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
116 | 102 | </PropertyGroup> |
117 | | - <PropertyGroup> |
118 | | - <RestoreProjectStyle>PackageReference</RestoreProjectStyle> |
119 | | - </PropertyGroup> |
120 | 103 | <ItemGroup> |
121 | 104 | <Compile Include="App.xaml.cs"> |
122 | 105 | <DependentUpon>App.xaml</DependentUpon> |
123 | 106 | </Compile> |
124 | | - <Compile Include="CalendarPage.xaml.cs"> |
125 | | - <DependentUpon>CalendarPage.xaml</DependentUpon> |
126 | | - </Compile> |
127 | | - <Compile Include="GraphDateTimeTimeZoneConverter.cs" /> |
128 | | - <Compile Include="HomePage.xaml.cs"> |
129 | | - <DependentUpon>HomePage.xaml</DependentUpon> |
130 | | - </Compile> |
| 107 | + <Compile Include="DefaultRedirectUri.cs" /> |
131 | 108 | <Compile Include="MainPage.xaml.cs"> |
132 | 109 | <DependentUpon>MainPage.xaml</DependentUpon> |
133 | 110 | </Compile> |
134 | | - <Compile Include="NewEventPage.xaml.cs"> |
135 | | - <DependentUpon>NewEventPage.xaml</DependentUpon> |
136 | | - </Compile> |
137 | 111 | <Compile Include="Properties\AssemblyInfo.cs" /> |
138 | 112 | </ItemGroup> |
139 | 113 | <ItemGroup> |
140 | 114 | <AppxManifest Include="Package.appxmanifest"> |
141 | 115 | <SubType>Designer</SubType> |
142 | 116 | </AppxManifest> |
| 117 | + <None Include="ADUWPSample_TemporaryKey.pfx" /> |
143 | 118 | </ItemGroup> |
144 | 119 | <ItemGroup> |
145 | 120 | <Content Include="Assets\LargeTile.scale-100.png" /> |
|
200 | 175 | <Generator>MSBuild:Compile</Generator> |
201 | 176 | <SubType>Designer</SubType> |
202 | 177 | </ApplicationDefinition> |
203 | | - <Page Include="CalendarPage.xaml"> |
204 | | - <SubType>Designer</SubType> |
205 | | - <Generator>MSBuild:Compile</Generator> |
206 | | - </Page> |
207 | | - <Page Include="HomePage.xaml"> |
208 | | - <SubType>Designer</SubType> |
209 | | - <Generator>MSBuild:Compile</Generator> |
210 | | - </Page> |
211 | 178 | <Page Include="MainPage.xaml"> |
212 | 179 | <Generator>MSBuild:Compile</Generator> |
213 | 180 | <SubType>Designer</SubType> |
214 | 181 | </Page> |
215 | | - <Page Include="NewEventPage.xaml"> |
216 | | - <SubType>Designer</SubType> |
217 | | - <Generator>MSBuild:Compile</Generator> |
218 | | - </Page> |
219 | 182 | </ItemGroup> |
220 | 183 | <ItemGroup> |
221 | | - <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform"> |
222 | | - <Version>6.2.13</Version> |
| 184 | + <PackageReference Include="Microsoft.Graph"> |
| 185 | + <Version>1.21.0</Version> |
223 | 186 | </PackageReference> |
224 | | - <PackageReference Include="Microsoft.Toolkit.Graph.Controls"> |
225 | | - <Version>6.1.0-preview2</Version> |
| 187 | + <PackageReference Include="Microsoft.Identity.Client"> |
| 188 | + <Version>4.27.0</Version> |
226 | 189 | </PackageReference> |
227 | | - <PackageReference Include="Microsoft.Toolkit.Uwp.Ui.Controls.DataGrid"> |
228 | | - <Version>7.0.0</Version> |
| 190 | + <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform"> |
| 191 | + <Version>6.2.12</Version> |
229 | 192 | </PackageReference> |
230 | 193 | </ItemGroup> |
231 | | - <ItemGroup> |
232 | | - <PRIResource Include="OAuth.resw" /> |
233 | | - </ItemGroup> |
234 | | - <ItemGroup> |
235 | | - <None Include="GraphTutorial_TemporaryKey.pfx" /> |
236 | | - </ItemGroup> |
| 194 | + <ItemGroup /> |
237 | 195 | <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' "> |
238 | 196 | <VisualStudioVersion>14.0</VisualStudioVersion> |
239 | 197 | </PropertyGroup> |
| 198 | + <PropertyGroup> |
| 199 | + <SignAssembly>false</SignAssembly> |
| 200 | + </PropertyGroup> |
| 201 | + <PropertyGroup> |
| 202 | + <AssemblyOriginatorKeyFile> |
| 203 | + </AssemblyOriginatorKeyFile> |
| 204 | + </PropertyGroup> |
240 | 205 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" /> |
241 | 206 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
242 | 207 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments