Skip to content

Commit f3ae14e

Browse files
committed
Change SDL2# project names.
1 parent 70af91f commit f3ae14e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ MINITK = \
9595

9696
build: clean
9797
mkdir bin
98-
cp SDL2#.dll.config bin
99-
dmcs /unsafe -debug -out:bin/SDL2#.dll -target:library $(SDL2) $(MINITK) $(DEPS)
98+
cp SDL2-CS.dll.config bin
99+
dmcs /unsafe -debug -out:bin/SDL2-CS.dll -target:library $(SDL2) $(MINITK) $(DEPS)
100100

101101
clean:
102102
rm -rf bin

SDL2#.csproj renamed to SDL2-CS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectGuid>{85480198-8711-4355-830E-72FD794AD3F6}</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<RootNamespace>SDL2</RootNamespace>
11-
<AssemblyName>SDL2#</AssemblyName>
11+
<AssemblyName>SDL2-CS</AssemblyName>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1414
<DebugSymbols>true</DebugSymbols>
@@ -158,7 +158,7 @@
158158
<Compile Include="src\LPUtf8StrMarshaler.cs" />
159159
</ItemGroup>
160160
<ItemGroup>
161-
<None Include="SDL2#.dll.config">
161+
<None Include="SDL2-CS.dll.config">
162162
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
163163
</None>
164164
</ItemGroup>
File renamed without changes.

SDL2#.sln renamed to SDL2-CS.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDL2#", "SDL2#.csproj", "{85480198-8711-4355-830E-72FD794AD3F6}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDL2-CS", "SDL2-CS.csproj", "{85480198-8711-4355-830E-72FD794AD3F6}"
55
EndProject
66
Global
77
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -27,6 +27,6 @@ Global
2727
{85480198-8711-4355-830E-72FD794AD3F6}.Release|x86.Build.0 = Release|x86
2828
EndGlobalSection
2929
GlobalSection(MonoDevelopProperties) = preSolution
30-
StartupItem = SDL2#.csproj
30+
StartupItem = SDL2-CS.csproj
3131
EndGlobalSection
3232
EndGlobal

0 commit comments

Comments
 (0)