We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9258fa5 commit ef2276bCopy full SHA for ef2276b
1 file changed
ValidCode/ValidCode.csproj
@@ -2,6 +2,7 @@
2
<PropertyGroup>
3
<OutputType>library</OutputType>
4
<TargetFramework>net48</TargetFramework>
5
+ <UseWPF>true</UseWPF>
6
<Nullable>enable</Nullable>
7
<LangVersion>latest</LangVersion>
8
</PropertyGroup>
@@ -12,16 +13,9 @@
12
13
14
<ItemGroup>
15
<Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Xaml" />
16
- <Reference Include="WindowsBase" />
17
- <Reference Include="PresentationCore" />
18
- <Reference Include="PresentationFramework" />
19
</ItemGroup>
20
21
22
- <Page Include="Themes\Generic.xaml">
23
- <Generator>MSBuild:Compile</Generator>
24
- <SubType>Designer</SubType>
25
- </Page>
+ <Page Include="Themes\Generic.xaml" Generator="MSBuild:Compile" SubType="Designer" />
26
27
</Project>
0 commit comments