cec-config-gui: added some basic test commands and device information
[deb_libcec.git] / src / cec-config-gui / cec-config-gui.csproj
index 29237476d998e01211e4501b2ca046770b3f5fce..4b83aaac6a6dd129af6286eaf53645b0f0e19f72 100644 (file)
   </ItemGroup>
   <ItemGroup>
     <Compile Include="actions\ConnectToDevice.cs" />
+    <Compile Include="actions\SendActivateSource.cs" />
+    <Compile Include="actions\SendImageViewOn.cs" />
+    <Compile Include="actions\SendStandby.cs" />
+    <Compile Include="actions\ShowDeviceInfo.cs" />
     <Compile Include="actions\UpdateConnectedDevice.cs" />
     <Compile Include="actions\UpdatePhysicalAddress.cs" />
     <Compile Include="CecButtonConfig.cs" />
     <Compile Include="CecConfigGUI.Designer.cs">
       <DependentUpon>CecConfigGUI.cs</DependentUpon>
     </Compile>
+    <Compile Include="DeviceInformation.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="DeviceInformation.Designer.cs">
+      <DependentUpon>DeviceInformation.cs</DependentUpon>
+    </Compile>
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <EmbeddedResource Include="CecConfigGUI.resx">
       <DependentUpon>CecConfigGUI.cs</DependentUpon>
       <SubType>Designer</SubType>
     </EmbeddedResource>
+    <EmbeddedResource Include="DeviceInformation.resx">
+      <DependentUpon>DeviceInformation.cs</DependentUpon>
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
     <EmbeddedResource Include="Properties\Resources.resx">
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>