diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-24 16:55:03 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-24 16:55:03 -0500 |
| commit | f5a78ea4169e1553204d908bfbc52ef7ca84b0e6 (patch) | |
| tree | 66934ed62aa72e7254cde35985811d653ad2e964 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | 59721924f1992d8beea1c6366a4e907692de022a (diff) | |
| download | shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.tar.gz shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.tar.bz2 shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.zip | |
Fully added the infobox
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 77bf889..d6ea600 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -58,6 +58,12 @@ <Compile Include="ShiftOS\Apps\ShiftDemo.Designer.cs"> <DependentUpon>ShiftDemo.cs</DependentUpon> </Compile> + <Compile Include="ShiftOS\Apps\Shifter.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="ShiftOS\Apps\Shifter.Designer.cs"> + <DependentUpon>Shifter.cs</DependentUpon> + </Compile> <Compile Include="ShiftOS\Apps\TestForm.cs"> <SubType>Form</SubType> </Compile> @@ -80,6 +86,9 @@ <EmbeddedResource Include="ShiftOS\Apps\ShiftDemo.resx"> <DependentUpon>ShiftDemo.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="ShiftOS\Apps\Shifter.resx"> + <DependentUpon>Shifter.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="ShiftOS\Apps\TestForm.resx"> <DependentUpon>TestForm.cs</DependentUpon> </EmbeddedResource> |
