Skip to content

Commit 777c862

Browse files
committed
build: Disable XAML fuzzy matching
1 parent 4784666 commit 777c862

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Directory.Build.props

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<UnoEnableXamlFuzzyMatching>false</UnoEnableXamlFuzzyMatching>
4+
</PropertyGroup>
5+
</Project>

samples/Directory.Build.props

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<Project ToolsVersion="15.0">
2+
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
3+
24
<PropertyGroup>
35
<LangVersion>latest</LangVersion>
46
<IsPackable>false</IsPackable>

src/Directory.Build.props

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<Project ToolsVersion="15.0">
2+
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
3+
24
<PropertyGroup>
35
<DebugType>portable</DebugType>
46
<DebugSymbols>True</DebugSymbols>

0 commit comments

Comments
 (0)