diff options
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 e372a8b..b74003f 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -76,6 +76,12 @@ <Compile Include="Applications\TriPresent.Designer.cs"> <DependentUpon>TriPresent.cs</DependentUpon> </Compile> + <Compile Include="Applications\TriSheet.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\TriSheet.Designer.cs"> + <DependentUpon>TriSheet.cs</DependentUpon> + </Compile> <Compile Include="Applications\TriWrite.cs"> <SubType>UserControl</SubType> </Compile> @@ -421,6 +427,9 @@ <EmbeddedResource Include="Applications\TriPresent.resx"> <DependentUpon>TriPresent.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\TriSheet.resx"> + <DependentUpon>TriSheet.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\TriWrite.resx"> <DependentUpon>TriWrite.cs</DependentUpon> </EmbeddedResource> |
