mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-25 18:16:35 +00:00
just use one Lib folder for dlls
This commit is contained in:
parent
7611711206
commit
e9941ca46a
@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<OwmlDir>$(AppData)\OuterWildsModManager\OWML</OwmlDir>
|
||||
<UnityAssetsDir>$(SolutionDir)\qsb-unityproject\Assets</UnityAssetsDir>
|
||||
|
@ -18,6 +18,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.457" IncludeAssets="compile" />
|
||||
<Reference Include="../Mirror/*.dll" />
|
||||
<Reference Include="..\Lib\*.dll" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
@ -19,6 +19,6 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.457" />
|
||||
<PackageReference Include="OWML" Version="2.9.7" />
|
||||
<Reference Include="../Mirror/*.dll" />
|
||||
<Reference Include="..\Lib\*.dll" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
@ -31,8 +31,8 @@
|
||||
<Target Name="copy dlls to unity" AfterTargets="PostBuildEvent" Condition="Exists('$(UnityDllsDir)')">
|
||||
<ItemGroup>
|
||||
<_Files Remove="@(_Files)" />
|
||||
<_Files Include="$(OutputPath)\*.dll" />
|
||||
<_Files Include="$(OutputPath)\*.exe" />
|
||||
<_Files Include="$(OutputPath)/*.dll" />
|
||||
<_Files Include="$(OutputPath)/*.exe" />
|
||||
</ItemGroup>
|
||||
<Copy SourceFiles="@(_Files)" DestinationFolder="$(UnityDllsDir)" />
|
||||
</Target>
|
||||
@ -73,8 +73,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.457" IncludeAssets="compile" />
|
||||
<PackageReference Include="OWML" Version="2.9.7" IncludeAssets="compile" />
|
||||
<Reference Include="..\Mirror\*.dll" />
|
||||
<Reference Include="..\UniTask\*.dll" />
|
||||
<Reference Include="..\Lib\*.dll" />
|
||||
<ProjectReference Include="..\FizzySteamworks\FizzySteamworks.csproj" />
|
||||
<ProjectReference Include="..\SteamRerouter\SteamRerouter.csproj" />
|
||||
<ProjectReference Include="..\MirrorWeaver\MirrorWeaver.csproj" ReferenceOutputAssembly="false" />
|
||||
|
Loading…
Reference in New Issue
Block a user