added files
This commit is contained in:
parent
8cab7caeb9
commit
87fbc23a07
1 changed files with 17 additions and 3 deletions
|
@ -44,14 +44,28 @@
|
|||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Form1.cs">
|
||||
<Compile Include="mainWindow.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.cs">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
<Compile Include="mainWindow.Designer.cs">
|
||||
<DependentUpon>mainWindow.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="privateFunctions.cs" />
|
||||
<Compile Include="unlock.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="unlock.Designer.cs">
|
||||
<DependentUpon>unlock.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="decode.cs" />
|
||||
<EmbeddedResource Include="mainWindow.resx">
|
||||
<DependentUpon>mainWindow.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="unlock.resx">
|
||||
<DependentUpon>unlock.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
|
|
Reference in a new issue