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.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/test/testsuite.vcxproj

    r1517 r1518  
    2828  </ItemGroup>
    2929  <ItemGroup>
    30     <ClCompile Include="..\test\tutorial\01_triangle.cpp" />
    31   </ItemGroup>
    32   <ItemGroup>
    33     <LolFxCompile Include="..\test\tutorial\01_triangle.lolfx" />
     30    <ClCompile Include="testsuite.cpp" />
     31    <ClCompile Include="unit\array.cpp" />
     32    <ClCompile Include="unit\build.cpp" />
     33    <ClCompile Include="unit\cmplx.cpp" />
     34    <ClCompile Include="unit\half.cpp" />
     35    <ClCompile Include="unit\image.cpp" />
     36    <ClCompile Include="unit\matrix.cpp" />
     37    <ClCompile Include="unit\quat.cpp" />
     38    <ClCompile Include="unit\real.cpp" />
     39    <ClCompile Include="unit\rotation.cpp" />
     40    <ClCompile Include="unit\trig.cpp" />
     41    <ClCompile Include="unit\vector.cpp" />
    3442  </ItemGroup>
    3543  <ItemGroup>
     
    3947  </ItemGroup>
    4048  <PropertyGroup Label="Globals">
    41     <ProjectGuid>{b92abadc-45be-4cc5-b724-9426053123a1}</ProjectGuid>
     49    <ProjectGuid>{80F81C11-8DA2-4990-91CB-9807783BA46E}</ProjectGuid>
    4250    <ConfigurationType>Application</ConfigurationType>
    4351    <Keyword>Win32Proj</Keyword>
Note: See TracChangeset for help on using the changeset viewer.