This commit is contained in:
ConfiG
2023-06-18 21:43:29 +03:00
parent 0058f700c3
commit c0bdb3d4a6
5 changed files with 12 additions and 20 deletions

View File

@@ -2,20 +2,13 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Nullable>disable</Nullable>
<PackProject>true</PackProject>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>bin/</PackageOutputPath>
<PackageOutputPath>./</PackageOutputPath>
<Version>0.2.2.8</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="fmod.cs" />
<Compile Include="fmod_dsp.cs" />
<Compile Include="fmod_errors.cs" />
<Compile Include="fmod_studio.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="runtimes/**" Link="runtimes/%(RecursiveDir)/%(Filename)%(Extension)">
<PackagePath>runtimes/</PackagePath>