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 @@ ...@@ -14,20 +14,23 @@
<ProjectGuid>{0A82CC4C-9A27-461C-8DB0-A65AC6393748}</ProjectGuid> <ProjectGuid>{0A82CC4C-9A27-461C-8DB0-A65AC6393748}</ProjectGuid>
<RootNamespace>lua511</RootNamespace> <RootNamespace>lua511</RootNamespace>
<Keyword>ManagedCProj</Keyword> <Keyword>ManagedCProj</Keyword>
<ProjectName>lua514</ProjectName> <ProjectName>lua51</ProjectName>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType> <ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<CLRSupport>true</CLRSupport> <CLRSupport>true</CLRSupport>
<PlatformToolset>v90</PlatformToolset>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<WholeProgramOptimization>true</WholeProgramOptimization> <WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType> <ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet> <CharacterSet>Unicode</CharacterSet>
<CLRSupport>false</CLRSupport> <CLRSupport>true</CLRSupport>
<PlatformToolset>v90</PlatformToolset> <PlatformToolset>v90</PlatformToolset>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings"> <ImportGroup Label="ExtensionSettings">
...@@ -71,7 +74,7 @@ ...@@ -71,7 +74,7 @@
<Link> <Link>
<AdditionalDependencies> <AdditionalDependencies>
</AdditionalDependencies> </AdditionalDependencies>
<OutputFile>$(OutDir)lua51.dll</OutputFile> <OutputFile>$(OutDir)$(TargetName).dll</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
<AssemblyDebug>true</AssemblyDebug> <AssemblyDebug>true</AssemblyDebug>
<ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile> <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