1
0
mirror of synced 2025-02-17 19:09:25 +01:00

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

This reverts commit 2b0b281ddbaf31e80f6fc018fe1eb2b2fb006e81.
This commit is contained in:
0aubsq 2022-04-09 02:59:37 +02:00
parent 16303c969b
commit ba7c7d1bab
4 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,8 @@
<?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,7 +68,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup />
<PropertyGroup>
<ApplicationManifest>TJAPlayer3.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
@ -91,7 +93,6 @@
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
<Reference Include="Bass.Net">
<HintPath>..\Test\dll\Bass.Net.dll</HintPath>
@ -164,6 +165,8 @@
</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

@ -0,0 +1,8 @@
<?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>

BIN
Test/FDK.MemoryRenderer.dll Normal file

Binary file not shown.