1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{061B1DD9-815B-437F-8CD6-D20923BC0AF4}</ProjectGuid >
8
- <OutputType >library</OutputType >
4
+ <OutputType >Library</OutputType >
5
+ <TargetFrameworks >net45;netcoreapp3.0</TargetFrameworks >
6
+ <UseWPF >true</UseWPF >
9
7
<RootNamespace >SourceChord.FluentWPF</RootNamespace >
10
- <AssemblyName >FluentWPF</AssemblyName >
11
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12
- <FileAlignment >512</FileAlignment >
13
- <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
- <WarningLevel >4</WarningLevel >
15
- <TargetFrameworkProfile />
16
8
</PropertyGroup >
17
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
- <DebugSymbols >true</DebugSymbols >
19
- <DebugType >full</DebugType >
20
- <Optimize >false</Optimize >
21
- <OutputPath >bin\Debug\</OutputPath >
22
- <DefineConstants >DEBUG;TRACE</DefineConstants >
23
- <ErrorReport >prompt</ErrorReport >
24
- <WarningLevel >4</WarningLevel >
25
- </PropertyGroup >
26
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
- <DebugType >none</DebugType >
28
- <Optimize >true</Optimize >
29
- <OutputPath >bin\Release\</OutputPath >
30
- <DefineConstants >TRACE</DefineConstants >
31
- <ErrorReport >prompt</ErrorReport >
32
- <WarningLevel >4</WarningLevel >
9
+ <PropertyGroup >
10
+ <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
11
+ <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
12
+ <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
13
+ <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
14
+ <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
15
+ <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
16
+ <GenerateAssemblyTrademarkAttribute >false</GenerateAssemblyTrademarkAttribute >
17
+ <GenerateAssemblyCultureAttribute >false</GenerateAssemblyCultureAttribute >
18
+ <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
19
+ <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
20
+
21
+ <PackageProjectUrl >https://github.com/sourcechord/FluentWPF</PackageProjectUrl >
22
+ <PackageIconUrl >https://raw.githubusercontent.com/sourcechord/FluentWPF/master/logo.png</PackageIconUrl >
23
+ <PackageTags >WPF XAML Fluent Design Theme Library</PackageTags >
24
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
25
+ <Version >0.8.0-alpha</Version >
33
26
</PropertyGroup >
34
27
<ItemGroup >
35
- <Reference Include =" System" />
36
- <Reference Include =" System.Data" />
37
- <Reference Include =" System.Xml" />
38
- <Reference Include =" Microsoft.CSharp" />
39
- <Reference Include =" System.Core" />
40
- <Reference Include =" System.Xml.Linq" />
41
- <Reference Include =" System.Data.DataSetExtensions" />
42
- <Reference Include =" System.Net.Http" />
43
- <Reference Include =" System.Xaml" >
44
- <RequiredTargetFramework >4.0</RequiredTargetFramework >
45
- </Reference >
46
- <Reference Include =" WindowsBase" />
47
- <Reference Include =" PresentationCore" />
48
- <Reference Include =" PresentationFramework" />
49
- </ItemGroup >
50
- <ItemGroup >
51
- <Compile Include =" AcrylicContextMenu.cs" />
52
- <Compile Include =" AcrylicPopup.cs" />
53
- <Compile Include =" Animations\BrushAnimation.cs" />
54
- <Compile Include =" Extensions.cs" />
55
- <Compile Include =" Resources\ResourceDictionaryEx.cs" />
56
- <Compile Include =" Resources\SystemTheme.cs" />
57
- <Compile Include =" Resources\ThemeHandler.cs" />
58
- <Compile Include =" Utility\AcrylicHelper.cs" />
59
- <Compile Include =" Utility\IconHelper.cs" />
60
- <Compile Include =" Utility\SystemInfo.cs" />
61
- <Compile Include =" Utility\VersionInfo.cs" />
62
- <Compile Include =" Utility\VersionInfos.cs" />
63
- <Page Include =" Styles\Button.xaml" >
64
- <SubType >Designer</SubType >
65
- <Generator >MSBuild:Compile</Generator >
66
- </Page >
67
- <Page Include =" Styles\Brushes.xaml" >
68
- <SubType >Designer</SubType >
69
- <Generator >MSBuild:Compile</Generator >
70
- </Page >
71
- <Page Include =" Styles\Colors.xaml" >
72
- <SubType >Designer</SubType >
73
- <Generator >MSBuild:Compile</Generator >
74
- </Page >
75
- <Page Include =" Styles\Controls.xaml" >
76
- <SubType >Designer</SubType >
77
- <Generator >MSBuild:Compile</Generator >
78
- </Page >
79
- <Page Include =" Styles\ListBox.xaml" >
80
- <SubType >Designer</SubType >
81
- <Generator >MSBuild:Compile</Generator >
82
- </Page >
83
- <Page Include =" Styles\Menu.xaml" >
84
- <SubType >Designer</SubType >
85
- <Generator >MSBuild:Compile</Generator >
86
- </Page >
87
- <Page Include =" Styles\ScrollBar.xaml" >
88
- <SubType >Designer</SubType >
89
- <Generator >MSBuild:Compile</Generator >
90
- </Page >
91
- <Page Include =" Styles\TextBox.xaml" >
92
- <SubType >Designer</SubType >
93
- <Generator >MSBuild:Compile</Generator >
94
- </Page >
95
- <Page Include =" Styles\Window.xaml" >
96
- <SubType >Designer</SubType >
97
- <Generator >MSBuild:Compile</Generator >
98
- </Page >
99
- <Page Include =" Themes\Generic.xaml" >
100
- <Generator >MSBuild:Compile</Generator >
101
- <SubType >Designer</SubType >
102
- </Page >
103
- <Compile Include =" Resources\AccentColors.cs" />
104
- <Compile Include =" AcrylicBrush.cs" />
105
- <Compile Include =" AcrylicPanel.cs" />
106
- <Compile Include =" AcrylicWindow.cs" />
107
- </ItemGroup >
108
- <ItemGroup >
109
- <Compile Include =" DropShadowPanel.cs" />
110
- <Compile Include =" ParallaxView.cs" />
111
- <Compile Include =" PointerTracker.cs" />
112
- <Compile Include =" Properties\AssemblyInfo.cs" >
113
- <SubType >Code</SubType >
114
- </Compile >
115
- <Compile Include =" Properties\Resources.Designer.cs" >
116
- <AutoGen >True</AutoGen >
117
- <DesignTime >True</DesignTime >
118
- <DependentUpon >Resources.resx</DependentUpon >
119
- </Compile >
120
- <Compile Include =" Properties\Settings.Designer.cs" >
121
- <AutoGen >True</AutoGen >
122
- <DependentUpon >Settings.settings</DependentUpon >
123
- <DesignTimeSharedInput >True</DesignTimeSharedInput >
124
- </Compile >
125
- <EmbeddedResource Include =" Properties\Resources.resx" >
126
- <Generator >ResXFileCodeGenerator</Generator >
127
- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
128
- </EmbeddedResource >
129
- <None Include =" FluentWPF.nuspec" />
130
- <None Include =" Properties\Settings.settings" >
131
- <Generator >SettingsSingleFileGenerator</Generator >
132
- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
28
+ <None Remove =" Assets\Images\noise.png" />
29
+ <None Remove =" Assets\Images\noiseBlack.png" />
30
+ <None Remove =" Assets\Images\noiseWhite.png" />
31
+ <None Remove =" Styles\Brushes.xaml" />
32
+ <None Remove =" Styles\Button.xaml" />
33
+ <None Remove =" Styles\Colors.Dark.xaml" />
34
+ <None Remove =" Styles\Colors.Light.xaml" />
35
+ <None Remove =" Styles\Colors.xaml" />
36
+ <None Remove =" Styles\Controls.xaml" />
37
+ <None Remove =" Styles\ListBox.xaml" />
38
+ <None Remove =" Styles\Menu.xaml" />
39
+ <None Remove =" Styles\ScrollBar.xaml" />
40
+ <None Remove =" Styles\TextBox.xaml" />
41
+ <None Remove =" Styles\Window.xaml" />
42
+ <None Remove =" Themes\Generic.xaml" />
43
+ <None Include =" ..\LICENSE" >
44
+ <Pack >True</Pack >
45
+ <PackagePath ></PackagePath >
133
46
</None >
134
- <Page Include =" Styles\Colors.Dark.xaml" >
135
- <Generator >MSBuild:Compile</Generator >
136
- <SubType >Designer</SubType >
137
- </Page >
138
- <Page Include =" Styles\Colors.Light.xaml" >
139
- <Generator >MSBuild:Compile</Generator >
140
- <SubType >Designer</SubType >
141
- </Page >
142
47
</ItemGroup >
48
+
143
49
<ItemGroup >
144
50
<Resource Include =" Assets\Images\noise.png" />
145
- </ItemGroup >
146
- <ItemGroup >
147
- <Resource Include =" Assets\Images\noiseWhite.png" />
148
- </ItemGroup >
149
- <ItemGroup >
150
51
<Resource Include =" Assets\Images\noiseBlack.png" />
52
+ <Resource Include =" Assets\Images\noiseWhite.png" />
151
53
</ItemGroup >
152
- <ItemGroup />
153
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54
+
154
55
</Project >
0 commit comments