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
52701f10
Commit
52701f10
authored
Sep 25, 2014
by
Vinicius Jarina
Browse files
Added missing USE_KOPILUA in 3.5 projects
parent
1cf2cb54
Changes
1
Hide whitespace changes
Inline
Side-by-side
NLuaTest/NLuaTest.35.csproj
View file @
52701f10
...
...
@@ -33,7 +33,7 @@
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'DebugKopiLua|AnyCPU'"
>
<DebugSymbols>
true
</DebugSymbols>
<OutputPath>
bin\DebugKopiLua\
</OutputPath>
<DefineConstants>
TRACE;DEBUG;NET_3_5
</DefineConstants>
<DefineConstants>
TRACE;DEBUG;NET_3_5
;USE_KOPILUA
</DefineConstants>
<DebugType>
full
</DebugType>
<PlatformTarget>
AnyCPU
</PlatformTarget>
<ErrorReport>
prompt
</ErrorReport>
...
...
@@ -45,7 +45,7 @@
<OutputPath>
..\tests\
</OutputPath>
<WarningLevel>
4
</WarningLevel>
<Optimize>
true
</Optimize>
<DefineConstants>
NET_3_5
</DefineConstants>
<DefineConstants>
NET_3_5
;USE_KOPILUA
</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"System"
/>
...
...
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