-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Expand file tree
/
Copy pathMahAppsDragablzDemo.csproj
More file actions
29 lines (29 loc) · 1.31 KB
/
MahAppsDragablzDemo.csproj
File metadata and controls
29 lines (29 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net472;net8.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<AssemblyTitle>MahMaterialDragablzMashUp</AssemblyTitle>
<Product>MahMaterialDragablzMashUp</Product>
<Prefer32Bit Condition="'$(TargetFramework)' == 'net472'">true</Prefer32Bit>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\MaterialDesignColors.Wpf\MaterialDesignColors.Wpf.csproj" />
<ProjectReference Include="..\MaterialDesignThemes.MahApps\MaterialDesignThemes.MahApps.csproj" />
<ProjectReference Include="..\MaterialDesignThemes.Wpf\MaterialDesignThemes.Wpf.csproj" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\ProfilePic.jpg" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dragablz" />
<PackageReference Include="MahApps.Metro" />
<PackageReference Include="ShowMeTheXAML" />
<PackageReference Include="ShowMeTheXAML.AvalonEdit" />
<PackageReference Include="ShowMeTheXAML.MSBuild" />
</ItemGroup>
</Project>