Browse Source

build: manually add lollua.vcxproj as a reference in all projects.

master
Sam Hocevar 11 years ago
parent
commit
ce71a85f3e
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      neercs/neercs.vcxproj

+ 4
- 1
neercs/neercs.vcxproj View File

@@ -90,6 +90,9 @@
<ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj"> <ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
</ProjectReference> </ProjectReference>
<ProjectReference Include="$(SolutionDir)\..\..\src\lua\lollua.vcxproj">
<Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
</ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<LolFxCompile Include="video\simple.lolfx" /> <LolFxCompile Include="video\simple.lolfx" />
@@ -133,4 +136,4 @@
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> <Import Project="$(SolutionDir)\Lol.Fx.targets" />
</ImportGroup> </ImportGroup>
</Project>
</Project>

Loading…
Cancel
Save