Skip to content

Commit

Permalink
Adjust xrAICore project file
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Dec 10, 2017
1 parent 87b3d00 commit 859c2b3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/xrAICore/xrAICore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@
<DataExecutionPrevention />
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>NotSet</TargetMachine>
<AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down Expand Up @@ -233,7 +232,6 @@
<DataExecutionPrevention>
</DataExecutionPrevention>
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
Expand Down Expand Up @@ -278,7 +276,6 @@
<DataExecutionPrevention />
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>NotSet</TargetMachine>
<AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|x64'">
Expand Down Expand Up @@ -323,7 +320,6 @@
<DataExecutionPrevention>
</DataExecutionPrevention>
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down Expand Up @@ -370,7 +366,6 @@
<DataExecutionPrevention />
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>NotSet</TargetMachine>
<AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down Expand Up @@ -416,7 +411,6 @@
<DataExecutionPrevention>
</DataExecutionPrevention>
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand All @@ -431,6 +425,9 @@
<ProjectReference Include="$(xrExternals)luabind\src\luabind.vcxproj">
<Project>{ccd4afae-aa10-42c6-a452-fdee497ccdf1}</Project>
</ProjectReference>
<ProjectReference Include="..\..\Externals\LuaJIT\src\LuaJIT.vcxproj">
<Project>{632aeeb6-dc06-4e15-9551-b2b09a4b73c5}</Project>
</ProjectReference>
<ProjectReference Include="..\utils\xrMiscMath\xrMiscMath.vcxproj">
<Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
</ProjectReference>
Expand Down

0 comments on commit 859c2b3

Please sign in to comment.