diff options
| author | Alee14 <alee14498@gmail.com> | 2017-03-25 14:11:56 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-03-25 14:11:56 -0400 |
| commit | 7886e80fb82df9707f36a095348149221e8f9f50 (patch) | |
| tree | 52e84b47048559e73ebce3144837e9b8312142d9 /AleeOS | |
| parent | 0a66c51d8b2c0442b1ee5c9e4a9d984418654f9a (diff) | |
| download | AleeOS-CSharp-7886e80fb82df9707f36a095348149221e8f9f50.tar.gz AleeOS-CSharp-7886e80fb82df9707f36a095348149221e8f9f50.tar.bz2 AleeOS-CSharp-7886e80fb82df9707f36a095348149221e8f9f50.zip | |
Renaming Stuff
Diffstat (limited to 'AleeOS')
| -rw-r--r-- | AleeOS/AleeOS.csproj | 9 | ||||
| -rw-r--r-- | AleeOS/Program.cs | 2 |
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()); } } } |
