PowerManager/PowerManager.vcxproj
author StephaneLenclud
Thu, 24 Sep 2015 21:39:05 +0200
changeset 159 e7c8c2b500bd
child 163 0c5930689ea1
permissions -rw-r--r--
Add PowerManager C++/CLI project.
Monitor Power On/Off notifications working.
Moving to .NET 4.6
     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="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     <ProjectConfiguration Include="Debug|x64">
    13       <Configuration>Debug</Configuration>
    14       <Platform>x64</Platform>
    15     </ProjectConfiguration>
    16     <ProjectConfiguration Include="Release|x64">
    17       <Configuration>Release</Configuration>
    18       <Platform>x64</Platform>
    19     </ProjectConfiguration>
    20   </ItemGroup>
    21   <PropertyGroup Label="Globals">
    22     <ProjectGuid>{C174F23D-3055-49BC-B6B0-563011AF624D}</ProjectGuid>
    23     <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
    24     <Keyword>ManagedCProj</Keyword>
    25     <RootNamespace>PowerManager</RootNamespace>
    26     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
    27   </PropertyGroup>
    28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    29   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    30     <ConfigurationType>DynamicLibrary</ConfigurationType>
    31     <UseDebugLibraries>true</UseDebugLibraries>
    32     <PlatformToolset>v140</PlatformToolset>
    33     <CLRSupport>true</CLRSupport>
    34     <CharacterSet>Unicode</CharacterSet>
    35   </PropertyGroup>
    36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    37     <ConfigurationType>DynamicLibrary</ConfigurationType>
    38     <UseDebugLibraries>false</UseDebugLibraries>
    39     <PlatformToolset>v140</PlatformToolset>
    40     <CLRSupport>true</CLRSupport>
    41     <CharacterSet>Unicode</CharacterSet>
    42   </PropertyGroup>
    43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    44     <ConfigurationType>DynamicLibrary</ConfigurationType>
    45     <UseDebugLibraries>true</UseDebugLibraries>
    46     <PlatformToolset>v140</PlatformToolset>
    47     <CLRSupport>true</CLRSupport>
    48     <CharacterSet>Unicode</CharacterSet>
    49   </PropertyGroup>
    50   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    51     <ConfigurationType>DynamicLibrary</ConfigurationType>
    52     <UseDebugLibraries>false</UseDebugLibraries>
    53     <PlatformToolset>v140</PlatformToolset>
    54     <CLRSupport>true</CLRSupport>
    55     <CharacterSet>Unicode</CharacterSet>
    56   </PropertyGroup>
    57   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    58   <ImportGroup Label="ExtensionSettings">
    59   </ImportGroup>
    60   <ImportGroup Label="Shared">
    61   </ImportGroup>
    62   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    64   </ImportGroup>
    65   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    67   </ImportGroup>
    68   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    70   </ImportGroup>
    71   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    72     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    73   </ImportGroup>
    74   <PropertyGroup Label="UserMacros" />
    75   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    76     <LinkIncremental>true</LinkIncremental>
    77   </PropertyGroup>
    78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    79     <LinkIncremental>true</LinkIncremental>
    80   </PropertyGroup>
    81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    82     <LinkIncremental>false</LinkIncremental>
    83   </PropertyGroup>
    84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    85     <LinkIncremental>false</LinkIncremental>
    86   </PropertyGroup>
    87   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    88     <ClCompile>
    89       <WarningLevel>Level3</WarningLevel>
    90       <Optimization>Disabled</Optimization>
    91       <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    92       <PrecompiledHeader>Use</PrecompiledHeader>
    93     </ClCompile>
    94     <Link>
    95       <GenerateDebugInformation>true</GenerateDebugInformation>
    96       <AdditionalDependencies>user32.lib</AdditionalDependencies>
    97     </Link>
    98   </ItemDefinitionGroup>
    99   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   100     <ClCompile>
   101       <WarningLevel>Level3</WarningLevel>
   102       <Optimization>Disabled</Optimization>
   103       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   104       <PrecompiledHeader>Use</PrecompiledHeader>
   105     </ClCompile>
   106     <Link>
   107       <GenerateDebugInformation>true</GenerateDebugInformation>
   108       <AdditionalDependencies />
   109     </Link>
   110   </ItemDefinitionGroup>
   111   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   112     <ClCompile>
   113       <WarningLevel>Level3</WarningLevel>
   114       <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   115       <PrecompiledHeader>Use</PrecompiledHeader>
   116     </ClCompile>
   117     <Link>
   118       <GenerateDebugInformation>true</GenerateDebugInformation>
   119       <AdditionalDependencies>user32.lib</AdditionalDependencies>
   120     </Link>
   121   </ItemDefinitionGroup>
   122   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   123     <ClCompile>
   124       <WarningLevel>Level3</WarningLevel>
   125       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   126       <PrecompiledHeader>Use</PrecompiledHeader>
   127     </ClCompile>
   128     <Link>
   129       <GenerateDebugInformation>true</GenerateDebugInformation>
   130       <AdditionalDependencies />
   131     </Link>
   132   </ItemDefinitionGroup>
   133   <ItemGroup>
   134     <Reference Include="System" />
   135     <Reference Include="System.Data" />
   136     <Reference Include="System.Windows.Forms" />
   137     <Reference Include="System.Xml" />
   138   </ItemGroup>
   139   <ItemGroup>
   140     <ClInclude Include="PowerManager.h" />
   141     <ClInclude Include="resource.h" />
   142     <ClInclude Include="Stdafx.h" />
   143   </ItemGroup>
   144   <ItemGroup>
   145     <ClCompile Include="AssemblyInfo.cpp" />
   146     <ClCompile Include="PowerManager.cpp" />
   147     <ClCompile Include="Stdafx.cpp">
   148       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
   149       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
   150       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
   151       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
   152     </ClCompile>
   153   </ItemGroup>
   154   <ItemGroup>
   155     <Text Include="ReadMe.txt" />
   156   </ItemGroup>
   157   <ItemGroup>
   158     <ResourceCompile Include="app.rc" />
   159   </ItemGroup>
   160   <ItemGroup>
   161     <Image Include="app.ico" />
   162   </ItemGroup>
   163   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   164   <ImportGroup Label="ExtensionTargets">
   165   </ImportGroup>
   166 </Project>