Subversion Repositories QNX 8.QNX8 linker driver

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 pmbaty 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <ItemGroup Label="ProjectConfigurations">
4
    <ProjectConfiguration Include="Release|x64">
5
      <Configuration>Release</Configuration>
6
      <Platform>x64</Platform>
7
    </ProjectConfiguration>
8
  </ItemGroup>
9
  <PropertyGroup Label="Globals">
10
    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
11
    <ProjectGuid>{4F98BC89-C780-4EE5-9AA6-332D7096E4E1}</ProjectGuid>
12
  </PropertyGroup>
13
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
14
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
15
    <CharacterSet>MultiByte</CharacterSet>
16
    <PlatformToolset>v142</PlatformToolset>
17
  </PropertyGroup>
18
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
19
  <ImportGroup Label="ExtensionSettings">
20
  </ImportGroup>
21
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
22
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
23
  </ImportGroup>
24
  <PropertyGroup Label="UserMacros" />
25
  <PropertyGroup>
26
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
27
  </PropertyGroup>
28
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
29
    <ClCompile>
30
      <WarningLevel>Level3</WarningLevel>
31
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
32
    </ClCompile>
33
    <Link>
34
      <SubSystem>Console</SubSystem>
35
      <GenerateDebugInformation>false</GenerateDebugInformation>
36
    </Link>
37
  </ItemDefinitionGroup>
38
  <ItemGroup>
39
    <ClCompile Include="linkerdriver.c" />
40
  </ItemGroup>
41
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
42
  <ImportGroup Label="ExtensionTargets">
43
  </ImportGroup>
44
</Project>