diff options
| author | william341 <[email protected]> | 2017-06-18 19:11:45 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-18 19:11:45 -0700 |
| commit | d3496237b055639fcac12e1b4ea85a1cd68bacb7 (patch) | |
| tree | 3d79e760cfa65fe4c7bc1cd8e0b5186a5ec23faa /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | d497555bda7ca99925b96ae0f47ca1bf49a475b3 (diff) | |
| parent | 45c587b3a656135fec9c91566fa5f817ddfc600e (diff) | |
| download | shiftos_thereturn-d3496237b055639fcac12e1b4ea85a1cd68bacb7.tar.gz shiftos_thereturn-d3496237b055639fcac12e1b4ea85a1cd68bacb7.tar.bz2 shiftos_thereturn-d3496237b055639fcac12e1b4ea85a1cd68bacb7.zip | |
Merge pull request #3 from shiftos-game/master
yes
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 32594bb..a6d9ff7 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -185,24 +185,12 @@ <Compile Include="Applications\ShiftLetters.Designer.cs"> <DependentUpon>ShiftLetters.cs</DependentUpon> </Compile> - <Compile Include="Applications\MUDControlCentre.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="Applications\MUDControlCentre.Designer.cs"> - <DependentUpon>MUDControlCentre.cs</DependentUpon> - </Compile> <Compile Include="Applications\NameChanger.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Applications\NameChanger.Designer.cs"> <DependentUpon>NameChanger.cs</DependentUpon> </Compile> - <Compile Include="Applications\Notifications.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="Applications\Notifications.Designer.cs"> - <DependentUpon>Notifications.cs</DependentUpon> - </Compile> <Compile Include="Applications\Shifter.cs"> <SubType>UserControl</SubType> </Compile> @@ -239,12 +227,6 @@ <Compile Include="Applications\ShiftSweeper.Designer.cs"> <DependentUpon>ShiftSweeper.cs</DependentUpon> </Compile> - <Compile Include="Applications\ShopItemCreator.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="Applications\ShopItemCreator.Designer.cs"> - <DependentUpon>ShopItemCreator.cs</DependentUpon> - </Compile> <Compile Include="Applications\Skin Loader.cs"> <SubType>UserControl</SubType> </Compile> @@ -550,15 +532,9 @@ <EmbeddedResource Include="Applications\ShiftLetters.resx"> <DependentUpon>ShiftLetters.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="Applications\MUDControlCentre.resx"> - <DependentUpon>MUDControlCentre.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="Applications\NameChanger.resx"> <DependentUpon>NameChanger.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="Applications\Notifications.resx"> - <DependentUpon>Notifications.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="Applications\Shifter.resx"> <DependentUpon>Shifter.cs</DependentUpon> </EmbeddedResource> @@ -577,9 +553,6 @@ <EmbeddedResource Include="Applications\ShiftSweeper.resx"> <DependentUpon>ShiftSweeper.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="Applications\ShopItemCreator.resx"> - <DependentUpon>ShopItemCreator.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="Applications\Skin Loader.resx"> <DependentUpon>Skin Loader.cs</DependentUpon> </EmbeddedResource> |
