PowerManager/PowerManager.vcxproj
changeset 159 e7c8c2b500bd
child 163 0c5930689ea1
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/PowerManager/PowerManager.vcxproj	Thu Sep 24 21:39:05 2015 +0200
     1.3 @@ -0,0 +1,166 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.6 +  <ItemGroup Label="ProjectConfigurations">
     1.7 +    <ProjectConfiguration Include="Debug|Win32">
     1.8 +      <Configuration>Debug</Configuration>
     1.9 +      <Platform>Win32</Platform>
    1.10 +    </ProjectConfiguration>
    1.11 +    <ProjectConfiguration Include="Release|Win32">
    1.12 +      <Configuration>Release</Configuration>
    1.13 +      <Platform>Win32</Platform>
    1.14 +    </ProjectConfiguration>
    1.15 +    <ProjectConfiguration Include="Debug|x64">
    1.16 +      <Configuration>Debug</Configuration>
    1.17 +      <Platform>x64</Platform>
    1.18 +    </ProjectConfiguration>
    1.19 +    <ProjectConfiguration Include="Release|x64">
    1.20 +      <Configuration>Release</Configuration>
    1.21 +      <Platform>x64</Platform>
    1.22 +    </ProjectConfiguration>
    1.23 +  </ItemGroup>
    1.24 +  <PropertyGroup Label="Globals">
    1.25 +    <ProjectGuid>{C174F23D-3055-49BC-B6B0-563011AF624D}</ProjectGuid>
    1.26 +    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
    1.27 +    <Keyword>ManagedCProj</Keyword>
    1.28 +    <RootNamespace>PowerManager</RootNamespace>
    1.29 +    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
    1.30 +  </PropertyGroup>
    1.31 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    1.32 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    1.33 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.34 +    <UseDebugLibraries>true</UseDebugLibraries>
    1.35 +    <PlatformToolset>v140</PlatformToolset>
    1.36 +    <CLRSupport>true</CLRSupport>
    1.37 +    <CharacterSet>Unicode</CharacterSet>
    1.38 +  </PropertyGroup>
    1.39 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    1.40 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.41 +    <UseDebugLibraries>false</UseDebugLibraries>
    1.42 +    <PlatformToolset>v140</PlatformToolset>
    1.43 +    <CLRSupport>true</CLRSupport>
    1.44 +    <CharacterSet>Unicode</CharacterSet>
    1.45 +  </PropertyGroup>
    1.46 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    1.47 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.48 +    <UseDebugLibraries>true</UseDebugLibraries>
    1.49 +    <PlatformToolset>v140</PlatformToolset>
    1.50 +    <CLRSupport>true</CLRSupport>
    1.51 +    <CharacterSet>Unicode</CharacterSet>
    1.52 +  </PropertyGroup>
    1.53 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    1.54 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.55 +    <UseDebugLibraries>false</UseDebugLibraries>
    1.56 +    <PlatformToolset>v140</PlatformToolset>
    1.57 +    <CLRSupport>true</CLRSupport>
    1.58 +    <CharacterSet>Unicode</CharacterSet>
    1.59 +  </PropertyGroup>
    1.60 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    1.61 +  <ImportGroup Label="ExtensionSettings">
    1.62 +  </ImportGroup>
    1.63 +  <ImportGroup Label="Shared">
    1.64 +  </ImportGroup>
    1.65 +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.66 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.67 +  </ImportGroup>
    1.68 +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.69 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.70 +  </ImportGroup>
    1.71 +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    1.72 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.73 +  </ImportGroup>
    1.74 +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    1.75 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.76 +  </ImportGroup>
    1.77 +  <PropertyGroup Label="UserMacros" />
    1.78 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.79 +    <LinkIncremental>true</LinkIncremental>
    1.80 +  </PropertyGroup>
    1.81 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    1.82 +    <LinkIncremental>true</LinkIncremental>
    1.83 +  </PropertyGroup>
    1.84 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.85 +    <LinkIncremental>false</LinkIncremental>
    1.86 +  </PropertyGroup>
    1.87 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    1.88 +    <LinkIncremental>false</LinkIncremental>
    1.89 +  </PropertyGroup>
    1.90 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.91 +    <ClCompile>
    1.92 +      <WarningLevel>Level3</WarningLevel>
    1.93 +      <Optimization>Disabled</Optimization>
    1.94 +      <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    1.95 +      <PrecompiledHeader>Use</PrecompiledHeader>
    1.96 +    </ClCompile>
    1.97 +    <Link>
    1.98 +      <GenerateDebugInformation>true</GenerateDebugInformation>
    1.99 +      <AdditionalDependencies>user32.lib</AdditionalDependencies>
   1.100 +    </Link>
   1.101 +  </ItemDefinitionGroup>
   1.102 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   1.103 +    <ClCompile>
   1.104 +      <WarningLevel>Level3</WarningLevel>
   1.105 +      <Optimization>Disabled</Optimization>
   1.106 +      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.107 +      <PrecompiledHeader>Use</PrecompiledHeader>
   1.108 +    </ClCompile>
   1.109 +    <Link>
   1.110 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.111 +      <AdditionalDependencies />
   1.112 +    </Link>
   1.113 +  </ItemDefinitionGroup>
   1.114 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   1.115 +    <ClCompile>
   1.116 +      <WarningLevel>Level3</WarningLevel>
   1.117 +      <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.118 +      <PrecompiledHeader>Use</PrecompiledHeader>
   1.119 +    </ClCompile>
   1.120 +    <Link>
   1.121 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.122 +      <AdditionalDependencies>user32.lib</AdditionalDependencies>
   1.123 +    </Link>
   1.124 +  </ItemDefinitionGroup>
   1.125 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   1.126 +    <ClCompile>
   1.127 +      <WarningLevel>Level3</WarningLevel>
   1.128 +      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.129 +      <PrecompiledHeader>Use</PrecompiledHeader>
   1.130 +    </ClCompile>
   1.131 +    <Link>
   1.132 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.133 +      <AdditionalDependencies />
   1.134 +    </Link>
   1.135 +  </ItemDefinitionGroup>
   1.136 +  <ItemGroup>
   1.137 +    <Reference Include="System" />
   1.138 +    <Reference Include="System.Data" />
   1.139 +    <Reference Include="System.Windows.Forms" />
   1.140 +    <Reference Include="System.Xml" />
   1.141 +  </ItemGroup>
   1.142 +  <ItemGroup>
   1.143 +    <ClInclude Include="PowerManager.h" />
   1.144 +    <ClInclude Include="resource.h" />
   1.145 +    <ClInclude Include="Stdafx.h" />
   1.146 +  </ItemGroup>
   1.147 +  <ItemGroup>
   1.148 +    <ClCompile Include="AssemblyInfo.cpp" />
   1.149 +    <ClCompile Include="PowerManager.cpp" />
   1.150 +    <ClCompile Include="Stdafx.cpp">
   1.151 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
   1.152 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
   1.153 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
   1.154 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
   1.155 +    </ClCompile>
   1.156 +  </ItemGroup>
   1.157 +  <ItemGroup>
   1.158 +    <Text Include="ReadMe.txt" />
   1.159 +  </ItemGroup>
   1.160 +  <ItemGroup>
   1.161 +    <ResourceCompile Include="app.rc" />
   1.162 +  </ItemGroup>
   1.163 +  <ItemGroup>
   1.164 +    <Image Include="app.ico" />
   1.165 +  </ItemGroup>
   1.166 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   1.167 +  <ImportGroup Label="ExtensionTargets">
   1.168 +  </ImportGroup>
   1.169 +</Project>
   1.170 \ No newline at end of file