PowerManager/PowerManager.vcxproj
author StephaneLenclud
Tue, 30 Aug 2016 21:14:18 +0200
changeset 261 e2729a990e8b
parent 159 e7c8c2b500bd
permissions -rw-r--r--
Published v1.2.1.0
Support for Event Trigger through SharpLibDisplay.
     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     <OutDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\</OutDir>
    78     <IntDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\obj\</IntDir>
    79   </PropertyGroup>
    80   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    81     <LinkIncremental>true</LinkIncremental>
    82   </PropertyGroup>
    83   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    84     <LinkIncremental>false</LinkIncremental>
    85     <OutDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\</OutDir>
    86     <IntDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\obj\</IntDir>
    87   </PropertyGroup>
    88   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    89     <LinkIncremental>false</LinkIncremental>
    90   </PropertyGroup>
    91   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    92     <ClCompile>
    93       <WarningLevel>Level3</WarningLevel>
    94       <Optimization>Disabled</Optimization>
    95       <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    96       <PrecompiledHeader>Use</PrecompiledHeader>
    97     </ClCompile>
    98     <Link>
    99       <GenerateDebugInformation>true</GenerateDebugInformation>
   100       <AdditionalDependencies>user32.lib</AdditionalDependencies>
   101     </Link>
   102   </ItemDefinitionGroup>
   103   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   104     <ClCompile>
   105       <WarningLevel>Level3</WarningLevel>
   106       <Optimization>Disabled</Optimization>
   107       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   108       <PrecompiledHeader>Use</PrecompiledHeader>
   109     </ClCompile>
   110     <Link>
   111       <GenerateDebugInformation>true</GenerateDebugInformation>
   112       <AdditionalDependencies />
   113     </Link>
   114   </ItemDefinitionGroup>
   115   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   116     <ClCompile>
   117       <WarningLevel>Level3</WarningLevel>
   118       <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   119       <PrecompiledHeader>Use</PrecompiledHeader>
   120     </ClCompile>
   121     <Link>
   122       <GenerateDebugInformation>true</GenerateDebugInformation>
   123       <AdditionalDependencies>user32.lib</AdditionalDependencies>
   124     </Link>
   125   </ItemDefinitionGroup>
   126   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   127     <ClCompile>
   128       <WarningLevel>Level3</WarningLevel>
   129       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   130       <PrecompiledHeader>Use</PrecompiledHeader>
   131     </ClCompile>
   132     <Link>
   133       <GenerateDebugInformation>true</GenerateDebugInformation>
   134       <AdditionalDependencies />
   135     </Link>
   136   </ItemDefinitionGroup>
   137   <ItemGroup>
   138     <Reference Include="System" />
   139     <Reference Include="System.Data" />
   140     <Reference Include="System.Windows.Forms" />
   141     <Reference Include="System.Xml" />
   142   </ItemGroup>
   143   <ItemGroup>
   144     <ClInclude Include="PowerManager.h" />
   145     <ClInclude Include="resource.h" />
   146     <ClInclude Include="Stdafx.h" />
   147   </ItemGroup>
   148   <ItemGroup>
   149     <ClCompile Include="AssemblyInfo.cpp" />
   150     <ClCompile Include="PowerManager.cpp" />
   151     <ClCompile Include="Stdafx.cpp">
   152       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
   153       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
   154       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
   155       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
   156     </ClCompile>
   157   </ItemGroup>
   158   <ItemGroup>
   159     <Text Include="ReadMe.txt" />
   160   </ItemGroup>
   161   <ItemGroup>
   162     <ResourceCompile Include="app.rc" />
   163   </ItemGroup>
   164   <ItemGroup>
   165     <Image Include="app.ico" />
   166   </ItemGroup>
   167   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   168   <ImportGroup Label="ExtensionTargets">
   169   </ImportGroup>
   170 </Project>