Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Samples/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Suppress C# warning CS8305 across all projects -->
<PropertyGroup>
<NoWarn>$(NoWarn);CS8305</NoWarn>
</PropertyGroup>

<ItemDefinitionGroup>
<ClCompile>
<AdditionalOptions>%(AdditionalOptions) /Qspectre</AdditionalOptions>
Expand Down
3 changes: 1 addition & 2 deletions Samples/WindowsAIFoundry/cs-winui/WindowsAISample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxOSMinVersionReplaceManifestVersion>false</AppxOSMinVersionReplaceManifestVersion>
<AppxOSMaxVersionTestedReplaceManifestVersion>false</AppxOSMaxVersionTestedReplaceManifestVersion>
<!-- Suppress CS8305: Feature is for evaluation purposes only and is subject to change or removal in future updates. -->
<NoWarn>$(NoWarn);8305</NoWarn>

</PropertyGroup>
<ItemGroup>
<None Remove="Controls\ModelInitializationControl.xaml" />
Expand Down