mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-03 20:05:40 +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
|
debug: clean-debug
|
||||||
mkdir -p bin/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)
|
mcs /unsafe -debug -out:bin/Debug/SDL2-CS.dll -target:library $(SRC)
|
||||||
|
|
||||||
clean-debug:
|
clean-debug:
|
||||||
|
@ -20,7 +20,7 @@ clean-debug:
|
||||||
|
|
||||||
release: clean-release
|
release: clean-release
|
||||||
mkdir -p bin/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)
|
mcs /unsafe -optimize -out:bin/Release/SDL2-CS.dll -target:library $(SRC)
|
||||||
|
|
||||||
clean-release:
|
clean-release:
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
<Compile Include="src\SDL2_ttf.cs" />
|
<Compile Include="src\SDL2_ttf.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="SDL2-CS.dll.config">
|
<None Include="app.config" />
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</None>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -82,9 +82,7 @@
|
||||||
<Compile Include="src\SDL2_ttf.cs" />
|
<Compile Include="src\SDL2_ttf.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="SDL2-CS.dll.config">
|
<None Include="app.config" />
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</None>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
|
|
Loading…
Reference in a new issue