Commit e29938e3 authored by capresti@gmail.com's avatar capresti@gmail.com
Browse files

- Renamed the project to lua51, enabled CLR support

git-svn-id: http://luainterface.googlecode.com/svn/trunk@23 63eb109e-e254-0410-a61e-ed0b8f8614f5
parent e83d2251
......@@ -14,20 +14,23 @@
<ProjectGuid>{0A82CC4C-9A27-461C-8DB0-A65AC6393748}</ProjectGuid>
<RootNamespace>lua511</RootNamespace>
<Keyword>ManagedCProj</Keyword>
<ProjectName>lua514</ProjectName>
<ProjectName>lua51</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<CLRSupport>true</CLRSupport>
<PlatformToolset>v90</PlatformToolset>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<CLRSupport>false</CLRSupport>
<CLRSupport>true</CLRSupport>
<PlatformToolset>v90</PlatformToolset>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
......@@ -71,7 +74,7 @@
<Link>
<AdditionalDependencies>
</AdditionalDependencies>
<OutputFile>$(OutDir)lua51.dll</OutputFile>
<OutputFile>$(OutDir)$(TargetName).dll</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AssemblyDebug>true</AssemblyDebug>
<ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment