diff options
| author | Michael VanOverbeek <[email protected]> | 2017-02-25 10:04:11 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-25 10:04:11 -0500 |
| commit | 413a7da898716d43711dcfe99791b329bb6d866b (patch) | |
| tree | e8c14c7cfbc192d2e0cf60e3faef32d24b86ba0c /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 910a1c455e0176bfff7776e47f9160e349cfaf67 (diff) | |
| parent | 271c973c3f1de0afd96a4ad3d0e0ed43b5e1b4f8 (diff) | |
| download | shiftos_thereturn-413a7da898716d43711dcfe99791b329bb6d866b.tar.gz shiftos_thereturn-413a7da898716d43711dcfe99791b329bb6d866b.tar.bz2 shiftos_thereturn-413a7da898716d43711dcfe99791b329bb6d866b.zip | |
Merge pull request #89 from lempamo/master
Calc 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 dac8c73..8ea1a04 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> @@ -253,6 +259,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> |
