-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
17 lines (14 loc) · 737 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
17 lines (14 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Copyright>Copyright © tom-englert.de 2019-2023. Distributed under the MIT License.</Copyright>
<Product>SplashScreen.Fody</Product>
<Version>2.3.0</Version>
<Description>Lets you design your WPF splash screen as a WPF Control instead of a static bitmap</Description>
<WeaverTargetFramework>netstandard2.0</WeaverTargetFramework>
<WeaverNugetFolder>netstandardweaver</WeaverNugetFolder>
<!-- work around https://github.com/dotnet/msbuild/issues/4303 -->
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies>
</PropertyGroup>
<Import Project="Common.props" />
</Project>