added file for removing taskbar
This commit is contained in:
parent
950284ff8e
commit
84cb59fb74
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DevComponents.DotNetBar2, Version=10.0.0.3, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
|
@ -54,6 +55,7 @@
|
|||
<Compile Include="keyboardDisable.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="taskbarController.cs" />
|
||||
<EmbeddedResource Include="lockScreen.resx">
|
||||
<DependentUpon>lockScreen.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
|
Reference in a new issue