</ItemGroup>
<ItemGroup>
- <Reference Include="$(AmongUsLatest)/BepInEx/core/*.dll"/>
- <Reference Include="$(AmongUsLatest)/BepInEx/unhollowed/*.dll"/>
+ <Reference Include="$(AmongUs)/BepInEx/core/*.dll"/>
+ <Reference Include="$(AmongUs)/BepInEx/unhollowed/*.dll"/>
</ItemGroup>
<Target Name="CopyCustomContent" AfterTargets="AfterBuild">
<Message Text="Second occurrence" />
<Copy SourceFiles="$(ProjectDir)\bin\$(Configuration)\netstandard2.1\TheOtherRoles.dll" DestinationFolder="$(AmongUsLatest)/BepInEx/plugins/" />
</Target>
-</Project>
\ No newline at end of file
+</Project>