Commit 52701f10 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Added missing USE_KOPILUA in 3.5 projects

parent 1cf2cb54
......@@ -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" />
......
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