diff options
| author | EverythingWindows <[email protected]> | 2022-11-07 10:34:00 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-07 10:34:00 +0700 |
| commit | 6e912644d2d89dfb93d9c5ae3735cceafc0a3955 (patch) | |
| tree | 5b3ac659408cea0d3a0a5d46a5f8a5f1b7559646 /ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj | |
| parent | 5cf25f1409d40f7de6b13baf8b76751ae7b664ed (diff) | |
| download | shiftos-therevival-old-csharp.tar.gz shiftos-therevival-old-csharp.tar.bz2 shiftos-therevival-old-csharp.zip | |
Main Menu is now workingcsharp
Diffstat (limited to 'ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj')
| -rw-r--r-- | ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj b/ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj index 6bea8ee..b239701 100644 --- a/ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj +++ b/ShiftOS-TheRevival-CS/ShiftOS-TheRevival-CS.csproj @@ -45,16 +45,16 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> - <Compile Include="Form1.cs"> + <Compile Include="MainForms\ShiftOSMenu.cs"> <SubType>Form</SubType> </Compile> - <Compile Include="Form1.Designer.cs"> - <DependentUpon>Form1.cs</DependentUpon> + <Compile Include="MainForms\ShiftOSMenu.Designer.cs"> + <DependentUpon>ShiftOSMenu.cs</DependentUpon> </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <EmbeddedResource Include="Form1.resx"> - <DependentUpon>Form1.cs</DependentUpon> + <EmbeddedResource Include="MainForms\ShiftOSMenu.resx"> + <DependentUpon>ShiftOSMenu.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> |
