aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-03-25 14:11:56 -0400
committerAlee14 <alee14498@gmail.com>2017-03-25 14:11:56 -0400
commit7886e80fb82df9707f36a095348149221e8f9f50 (patch)
tree52e84b47048559e73ebce3144837e9b8312142d9
parent0a66c51d8b2c0442b1ee5c9e4a9d984418654f9a (diff)
downloadAleeOS-CSharp-7886e80fb82df9707f36a095348149221e8f9f50.tar.gz
AleeOS-CSharp-7886e80fb82df9707f36a095348149221e8f9f50.tar.bz2
AleeOS-CSharp-7886e80fb82df9707f36a095348149221e8f9f50.zip
Renaming Stuff
-rw-r--r--AleeOS/AleeOS.csproj9
-rw-r--r--AleeOS/Program.cs2
2 files changed, 7 insertions, 4 deletions
diff --git a/AleeOS/AleeOS.csproj b/AleeOS/AleeOS.csproj
index f45d2c9..53fb63b 100644
--- a/AleeOS/AleeOS.csproj
+++ b/AleeOS/AleeOS.csproj
@@ -46,14 +46,17 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="Form1.cs">
+ <Compile Include="aleeos_login.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="Form1.Designer.cs">
- <DependentUpon>Form1.cs</DependentUpon>
+ <Compile Include="aleeos_login.Designer.cs">
+ <DependentUpon>aleeos_login.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <EmbeddedResource Include="aleeos_login.resx">
+ <DependentUpon>aleeos_login.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
diff --git a/AleeOS/Program.cs b/AleeOS/Program.cs
index 93ff13c..fa60035 100644
--- a/AleeOS/Program.cs
+++ b/AleeOS/Program.cs
@@ -16,7 +16,7 @@ namespace AleeOS
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new Form1());
+ Application.Run(new aleeos_login());
}
}
}