archive
/
usb-lockdown
Archived
1
Fork 0

renamed form1

This commit is contained in:
Jake Howard 2014-08-10 22:42:15 +01:00
parent 865b7f731b
commit 705c31b0e7
1 changed files with 7 additions and 3 deletions

View File

@ -44,15 +44,19 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<Compile Include="authentication.cs" />
<Compile Include="lockScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
<Compile Include="lockScreen.Designer.cs">
<DependentUpon>lockScreen.cs</DependentUpon>
</Compile>
<Compile Include="keyboardDisable.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="lockScreen.resx">
<DependentUpon>lockScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>