File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 27
27
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
28
28
<DebugSymbols >true</DebugSymbols >
29
29
<OutputPath >bin\x86\Debug\</OutputPath >
30
- <DefineConstants >$(DefineConstants);DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
30
+ <DefineConstants >$(DefineConstants);DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
31
31
<DebugType >full</DebugType >
32
32
<PlatformTarget >x86</PlatformTarget >
33
33
<UseVSHostingProcess >false</UseVSHostingProcess >
123
123
<PackageReference Include =" Microsoft.UI.Xaml" >
124
124
<Version >2.7.0</Version >
125
125
</PackageReference >
126
+ <PackageReference Include =" PolySharp" Version =" 1.13.1" >
127
+ <PrivateAssets >all</PrivateAssets >
128
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
129
+ </PackageReference >
126
130
</ItemGroup >
127
131
128
132
<PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' " >
You can’t perform that action at this time.
0 commit comments