Adding test action button to edit action form.
Action.DoExecute now protected.
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{A76579E5-AA8D-45A3-99E1-239A5C030A78}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>SharpDisplayIdleClient</RootNamespace>
11 <AssemblyName>SharpDisplayIdleClient</AssemblyName>
12 <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15 <TargetFrameworkProfile />
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <PlatformTarget>AnyCPU</PlatformTarget>
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PlatformTarget>AnyCPU</PlatformTarget>
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
37 <SignManifests>true</SignManifests>
40 <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</ManifestCertificateThumbprint>
43 <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
46 <NoWin32Manifest>true</NoWin32Manifest>
49 <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
50 <HintPath>..\..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
51 <Private>True</Private>
53 <Reference Include="System" />
54 <Reference Include="System.Core" />
55 <Reference Include="System.Xml.Linq" />
56 <Reference Include="System.Data.DataSetExtensions" />
57 <Reference Include="Microsoft.CSharp" />
58 <Reference Include="System.Data" />
59 <Reference Include="System.Deployment" />
60 <Reference Include="System.Drawing" />
61 <Reference Include="System.Net.Http" />
62 <Reference Include="System.Windows.Forms" />
63 <Reference Include="System.Xml" />
66 <Compile Include="FormClientIdle.cs">
67 <SubType>Form</SubType>
69 <Compile Include="FormClientIdle.Designer.cs">
70 <DependentUpon>FormClientIdle.cs</DependentUpon>
72 <Compile Include="Program.cs" />
73 <Compile Include="Properties\AssemblyInfo.cs" />
74 <EmbeddedResource Include="FormClientIdle.resx">
75 <DependentUpon>FormClientIdle.cs</DependentUpon>
77 <EmbeddedResource Include="Properties\Resources.resx">
78 <Generator>ResXFileCodeGenerator</Generator>
79 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
80 <SubType>Designer</SubType>
82 <Compile Include="Properties\Resources.Designer.cs">
83 <AutoGen>True</AutoGen>
84 <DependentUpon>Resources.resx</DependentUpon>
85 <DesignTime>True</DesignTime>
87 <None Include="packages.config" />
88 <None Include="Properties\Settings.settings">
89 <Generator>SettingsSingleFileGenerator</Generator>
90 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
92 <Compile Include="Properties\Settings.Designer.cs">
93 <AutoGen>True</AutoGen>
94 <DependentUpon>Settings.settings</DependentUpon>
95 <DesignTimeSharedInput>True</DesignTimeSharedInput>
99 <None Include="App.config" />
102 <ProjectReference Include="..\..\PowerManager\PowerManager.vcxproj">
103 <Project>{c174f23d-3055-49bc-b6b0-563011af624d}</Project>
104 <Name>PowerManager</Name>
107 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109 Other similar extension points exist, see Microsoft.Common.targets.
110 <Target Name="BeforeBuild">
112 <Target Name="AfterBuild">