Ignore:
Timestamp:
Jun 9, 2012, 7:36:31 PM (11 years ago)
Author:
sam
Message:

build: move major .vcxproj files to their respective project directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/win32/01_triangle.vcxproj

    r1385 r1451  
    3434  </ItemGroup>
    3535  <ItemGroup>
    36     <ProjectReference Include="lolcore.vcxproj">
     36    <ProjectReference Include="$(SolutionDir)\lolcore.vcxproj">
    3737      <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
    3838    </ProjectReference>
     
    4343    <Keyword>Win32Proj</Keyword>
    4444  </PropertyGroup>
    45   <Import Project="Lol.Core.Config.props" />
     45  <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
    4646  <ImportGroup Label="ExtensionSettings">
    47     <Import Project="Lol.Fx.props" />
     47    <Import Project="$(SolutionDir)\Lol.Fx.props" />
    4848  </ImportGroup>
    4949  <ImportGroup Label="PropertySheets">
    5050    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    51     <Import Project="Lol.Core.Vars.props" />
     51    <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
    5252  </ImportGroup>
    5353  <PropertyGroup Label="UserMacros" />
    54   <Import Project="Lol.Core.Rules.props" />
     54  <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
    5555  <ItemDefinitionGroup />
    5656  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    5757  <ImportGroup Label="ExtensionTargets">
    58     <Import Project="Lol.Fx.targets" />
     58    <Import Project="$(SolutionDir)\Lol.Fx.targets" />
    5959  </ImportGroup>
    6060</Project>
Note: See TracChangeset for help on using the changeset viewer.