Subversion Repositories gelsvn

Rev

Rev 687 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
668 khor 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="12.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="Release|Win32">
9
      <Configuration>Release</Configuration>
10
      <Platform>Win32</Platform>
11
    </ProjectConfiguration>
12
  </ItemGroup>
13
  <ItemGroup>
688 khor 14
    <ClInclude Include="..\..\src\demo\MeshEditCocoa\AppDelegate.h" />
15
    <ClInclude Include="..\..\src\demo\MeshEditCocoa\BasicOpenGLView.h" />
668 khor 16
  </ItemGroup>
17
  <ItemGroup>
688 khor 18
    <None Include="..\..\src\demo\MeshEditCocoa\AppDelegate.m" />
19
    <None Include="..\..\src\demo\MeshEditCocoa\BasicOpenGLView.mm" />
20
    <None Include="..\..\src\demo\MeshEditCocoa\bunny.icns" />
21
    <None Include="..\..\src\demo\MeshEditCocoa\main.m" />
22
    <None Include="..\..\src\demo\MeshEditCocoa\MainMenu.xib" />
23
    <None Include="..\..\src\demo\MeshEditCocoa\MeshEdit-Info.plist" />
24
    <None Include="..\..\src\demo\MeshEditCocoa\MeshEdit-Prefix.pch" />
668 khor 25
  </ItemGroup>
26
  <PropertyGroup Label="Globals">
27
    <ProjectGuid>{DAACFDA8-9F8E-407A-8ABF-05518E5ADC0C}</ProjectGuid>
28
    <RootNamespace>CGLAmat</RootNamespace>
29
    <ProjectName>MeshEditCocoa</ProjectName>
30
  </PropertyGroup>
31
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33
    <ConfigurationType>Application</ConfigurationType>
34
    <UseDebugLibraries>true</UseDebugLibraries>
35
    <PlatformToolset>v120</PlatformToolset>
36
    <CharacterSet>MultiByte</CharacterSet>
37
  </PropertyGroup>
38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39
    <ConfigurationType>Application</ConfigurationType>
40
    <UseDebugLibraries>false</UseDebugLibraries>
41
    <PlatformToolset>v120</PlatformToolset>
42
    <WholeProgramOptimization>true</WholeProgramOptimization>
43
    <CharacterSet>MultiByte</CharacterSet>
44
  </PropertyGroup>
45
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46
  <ImportGroup Label="ExtensionSettings">
47
  </ImportGroup>
48
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50
  </ImportGroup>
51
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
52
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53
  </ImportGroup>
54
  <PropertyGroup Label="UserMacros" />
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
56
    <LibraryPath>..\..\GEL_WIN\Release;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(LibraryPath)</LibraryPath>
57
    <IncludePath>$(SolutionPath)\..\..\..\src;$(IncludePath)</IncludePath>
58
  </PropertyGroup>
59
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60
    <IncludePath>$(SolutionPath)\..\..\..\src;$(IncludePath)</IncludePath>
61
    <LibraryPath>..\..\GEL_WIN\Debug;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(LibraryPath)</LibraryPath>
62
  </PropertyGroup>
63
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64
    <ClCompile>
65
      <WarningLevel>Level3</WarningLevel>
66
      <Optimization>Disabled</Optimization>
67
      <SDLCheck>true</SDLCheck>
68
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
69
      <PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
70
    </ClCompile>
71
    <Link>
72
      <GenerateDebugInformation>true</GenerateDebugInformation>
688 khor 73
      <AdditionalDependencies>Gel.lib;clapackDB.lib;%(AdditionalDependencies)</AdditionalDependencies>
668 khor 74
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
75
    </Link>
76
  </ItemDefinitionGroup>
77
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78
    <ClCompile>
79
      <WarningLevel>Level3</WarningLevel>
80
      <Optimization>MaxSpeed</Optimization>
81
      <FunctionLevelLinking>true</FunctionLevelLinking>
82
      <IntrinsicFunctions>true</IntrinsicFunctions>
83
      <SDLCheck>true</SDLCheck>
84
      <AdditionalIncludeDirectories>$(SolutionPath)\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
85
      <PreprocessorDefinitions>_MBCS;WIN32;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
86
    </ClCompile>
87
    <Link>
88
      <GenerateDebugInformation>true</GenerateDebugInformation>
89
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
90
      <OptimizeReferences>true</OptimizeReferences>
688 khor 91
      <AdditionalDependencies>Gel.lib;clapack.lib;%(AdditionalDependencies)</AdditionalDependencies>
668 khor 92
      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
93
    </Link>
94
  </ItemDefinitionGroup>
95
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
96
  <ImportGroup Label="ExtensionTargets">
97
  </ImportGroup>
98
</Project>