diff options
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> |
