source: trunk/test/testsuite.vcxproj @ 1520

Last change on this file since 1520 was 1520, checked in by sam, 11 years ago

build: fix the VS2010 build and add build/ and binaries/ to the dist
tarball.

File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Debug|Xbox 360">
13      <Configuration>Debug</Configuration>
14      <Platform>Xbox 360</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|Win32">
17      <Configuration>Release</Configuration>
18      <Platform>Win32</Platform>
19    </ProjectConfiguration>
20    <ProjectConfiguration Include="Release|x64">
21      <Configuration>Release</Configuration>
22      <Platform>x64</Platform>
23    </ProjectConfiguration>
24    <ProjectConfiguration Include="Release|Xbox 360">
25      <Configuration>Release</Configuration>
26      <Platform>Xbox 360</Platform>
27    </ProjectConfiguration>
28  </ItemGroup>
29  <ItemGroup>
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" />
42  </ItemGroup>
43  <ItemGroup>
44    <ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
45      <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
46    </ProjectReference>
47  </ItemGroup>
48  <PropertyGroup Label="Globals">
49    <ProjectGuid>{80F81C11-8DA2-4990-91CB-9807783BA46E}</ProjectGuid>
50    <ConfigurationType>Application</ConfigurationType>
51    <Keyword>Win32Proj</Keyword>
52  </PropertyGroup>
53  <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
54  <ImportGroup Label="ExtensionSettings">
55    <Import Project="$(SolutionDir)\Lol.Fx.props" />
56  </ImportGroup>
57  <ImportGroup Label="PropertySheets">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59    <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
60  </ImportGroup>
61  <PropertyGroup Label="UserMacros" />
62  <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
63  <ItemDefinitionGroup />
64  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
65  <ImportGroup Label="ExtensionTargets">
66    <Import Project="$(SolutionDir)\Lol.Fx.targets" />
67  </ImportGroup>
68</Project>
Note: See TracBrowser for help on using the repository browser.