2025-11-01 23:26:25 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
2025-11-02 11:43:21 +08:00
|
|
|
|
<DuckovPath>D:\steam\steamapps\common\Escape from Duckov</DuckovPath>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
2025-11-01 23:26:25 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2025-11-02 11:43:21 +08:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
|
|
<OutputPath>D:\steam\steamapps\common\Escape from Duckov\Duckov_Data\Mods\HitFeedback</OutputPath>
|
|
|
|
|
|
<GenerateDependencyFile>false</GenerateDependencyFile>
|
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="$(DuckovPath)\Duckov_Data\Managed\TeamSoda.*" Private="False" />
|
|
|
|
|
|
<Reference Include="$(DuckovPath)\Duckov_Data\Managed\ItemStatsSystem.dll" Private="False" />
|
|
|
|
|
|
<Reference Include="$(DuckovPath)\Duckov_Data\Managed\Unity*" Private="False" />
|
|
|
|
|
|
<Reference Include="$(DuckovPath)\Duckov_Data\Managed\FMODUnity.dll" Private="False" />
|
|
|
|
|
|
</ItemGroup>
|
2025-11-01 23:26:25 +08:00
|
|
|
|
</Project>
|