StephaneLenclud@159: <?xml version="1.0" encoding="utf-8"?> StephaneLenclud@159: <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> StephaneLenclud@159: <ItemGroup Label="ProjectConfigurations"> StephaneLenclud@159: <ProjectConfiguration Include="Debug|Win32"> StephaneLenclud@159: <Configuration>Debug</Configuration> StephaneLenclud@159: <Platform>Win32</Platform> StephaneLenclud@159: </ProjectConfiguration> StephaneLenclud@159: <ProjectConfiguration Include="Release|Win32"> StephaneLenclud@159: <Configuration>Release</Configuration> StephaneLenclud@159: <Platform>Win32</Platform> StephaneLenclud@159: </ProjectConfiguration> StephaneLenclud@159: <ProjectConfiguration Include="Debug|x64"> StephaneLenclud@159: <Configuration>Debug</Configuration> StephaneLenclud@159: <Platform>x64</Platform> StephaneLenclud@159: </ProjectConfiguration> StephaneLenclud@159: <ProjectConfiguration Include="Release|x64"> StephaneLenclud@159: <Configuration>Release</Configuration> StephaneLenclud@159: <Platform>x64</Platform> StephaneLenclud@159: </ProjectConfiguration> StephaneLenclud@159: </ItemGroup> StephaneLenclud@159: <PropertyGroup Label="Globals"> StephaneLenclud@159: <ProjectGuid>{C174F23D-3055-49BC-B6B0-563011AF624D}</ProjectGuid> StephaneLenclud@159: <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> StephaneLenclud@159: <Keyword>ManagedCProj</Keyword> StephaneLenclud@159: <RootNamespace>PowerManager</RootNamespace> StephaneLenclud@159: <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> StephaneLenclud@159: </PropertyGroup> StephaneLenclud@159: <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> StephaneLenclud@159: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> StephaneLenclud@159: <ConfigurationType>DynamicLibrary</ConfigurationType> StephaneLenclud@159: <UseDebugLibraries>true</UseDebugLibraries> StephaneLenclud@159: <PlatformToolset>v140</PlatformToolset> StephaneLenclud@159: <CLRSupport>true</CLRSupport> StephaneLenclud@159: <CharacterSet>Unicode</CharacterSet> StephaneLenclud@159: </PropertyGroup> StephaneLenclud@159: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> StephaneLenclud@159: <ConfigurationType>DynamicLibrary</ConfigurationType> StephaneLenclud@159: <UseDebugLibraries>false</UseDebugLibraries> StephaneLenclud@159: <PlatformToolset>v140</PlatformToolset> StephaneLenclud@159: <CLRSupport>true</CLRSupport> StephaneLenclud@159: <CharacterSet>Unicode</CharacterSet> StephaneLenclud@159: </PropertyGroup> StephaneLenclud@159: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> StephaneLenclud@159: <ConfigurationType>DynamicLibrary</ConfigurationType> StephaneLenclud@159: <UseDebugLibraries>true</UseDebugLibraries> StephaneLenclud@159: <PlatformToolset>v140</PlatformToolset> StephaneLenclud@159: <CLRSupport>true</CLRSupport> StephaneLenclud@159: <CharacterSet>Unicode</CharacterSet> StephaneLenclud@159: </PropertyGroup> StephaneLenclud@159: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> StephaneLenclud@159: <ConfigurationType>DynamicLibrary</ConfigurationType> StephaneLenclud@159: <UseDebugLibraries>false</UseDebugLibraries> StephaneLenclud@159: <PlatformToolset>v140</PlatformToolset> StephaneLenclud@159: <CLRSupport>true</CLRSupport> StephaneLenclud@159: <CharacterSet>Unicode</CharacterSet> StephaneLenclud@159: </PropertyGroup> StephaneLenclud@159: <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> StephaneLenclud@159: <ImportGroup Label="ExtensionSettings"> StephaneLenclud@159: </ImportGroup> StephaneLenclud@159: <ImportGroup Label="Shared"> StephaneLenclud@159: </ImportGroup> StephaneLenclud@159: <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> StephaneLenclud@159: <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> StephaneLenclud@159: </ImportGroup> StephaneLenclud@159: <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> StephaneLenclud@159: <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> StephaneLenclud@159: </ImportGroup> StephaneLenclud@159: <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> StephaneLenclud@159: <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> StephaneLenclud@159: </ImportGroup> StephaneLenclud@159: <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> StephaneLenclud@159: <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> StephaneLenclud@159: </ImportGroup> StephaneLenclud@159: <PropertyGroup Label="UserMacros" /> StephaneLenclud@159: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> StephaneLenclud@159: <LinkIncremental>true</LinkIncremental> StephaneLenclud@163: <OutDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\</OutDir> StephaneLenclud@163: <IntDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\obj\</IntDir> StephaneLenclud@159: </PropertyGroup> StephaneLenclud@159: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> StephaneLenclud@159: <LinkIncremental>true</LinkIncremental> StephaneLenclud@159: </PropertyGroup> StephaneLenclud@159: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> StephaneLenclud@159: <LinkIncremental>false</LinkIncremental> StephaneLenclud@163: <OutDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\</OutDir> StephaneLenclud@163: <IntDir>$(SolutionDir)bin\$(PlatformTarget)\$(Configuration)\obj\</IntDir> StephaneLenclud@159: </PropertyGroup> StephaneLenclud@159: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> StephaneLenclud@159: <LinkIncremental>false</LinkIncremental> StephaneLenclud@159: </PropertyGroup> StephaneLenclud@159: <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> StephaneLenclud@159: <ClCompile> StephaneLenclud@159: <WarningLevel>Level3</WarningLevel> StephaneLenclud@159: <Optimization>Disabled</Optimization> StephaneLenclud@159: <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> StephaneLenclud@159: <PrecompiledHeader>Use</PrecompiledHeader> StephaneLenclud@159: </ClCompile> StephaneLenclud@159: <Link> StephaneLenclud@159: <GenerateDebugInformation>true</GenerateDebugInformation> StephaneLenclud@159: <AdditionalDependencies>user32.lib</AdditionalDependencies> StephaneLenclud@159: </Link> StephaneLenclud@159: </ItemDefinitionGroup> StephaneLenclud@159: <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> StephaneLenclud@159: <ClCompile> StephaneLenclud@159: <WarningLevel>Level3</WarningLevel> StephaneLenclud@159: <Optimization>Disabled</Optimization> StephaneLenclud@159: <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> StephaneLenclud@159: <PrecompiledHeader>Use</PrecompiledHeader> StephaneLenclud@159: </ClCompile> StephaneLenclud@159: <Link> StephaneLenclud@159: <GenerateDebugInformation>true</GenerateDebugInformation> StephaneLenclud@159: <AdditionalDependencies /> StephaneLenclud@159: </Link> StephaneLenclud@159: </ItemDefinitionGroup> StephaneLenclud@159: <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> StephaneLenclud@159: <ClCompile> StephaneLenclud@159: <WarningLevel>Level3</WarningLevel> StephaneLenclud@159: <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> StephaneLenclud@159: <PrecompiledHeader>Use</PrecompiledHeader> StephaneLenclud@159: </ClCompile> StephaneLenclud@159: <Link> StephaneLenclud@159: <GenerateDebugInformation>true</GenerateDebugInformation> StephaneLenclud@159: <AdditionalDependencies>user32.lib</AdditionalDependencies> StephaneLenclud@159: </Link> StephaneLenclud@159: </ItemDefinitionGroup> StephaneLenclud@159: <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> StephaneLenclud@159: <ClCompile> StephaneLenclud@159: <WarningLevel>Level3</WarningLevel> StephaneLenclud@159: <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> StephaneLenclud@159: <PrecompiledHeader>Use</PrecompiledHeader> StephaneLenclud@159: </ClCompile> StephaneLenclud@159: <Link> StephaneLenclud@159: <GenerateDebugInformation>true</GenerateDebugInformation> StephaneLenclud@159: <AdditionalDependencies /> StephaneLenclud@159: </Link> StephaneLenclud@159: </ItemDefinitionGroup> StephaneLenclud@159: <ItemGroup> StephaneLenclud@159: <Reference Include="System" /> StephaneLenclud@159: <Reference Include="System.Data" /> StephaneLenclud@159: <Reference Include="System.Windows.Forms" /> StephaneLenclud@159: <Reference Include="System.Xml" /> StephaneLenclud@159: </ItemGroup> StephaneLenclud@159: <ItemGroup> StephaneLenclud@159: <ClInclude Include="PowerManager.h" /> StephaneLenclud@159: <ClInclude Include="resource.h" /> StephaneLenclud@159: <ClInclude Include="Stdafx.h" /> StephaneLenclud@159: </ItemGroup> StephaneLenclud@159: <ItemGroup> StephaneLenclud@159: <ClCompile Include="AssemblyInfo.cpp" /> StephaneLenclud@159: <ClCompile Include="PowerManager.cpp" /> StephaneLenclud@159: <ClCompile Include="Stdafx.cpp"> StephaneLenclud@159: <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> StephaneLenclud@159: <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> StephaneLenclud@159: <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> StephaneLenclud@159: <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> StephaneLenclud@159: </ClCompile> StephaneLenclud@159: </ItemGroup> StephaneLenclud@159: <ItemGroup> StephaneLenclud@159: <Text Include="ReadMe.txt" /> StephaneLenclud@159: </ItemGroup> StephaneLenclud@159: <ItemGroup> StephaneLenclud@159: <ResourceCompile Include="app.rc" /> StephaneLenclud@159: </ItemGroup> StephaneLenclud@159: <ItemGroup> StephaneLenclud@159: <Image Include="app.ico" /> StephaneLenclud@159: </ItemGroup> StephaneLenclud@159: <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> StephaneLenclud@159: <ImportGroup Label="ExtensionTargets"> StephaneLenclud@159: </ImportGroup> StephaneLenclud@159: </Project>