Skip to content

Commit

Permalink
Csproj stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pheonix99 committed Mar 10, 2023
1 parent 55fb07b commit 17b83f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ToggleableThrowingWeapons/ToggleableThrowingWeapons.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\ILRepack.MSBuild.Task.2.0.13\build\ILRepack.MSBuild.Task.props" Condition="Exists('..\packages\ILRepack.MSBuild.Task.2.0.13\build\ILRepack.MSBuild.Task.props')" />
<Import Project="..\packages\Aze.Publicise.MSBuild.Task.1.1.0\build\Aze.Publicise.MSBuild.Task.props" Condition="Exists('..\packages\Aze.Publicise.MSBuild.Task.1.1.0\build\Aze.Publicise.MSBuild.Task.props')" />

<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -35,7 +35,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="ILRepack.MSBuild.Task" Version="2.0.13" />
<PackageReference Include="WW-Blueprint-Core" Version="2.7.8" />
<PackageReference Include="WW-Blueprint-Core" Version="2.8.0" />
</ItemGroup>
<!-- DLL Merging -->
<Target Name="ILRepack" AfterTargets="Build">
Expand All @@ -57,6 +57,7 @@
<Message Text="Publicizing: @(PublicAssembly) into @(RenamedAssembly)" Importance="High" />
<PublicizeTask InputAssemblies="@(Assemblies)" OutputDir="$(SolutionDir)lib/" />
<Move SourceFiles="@(PublicAssembly)" DestinationFiles="@(RenamedAssembly)" />
<Move SourceFiles="$(SolutionDir)lib\Assembly-CSharp_public.hash" DestinationFiles="$(SolutionDir)lib\Assembly-CSharp.hash" />
</Target>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down

0 comments on commit 17b83f8

Please sign in to comment.