Revert "Remove reference to FDK.MemoryRenderer.dll (#139)"
This reverts commit 2b0b281ddbaf31e80f6fc018fe1eb2b2fb006e81.
This commit is contained in:
parent
16303c969b
commit
ba7c7d1bab
8
TJAPlayer3/DTXManiaGR.exe.x86.manifest
Normal file
8
TJAPlayer3/DTXManiaGR.exe.x86.manifest
Normal 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>
|
@ -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>
|
||||
|
8
TJAPlayer3/TJAPlayer3.manifest
Normal file
8
TJAPlayer3/TJAPlayer3.manifest
Normal 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
BIN
Test/FDK.MemoryRenderer.dll
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user