Skip to content

Commit

Permalink
Final touches on VS project files after moving External.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlin-mike authored and Xottab-DUTY committed Aug 5, 2017
1 parent 8943eae commit 8e1d0b1
Show file tree
Hide file tree
Showing 16 changed files with 78 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Externals/cximage/cximage.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<ClInclude Include="xmemfile.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/dummy/dummy.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ClCompile Include="00dummy_tester.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/Max/MAX_Export60.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@
<None Include="Export\Utility.def" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\utils\xrMiscMath\xrMiscMath.vcxproj">
<ProjectReference Include="$(SolutionDir)utils\xrMiscMath\xrMiscMath.vcxproj">
<Project>{cc912a26-e688-49f5-99f4-7a0f9af4e438}</Project>
</ProjectReference>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/Max/MAX_Material60.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<Image Include="Material\dmtlmsk.bmp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/Maya/Maya_Export2008.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<ProjectReference Include="..\..\utils\xrMiscMath_lib\xrMiscMath_lib.vcxproj">
<Project>{cc912a26-e688-49f5-99f4-7a0f9af4e438}</Project>
</ProjectReference>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/Maya/Maya_Export2009.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,10 @@
<None Include="..\..\editors\ECore\WildMagic\WmlVector4.inl" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\utils\xrMiscMath_lib\xrMiscMath_lib.vcxproj">
<ProjectReference Include="$(SolutionDir)utils\xrMiscMath_lib\xrMiscMath_lib.vcxproj">
<Project>{cc912a26-e688-49f5-99f4-7a0f9af4e438}</Project>
</ProjectReference>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/Maya/Maya_Material2008.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<None Include="Material\AEXRayMtlTemplate.mel" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/plugins/Maya/Maya_Material2009.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\xrEngine\GameMtlLib.cpp" />
<ClCompile Include="..\..\xrEngine\GameMtlLib_Engine.cpp" />
<ClCompile Include="$(SolutionDir)xrEngine\GameMtlLib.cpp" />
<ClCompile Include="$(SolutionDir)xrEngine\GameMtlLib_Engine.cpp" />
<ClCompile Include="..\Shared\BlenderListLoader.cpp" />
<ClCompile Include="..\Shared\ELog.cpp" />
<ClCompile Include="Material\crc16.cpp" />
Expand All @@ -194,7 +194,7 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\xrEngine\GameMtlLib.h" />
<ClInclude Include="$(SolutionDir)xrEngine\GameMtlLib.h" />
<ClInclude Include="..\Shared\BlenderListLoader.h" />
<ClInclude Include="..\Shared\ELog.h" />
<CustomBuild Include="Material\Stdafx.h" />
Expand All @@ -204,7 +204,7 @@
<None Include="Material\AEXRayMtlTemplate.mel" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
56 changes: 28 additions & 28 deletions src/plugins/lw/LW_Export80.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -200,39 +200,39 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\editors\ECore\Editor\EditMesh.cpp">
<ClCompile Include="$(SolutionDir)editors\ECore\Editor\EditMesh.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
</ClCompile>
<ClCompile Include="..\..\editors\ECore\Editor\EditMeshIO.cpp">
<ClCompile Include="$(SolutionDir)editors\ECore\Editor\EditMeshIO.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
</ClCompile>
<ClCompile Include="..\..\editors\ECore\Editor\EditMeshModify.cpp">
<ClCompile Include="$(SolutionDir)editors\ECore\Editor\EditMeshModify.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
</ClCompile>
<ClCompile Include="..\..\editors\ECore\Editor\EditObject.cpp">
<ClCompile Include="$(SolutionDir)editors\ECore\Editor\EditObject.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
</ClCompile>
<ClCompile Include="..\..\editors\ECore\Editor\EditObjectImport.cpp">
<ClCompile Include="$(SolutionDir)editors\ECore\Editor\EditObjectImport.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
</ClCompile>
<ClCompile Include="..\..\editors\ECore\Editor\EditObjectIO.cpp">
<ClCompile Include="$(SolutionDir)editors\ECore\Editor\EditObjectIO.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
</ClCompile>
<ClCompile Include="..\..\editors\ECore\Editor\EditObjectMotions.cpp">
<ClCompile Include="$(SolutionDir)editors\ECore\Editor\EditObjectMotions.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
</ClCompile>
<ClCompile Include="..\..\editors\ECore\Editor\ELog.cpp">
<ClCompile Include="$(SolutionDir)editors\ECore\Editor\ELog.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\clip.c">
<ClCompile Include="$(SolutionDir)utils\LWO\clip.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles>
Expand All @@ -241,7 +241,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\envelope.c">
<ClCompile Include="$(SolutionDir)utils\LWO\envelope.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles>
Expand All @@ -254,7 +254,7 @@
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\list.c">
<ClCompile Include="$(SolutionDir)utils\LWO\list.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles>
Expand All @@ -263,7 +263,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\lwio.c">
<ClCompile Include="$(SolutionDir)utils\LWO\lwio.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles>
Expand All @@ -272,7 +272,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\LWO.cpp">
<ClCompile Include="$(SolutionDir)utils\LWO\LWO.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles>
Expand All @@ -281,7 +281,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\lwo2.c">
<ClCompile Include="$(SolutionDir)utils\LWO\lwo2.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles>
Expand All @@ -290,7 +290,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\lwob.c">
<ClCompile Include="$(SolutionDir)utils\LWO\lwob.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles>
Expand All @@ -299,7 +299,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\main.c">
<ClCompile Include="$(SolutionDir)utils\LWO\main.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles>
Expand All @@ -308,7 +308,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\pntspols.c">
<ClCompile Include="$(SolutionDir)utils\LWO\pntspols.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles>
Expand All @@ -317,7 +317,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\surface.c">
<ClCompile Include="$(SolutionDir)utils\LWO\surface.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
Expand All @@ -332,7 +332,7 @@
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\vecmath.c">
<ClCompile Include="$(SolutionDir)utils\LWO\vecmath.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles>
Expand All @@ -341,7 +341,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\..\utils\LWO\vmap.c">
<ClCompile Include="$(SolutionDir)utils\LWO\vmap.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</PrecompiledHeader>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
Expand Down Expand Up @@ -396,12 +396,12 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\editors\ECore\Editor\EditMesh.h" />
<ClInclude Include="..\..\editors\ECore\Editor\EditObject.h" />
<ClInclude Include="..\..\editors\ECore\Editor\ELog.h" />
<ClInclude Include="..\..\utils\LWO\envelope.h" />
<ClInclude Include="..\..\utils\LWO\lwo2.h" />
<ClInclude Include="..\..\utils\LWO\StdAfx.h" />
<ClInclude Include="$(SolutionDir)editors\ECore\Editor\EditMesh.h" />
<ClInclude Include="$(SolutionDir)editors\ECore\Editor\EditObject.h" />
<ClInclude Include="$(SolutionDir)editors\ECore\Editor\ELog.h" />
<ClInclude Include="$(SolutionDir)utils\LWO\envelope.h" />
<ClInclude Include="$(SolutionDir)utils\LWO\lwo2.h" />
<ClInclude Include="$(SolutionDir)utils\LWO\StdAfx.h" />
<ClInclude Include="Export\Util.hpp" />
<ClInclude Include="Export\Globals.hpp" />
<ClInclude Include="Export\resource.h" />
Expand All @@ -413,10 +413,10 @@
<ClInclude Include="Export\stdafx.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\utils\xrMiscMath\xrMiscMath.vcxproj">
<ProjectReference Include="$(SolutionDir)utils\xrMiscMath\xrMiscMath.vcxproj">
<Project>{cc912a26-e688-49f5-99f4-7a0f9af4e438}</Project>
</ProjectReference>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
<ProjectReference Include="LW_Server.vcxproj">
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/lw/LW_Shader80.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<ClInclude Include="shader\stdafx.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
<ProjectReference Include="LW_Server.vcxproj">
Expand Down
6 changes: 3 additions & 3 deletions src/utils/xrAI/xrAI.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -317,13 +317,13 @@
<ResourceCompile Include="resource.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\xrAICore\xrAICore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrAICore\xrAICore.vcxproj">
<Project>{5cb057d8-4464-40a6-af10-c26b826d1d90}</Project>
</ProjectReference>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
<ProjectReference Include="..\xrMiscMath\xrMiscMath.vcxproj">
<ProjectReference Include="$(SolutionDir)utils\xrMiscMath\xrMiscMath.vcxproj">
<Project>{cc912a26-e688-49f5-99f4-7a0f9af4e438}</Project>
</ProjectReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/xrSE_Factory/xrSE_Factory.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
<Project>{f6c4f74a-152c-4612-9e3b-d02346234855}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="..\..\xrCore\xrCore.vcxproj">
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
Expand Down
8 changes: 4 additions & 4 deletions src/xrAICore/xrAICore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<DataExecutionPrevention />
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>NotSet</TargetMachine>
<AdditionalDependencies>LuaJIT.lib;luabind.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
Expand Down Expand Up @@ -171,7 +171,7 @@
<DataExecutionPrevention />
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>NotSet</TargetMachine>
<AdditionalDependencies>LuaJIT.lib;luabind.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down Expand Up @@ -202,7 +202,7 @@
<BrowseInformation />
<WarningLevel>Level4</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand All @@ -219,7 +219,7 @@
<DataExecutionPrevention />
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>NotSet</TargetMachine>
<AdditionalDependencies>LuaJIT.lib;luabind.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>LuaJIT.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit 8e1d0b1

Please sign in to comment.