Change SDL2# project names.

pull/47/head
Ethan Lee 2013-11-04 14:51:16 -05:00
parent 70af91f844
commit f3ae14eb98
4 changed files with 6 additions and 6 deletions

View File

@ -95,8 +95,8 @@ MINITK = \
build: clean
mkdir bin
cp SDL2#.dll.config bin
dmcs /unsafe -debug -out:bin/SDL2#.dll -target:library $(SDL2) $(MINITK) $(DEPS)
cp SDL2-CS.dll.config bin
dmcs /unsafe -debug -out:bin/SDL2-CS.dll -target:library $(SDL2) $(MINITK) $(DEPS)
clean:
rm -rf bin

View File

@ -8,7 +8,7 @@
<ProjectGuid>{85480198-8711-4355-830E-72FD794AD3F6}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>SDL2</RootNamespace>
<AssemblyName>SDL2#</AssemblyName>
<AssemblyName>SDL2-CS</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
@ -158,7 +158,7 @@
<Compile Include="src\LPUtf8StrMarshaler.cs" />
</ItemGroup>
<ItemGroup>
<None Include="SDL2#.dll.config">
<None Include="SDL2-CS.dll.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

View File

@ -1,7 +1,7 @@

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