diff options
Diffstat (limited to 'build/common.targets')
-rw-r--r-- | build/common.targets | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/build/common.targets b/build/common.targets index b5cbbe67..f631633d 100644 --- a/build/common.targets +++ b/build/common.targets @@ -54,8 +54,16 @@ <Reference Include="Microsoft.Xna.Framework.Xact, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86"> <Private>False</Private> </Reference> - + <!-- game DLLs --> + <Reference Include="GalaxyCSharp"> + <HintPath>$(GamePath)\GalaxyCSharp.dll</HintPath> + <Private>False</Private> + </Reference> + <Reference Include="Lidgren.Network"> + <HintPath>$(GamePath)\Lidgren.Network.dll</HintPath> + <Private>False</Private> + </Reference> <Reference Include="Netcode"> <HintPath>$(GamePath)\Netcode.dll</HintPath> <Private Condition="'$(MSBuildProjectName)' != 'StardewModdingAPI.Tests'">False</Private> @@ -79,8 +87,12 @@ <Private>False</Private> <SpecificVersion>False</SpecificVersion> </Reference> - + <!-- game DLLs --> + <Reference Include="Lidgren.Network"> + <HintPath>$(GamePath)\Lidgren.Network.dll</HintPath> + <Private>False</Private> + </Reference> <Reference Include="StardewValley"> <HintPath>$(GamePath)\StardewValley.exe</HintPath> <Private>False</Private> |