aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS.Main.csproj
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-09-27 17:12:44 -0500
committerFloppyDiskDrive <[email protected]>2017-09-27 17:12:44 -0500
commit92d7a143ca9681fa63ff2bcebdf9a9470ceb18b4 (patch)
tree5ec80c52c6b500c543ee265a9936f75e42c5e569 /ShiftOS.Main/ShiftOS.Main.csproj
parent9c24aebd302435b9993dd495cea5898cd5872867 (diff)
downloadshiftos-rewind-92d7a143ca9681fa63ff2bcebdf9a9470ceb18b4.tar.gz
shiftos-rewind-92d7a143ca9681fa63ff2bcebdf9a9470ceb18b4.tar.bz2
shiftos-rewind-92d7a143ca9681fa63ff2bcebdf9a9470ceb18b4.zip
Revert "Began work on a crappy Skinning Engine; Shifter is removed until completed."
This reverts commit 9c24aebd302435b9993dd495cea5898cd5872867.
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
-rw-r--r--ShiftOS.Main/ShiftOS.Main.csproj18
1 files changed, 18 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj
index 77bf889..18e842f 100644
--- a/ShiftOS.Main/ShiftOS.Main.csproj
+++ b/ShiftOS.Main/ShiftOS.Main.csproj
@@ -52,12 +52,24 @@
</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>
@@ -77,9 +89,15 @@
<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>