typo
[deb_libcec.git] / src / cec-config-gui / cec-config-gui.csproj
index 84f4131ed1b5490cc502ef16345f3ad2211adeea..44221441047481452312c02fe96a91a0eb5c0819 100644 (file)
@@ -9,7 +9,7 @@
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
-    <OutputPath>bin\x64\Release\</OutputPath>
+    <OutputPath>..\..\build\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>pdbonly</DebugType>
@@ -25,7 +25,7 @@
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
-    <OutputPath>bin\x86\Release\</OutputPath>
+    <OutputPath>..\..\build\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>pdbonly</DebugType>
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="actions\UpdateConfiguration.cs" />
     <Compile Include="actions\ConnectToDevice.cs" />
+    <Compile Include="actions\RescanDevices.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\UpdateDeviceInfo.cs" />
     <Compile Include="actions\UpdatePhysicalAddress.cs" />
+    <Compile Include="AsyncForm.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="CecButtonConfig.cs" />
     <Compile Include="CecConfigGUI.cs">
       <SubType>Form</SubType>
     </Compile>
     <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>
       <DependentUpon>Resources.resx</DependentUpon>
       <DesignTime>True</DesignTime>
     </Compile>
+    <None Include="Properties\DataSources\CecButtonConfig.datasource" />
     <None Include="Properties\Settings.settings">
       <Generator>SettingsSingleFileGenerator</Generator>
       <LastGenOutput>Settings.Designer.cs</LastGenOutput>