diff options
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()); } } } |
