diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-26 19:09:21 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-26 19:09:21 -0500 |
| commit | 9c24aebd302435b9993dd495cea5898cd5872867 (patch) | |
| tree | 998d4da8cf30c5a26c1f2bff77aa918222655c56 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | dc7533184a88271bfd2a3aae299532ec7632144d (diff) | |
| download | shiftos-rewind-9c24aebd302435b9993dd495cea5898cd5872867.tar.gz shiftos-rewind-9c24aebd302435b9993dd495cea5898cd5872867.tar.bz2 shiftos-rewind-9c24aebd302435b9993dd495cea5898cd5872867.zip | |
Began work on a crappy Skinning Engine; Shifter is removed until completed.
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 18e842f..77bf889 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -52,24 +52,12 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="ShiftOS\Apps\ShifterStuff\SelectColor.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="ShiftOS\Apps\ShifterStuff\SelectColor.Designer.cs"> - <DependentUpon>SelectColor.cs</DependentUpon> - </Compile> <Compile Include="ShiftOS\Apps\ShiftDemo.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="ShiftOS\Apps\ShiftDemo.Designer.cs"> <DependentUpon>ShiftDemo.cs</DependentUpon> </Compile> - <Compile Include="ShiftOS\Apps\ShifterStuff\Shifter.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="ShiftOS\Apps\ShifterStuff\Shifter.Designer.cs"> - <DependentUpon>Shifter.cs</DependentUpon> - </Compile> <Compile Include="ShiftOS\Apps\TestForm.cs"> <SubType>Form</SubType> </Compile> @@ -89,15 +77,9 @@ <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> - <EmbeddedResource Include="ShiftOS\Apps\ShifterStuff\SelectColor.resx"> - <DependentUpon>SelectColor.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="ShiftOS\Apps\ShiftDemo.resx"> <DependentUpon>ShiftDemo.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="ShiftOS\Apps\ShifterStuff\Shifter.resx"> - <DependentUpon>Shifter.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="ShiftOS\Apps\TestForm.resx"> <DependentUpon>TestForm.cs</DependentUpon> </EmbeddedResource> |
