Skip to content

Commit ef2276b

Browse files
committed
Simplify
1 parent 9258fa5 commit ef2276b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

ValidCode/ValidCode.csproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>library</OutputType>
44
<TargetFramework>net48</TargetFramework>
5+
<UseWPF>true</UseWPF>
56
<Nullable>enable</Nullable>
67
<LangVersion>latest</LangVersion>
78
</PropertyGroup>
@@ -12,16 +13,9 @@
1213

1314
<ItemGroup>
1415
<Reference Include="Microsoft.CSharp" />
15-
<Reference Include="System.Xaml" />
16-
<Reference Include="WindowsBase" />
17-
<Reference Include="PresentationCore" />
18-
<Reference Include="PresentationFramework" />
1916
</ItemGroup>
2017

2118
<ItemGroup>
22-
<Page Include="Themes\Generic.xaml">
23-
<Generator>MSBuild:Compile</Generator>
24-
<SubType>Designer</SubType>
25-
</Page>
19+
<Page Include="Themes\Generic.xaml" Generator="MSBuild:Compile" SubType="Designer" />
2620
</ItemGroup>
2721
</Project>

0 commit comments

Comments
 (0)