diff options
| author | FloppyDiskDrive <[email protected]> | 2017-11-05 14:13:06 -0600 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-11-05 14:13:06 -0600 |
| commit | 019da5b9ebf67b758a31dd05c4b17de66fa682f2 (patch) | |
| tree | 9d2341a1e9ab8fe1216800265d70a18f5e7ac762 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | 70ccdd214ed90d7d3ec3b5c1f9d0e4414fbe4987 (diff) | |
| download | shiftos-rewind-019da5b9ebf67b758a31dd05c4b17de66fa682f2.tar.gz shiftos-rewind-019da5b9ebf67b758a31dd05c4b17de66fa682f2.tar.bz2 shiftos-rewind-019da5b9ebf67b758a31dd05c4b17de66fa682f2.zip | |
Began to add textpad, extra functionality to the infobox template
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 f511503..93ece0f 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -85,6 +85,12 @@ <Compile Include="ShiftOS\Apps\TestForm.Designer.cs"> <DependentUpon>TestForm.cs</DependentUpon> </Compile> + <Compile Include="ShiftOS\Apps\TextPad.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="ShiftOS\Apps\TextPad.Designer.cs"> + <DependentUpon>TextPad.cs</DependentUpon> + </Compile> <Compile Include="ShiftOS\Desktop.cs"> <SubType>Form</SubType> </Compile> @@ -119,6 +125,9 @@ <EmbeddedResource Include="ShiftOS\Apps\TestForm.resx"> <DependentUpon>TestForm.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="ShiftOS\Apps\TextPad.resx"> + <DependentUpon>TextPad.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="ShiftOS\Desktop.resx"> <DependentUpon>Desktop.cs</DependentUpon> </EmbeddedResource> |
