diff options
| author | lempamo <[email protected]> | 2017-02-25 09:48:02 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 09:48:02 -0500 |
| commit | 3e5498e2f93e96e3efc5a808bea6de07a2c41e68 (patch) | |
| tree | 71140dfa1f68fdb11ccaf4a87d52f0898c676c32 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | cc4b3c6f091828f2b44ffa3688f551ed09557ec6 (diff) | |
| download | shiftos_thereturn-3e5498e2f93e96e3efc5a808bea6de07a2c41e68.tar.gz shiftos_thereturn-3e5498e2f93e96e3efc5a808bea6de07a2c41e68.tar.bz2 shiftos_thereturn-3e5498e2f93e96e3efc5a808bea6de07a2c41e68.zip | |
Calculator stuffs 2
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 45c1a47..a512de2 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -64,6 +64,12 @@ <Compile Include="Applications\Artpad.Designer.cs"> <DependentUpon>Artpad.cs</DependentUpon> </Compile> + <Compile Include="Applications\Calculator.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\Calculator.Designer.cs"> + <DependentUpon>Calculator.cs</DependentUpon> + </Compile> <Compile Include="Applications\Chat.cs"> <SubType>UserControl</SubType> </Compile> @@ -247,6 +253,9 @@ <EmbeddedResource Include="Applications\Artpad.resx"> <DependentUpon>Artpad.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\Calculator.resx"> + <DependentUpon>Calculator.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\Chat.resx"> <DependentUpon>Chat.cs</DependentUpon> </EmbeddedResource> |
