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 @@ ...@@ -33,7 +33,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugKopiLua|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugKopiLua|AnyCPU'">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<OutputPath>bin\DebugKopiLua\</OutputPath> <OutputPath>bin\DebugKopiLua\</OutputPath>
<DefineConstants>TRACE;DEBUG;NET_3_5</DefineConstants> <DefineConstants>TRACE;DEBUG;NET_3_5;USE_KOPILUA</DefineConstants>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<OutputPath>..\tests\</OutputPath> <OutputPath>..\tests\</OutputPath>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<DefineConstants>NET_3_5</DefineConstants> <DefineConstants>NET_3_5;USE_KOPILUA</DefineConstants>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <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