diff options
| author | Michael <[email protected]> | 2017-05-20 15:32:39 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-20 15:32:44 -0400 |
| commit | 64dbc45739f90f6a5e143aef9c3530566b2fc8ce (patch) | |
| tree | 0dce03bafeaa8e5d3c9040ebbc018a245dc8d989 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | e248514bcfc42fa2b042ef6a39ae31b06871705d (diff) | |
| download | shiftos_thereturn-64dbc45739f90f6a5e143aef9c3530566b2fc8ce.tar.gz shiftos_thereturn-64dbc45739f90f6a5e143aef9c3530566b2fc8ce.tar.bz2 shiftos_thereturn-64dbc45739f90f6a5e143aef9c3530566b2fc8ce.zip | |
change some story stuff
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> |
