mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 18:15:35 +00:00
SDL2-CS.dll.config -> app.config
This commit is contained in:
parent
99a3123c42
commit
dc9d98a075
4
Makefile
4
Makefile
|
@ -12,7 +12,7 @@ SRC = \
|
|||
|
||||
debug: clean-debug
|
||||
mkdir -p bin/Debug
|
||||
cp SDL2-CS.dll.config bin/Debug
|
||||
cp app.config bin/Debug/SDL2-CS.dll.config
|
||||
mcs /unsafe -debug -out:bin/Debug/SDL2-CS.dll -target:library $(SRC)
|
||||
|
||||
clean-debug:
|
||||
|
@ -20,7 +20,7 @@ clean-debug:
|
|||
|
||||
release: clean-release
|
||||
mkdir -p bin/Release
|
||||
cp SDL2-CS.dll.config bin/Release
|
||||
cp app.config bin/Release/SDL2-CS.dll.config
|
||||
mcs /unsafe -optimize -out:bin/Release/SDL2-CS.dll -target:library $(SRC)
|
||||
|
||||
clean-release:
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
<Compile Include="src\SDL2_ttf.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="SDL2-CS.dll.config">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="app.config" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -82,9 +82,7 @@
|
|||
<Compile Include="src\SDL2_ttf.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="SDL2-CS.dll.config">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="app.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
|
Loading…
Reference in a new issue