init
This commit is contained in:
14
official/DisplayItemValue/DisplayItemValue.csproj
Normal file
14
official/DisplayItemValue/DisplayItemValue.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<!-- This should be the folder that contains Duckov.exe -->
|
||||
<!-- 下面这行里填写你的鸭科夫安装路径,这样编译器就能找到相关的dll文件 -->
|
||||
<DuckovPath>Path/To/Your/Duckov/</DuckovPath>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="$(DuckovPath)\Duckov_Data\Managed\TeamSoda.*" />
|
||||
<Reference Include="$(DuckovPath)\Duckov_Data\Managed\ItemStatsSystem.dll" />
|
||||
<Reference Include="$(DuckovPath)\Duckov_Data\Managed\Unity*" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user