Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
8f82911c
Commit
8f82911c
authored
Aug 26, 2014
by
Vinicius Jarina
Browse files
Added missing csproj.
parent
8cb6a886
Changes
1
Show whitespace changes
Inline
Side-by-side
NLuaTest/NLuaTest.35.csproj
0 → 100755
View file @
8f82911c
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"4.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<ProjectGuid>
{D5FCADFA-5047-40C2-B392-256875862920}
</ProjectGuid>
<OutputType>
Library
</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
NLuaTest
</RootNamespace>
<AssemblyName>
NLuaTest
</AssemblyName>
<FileAlignment>
512
</FileAlignment>
<ReleaseVersion>
2.x
</ReleaseVersion>
<TargetFrameworkVersion>
v3.5
</TargetFrameworkVersion>
<TargetFrameworkProfile
/>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<DebugSymbols>
True
</DebugSymbols>
<DebugType>
full
</DebugType>
<Optimize>
False
</Optimize>
<OutputPath>
..\tests\
</OutputPath>
<DefineConstants>
TRACE;DEBUG;NET_3_5
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<DebugType>
pdbonly
</DebugType>
<Optimize>
True
</Optimize>
<OutputPath>
..\tests\
</OutputPath>
<DefineConstants>
TRACE;NET_3_5
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'DebugKopiLua|AnyCPU'"
>
<DebugSymbols>
true
</DebugSymbols>
<OutputPath>
bin\DebugKopiLua\
</OutputPath>
<DefineConstants>
TRACE;DEBUG;NET_3_5
</DefineConstants>
<DebugType>
full
</DebugType>
<PlatformTarget>
AnyCPU
</PlatformTarget>
<ErrorReport>
prompt
</ErrorReport>
<CodeAnalysisRuleSet>
MinimumRecommendedRules.ruleset
</CodeAnalysisRuleSet>
<WarningLevel>
4
</WarningLevel>
<Optimize>
false
</Optimize>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'ReleaseKopiLua|AnyCPU'"
>
<OutputPath>
..\tests\
</OutputPath>
<WarningLevel>
4
</WarningLevel>
<Optimize>
true
</Optimize>
<DefineConstants>
NET_3_5
</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"
>
<HintPath>
..\packages\NUnit.2.6.2\lib\nunit.framework.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"..\tests\Entity.cs"
>
<Link>
Entity.cs
</Link>
</Compile>
<Compile
Include=
"..\tests\LuaTests.cs"
>
<Link>
LuaTests.cs
</Link>
</Compile>
<Compile
Include=
"..\tests\TestLua.cs"
>
<Link>
TestLua.cs
</Link>
</Compile>
<Compile
Include=
"..\tests\Core.cs"
>
<Link>
Core.cs
</Link>
</Compile>
<Compile
Include=
"LoadFileTests.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"AAACodeGenTests.cs"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"packages.config"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\Core\KeraLua\src\KeraLua.Net35.csproj"
>
<Project>
{47153754-10f5-44d8-b578-f5a32b69061a}
</Project>
<Name>
KeraLua.Net35
</Name>
</ProjectReference>
<ProjectReference
Include=
"..\Core\KopiLua\KopiLua\KopiLua.Net35.csproj"
>
<Project>
{e8ddbc21-ef74-4aba-9c49-bfc702be25d8}
</Project>
<Name>
KopiLua.Net35
</Name>
</ProjectReference>
<ProjectReference
Include=
"..\Core\NLua\NLua.Net35.csproj"
>
<Project>
{f55cabbb-4108-4a39-94e1-581fd46dc021}
</Project>
<Name>
NLua.Net35
</Name>
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment