fmod xd
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user