Updating HarmonyHub to v0.3.0.
Adding untested Harmony command action.
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>
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>
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>
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>
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>
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>
57 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
58 <ImportGroup Label="ExtensionSettings">
60 <ImportGroup Label="Shared">
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" />
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" />
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" />
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" />
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>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
81 <LinkIncremental>true</LinkIncremental>
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>
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89 <LinkIncremental>false</LinkIncremental>
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
93 <WarningLevel>Level3</WarningLevel>
94 <Optimization>Disabled</Optimization>
95 <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96 <PrecompiledHeader>Use</PrecompiledHeader>
99 <GenerateDebugInformation>true</GenerateDebugInformation>
100 <AdditionalDependencies>user32.lib</AdditionalDependencies>
102 </ItemDefinitionGroup>
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105 <WarningLevel>Level3</WarningLevel>
106 <Optimization>Disabled</Optimization>
107 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108 <PrecompiledHeader>Use</PrecompiledHeader>
111 <GenerateDebugInformation>true</GenerateDebugInformation>
112 <AdditionalDependencies />
114 </ItemDefinitionGroup>
115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
117 <WarningLevel>Level3</WarningLevel>
118 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119 <PrecompiledHeader>Use</PrecompiledHeader>
122 <GenerateDebugInformation>true</GenerateDebugInformation>
123 <AdditionalDependencies>user32.lib</AdditionalDependencies>
125 </ItemDefinitionGroup>
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
128 <WarningLevel>Level3</WarningLevel>
129 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130 <PrecompiledHeader>Use</PrecompiledHeader>
133 <GenerateDebugInformation>true</GenerateDebugInformation>
134 <AdditionalDependencies />
136 </ItemDefinitionGroup>
138 <Reference Include="System" />
139 <Reference Include="System.Data" />
140 <Reference Include="System.Windows.Forms" />
141 <Reference Include="System.Xml" />
144 <ClInclude Include="PowerManager.h" />
145 <ClInclude Include="resource.h" />
146 <ClInclude Include="Stdafx.h" />
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>
159 <Text Include="ReadMe.txt" />
162 <ResourceCompile Include="app.rc" />
165 <Image Include="app.ico" />
167 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
168 <ImportGroup Label="ExtensionTargets">