Ignore:
Timestamp:
Jun 24, 2012, 1:19:11 PM (11 years ago)
Author:
sam
Message:

build: reorganise all the build stuff so that it lies in build/ and
make sure each .vcxproj file is with its corresponding source code.

Location:
trunk/tutorial
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tutorial/11_fractal.vcxproj

    r1517 r1518  
    2828  </ItemGroup>
    2929  <ItemGroup>
    30     <ClCompile Include="..\test\tutorial\03_fractal.cpp" />
     30    <ClCompile Include="11_fractal.cpp" />
    3131  </ItemGroup>
    3232  <ItemGroup>
    33     <LolFxCompile Include="..\test\tutorial\03_fractal.lolfx" />
     33    <LolFxCompile Include="11_fractal.lolfx" />
    3434  </ItemGroup>
    3535  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.