Skip to content

Commit

Permalink
Update Animations Project
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jan 3, 2020
1 parent bcdb196 commit cdd8c2e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand Down Expand Up @@ -117,8 +117,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Reloaded.Memory" Version="2.6.0" />
<PackageReference Include="Reloaded.WPF.Animations" Version="1.0.5" />
<PackageReference Include="Reloaded.WPF.Theme.Default" Version="2.0.0" />
<PackageReference Include="Reloaded.WPF.Theme.Default" Version="2.0.1" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
<PackageReference Include="System.Management" Version="4.7.0" />
</ItemGroup>
Expand Down Expand Up @@ -167,6 +166,12 @@
<Folder Include="Models\Model\IO\" />
</ItemGroup>

<ItemGroup>
<Reference Include="Xceed.Wpf.Toolkit">
<HintPath>Dependencies\Xceed.Wpf.Toolkit.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<ApplicationDefinition Update="App.xaml">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
Expand Down

0 comments on commit cdd8c2e

Please sign in to comment.