renamed form1
This commit is contained in:
parent
865b7f731b
commit
705c31b0e7
1 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue