SDL2-CS.dll.config -> app.config

This commit is contained in:
Ethan Lee 2019-10-27 01:31:27 -04:00
parent 99a3123c42
commit dc9d98a075
4 changed files with 4 additions and 8 deletions

View file

@ -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:

View file

@ -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>

View file

@ -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" />