1
0
mirror of synced 2025-02-21 04:47:15 +01:00

Remove reference to FDK.MemoryRenderer.dll (#139)

This commit is contained in:
Mr-Ojii 2022-02-08 18:57:47 +09:00 committed by GitHub
parent d1e4197e53
commit 2b0b281ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 21 deletions

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="FDK.MemoryRenderer" version="1.0.0.0"></assemblyIdentity>
</dependentAssembly>
</dependency>
</assembly>

View File

@ -68,9 +68,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<ApplicationManifest>TJAPlayer3.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
@ -93,6 +91,7 @@
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
<Reference Include="Bass.Net">
<HintPath>..\Test\dll\Bass.Net.dll</HintPath>
@ -154,8 +153,6 @@
</Compile>
<None Include="app.config" />
<Compile Include="I18N\ILang.cs" />
<None Include="TJAPlayer3.manifest" />
<None Include="DTXManiaGR.exe.x86.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="FDK.MemoryRenderer" version="1.0.0.0"></assemblyIdentity>
</dependentAssembly>
</dependency>
</assembly>

Binary file not shown.