Change SDL2# project names.

This commit is contained in:
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 build: clean
mkdir bin mkdir bin
cp SDL2#.dll.config bin cp SDL2-CS.dll.config bin
dmcs /unsafe -debug -out:bin/SDL2#.dll -target:library $(SDL2) $(MINITK) $(DEPS) dmcs /unsafe -debug -out:bin/SDL2-CS.dll -target:library $(SDL2) $(MINITK) $(DEPS)
clean: clean:
rm -rf bin rm -rf bin

View file

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

View file

@ -1,7 +1,7 @@
 
Microsoft Visual Studio Solution File, Format Version 11.00 Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010 # 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 EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -27,6 +27,6 @@ Global
{85480198-8711-4355-830E-72FD794AD3F6}.Release|x86.Build.0 = Release|x86 {85480198-8711-4355-830E-72FD794AD3F6}.Release|x86.Build.0 = Release|x86
EndGlobalSection EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SDL2#.csproj StartupItem = SDL2-CS.csproj
EndGlobalSection EndGlobalSection
EndGlobal EndGlobal