diff options
| author | AShifter <[email protected]> | 2017-05-18 19:27:39 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-05-18 19:27:44 -0600 |
| commit | 5967c0fc3616fe14656f985e8871489ba03cfd10 (patch) | |
| tree | e0c26100e72963c990105204f4b23a19ba0fe09a /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 0937c68e19d73360b6d5f3c9e50c73fb966d4508 (diff) | |
| download | shiftos_thereturn-5967c0fc3616fe14656f985e8871489ba03cfd10.tar.gz shiftos_thereturn-5967c0fc3616fe14656f985e8871489ba03cfd10.tar.bz2 shiftos_thereturn-5967c0fc3616fe14656f985e8871489ba03cfd10.zip | |
Start work on TriPresent
It's in a basic state right now, and I also fixed a launch bug for
people with slightly older ``ShiftOS.mfs`` files (in Localization.cs).
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 89da4e1..e372a8b 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -70,6 +70,12 @@ <Compile Include="Applications\About.Designer.cs"> <DependentUpon>About.cs</DependentUpon> </Compile> + <Compile Include="Applications\TriPresent.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\TriPresent.Designer.cs"> + <DependentUpon>TriPresent.cs</DependentUpon> + </Compile> <Compile Include="Applications\TriWrite.cs"> <SubType>UserControl</SubType> </Compile> @@ -412,6 +418,9 @@ <EmbeddedResource Include="Applications\About.resx"> <DependentUpon>About.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\TriPresent.resx"> + <DependentUpon>TriPresent.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\TriWrite.resx"> <DependentUpon>TriWrite.cs</DependentUpon> </EmbeddedResource> |
