diff options
| author | AShifter <[email protected]> | 2017-03-07 18:53:41 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-07 18:53:41 -0700 |
| commit | 1c0c7c6fa8cbc2c20f4a25457b934c61ffe4ec43 (patch) | |
| tree | fd9bf7f618a8d4da6619d51a62b3f46a5b6c43c0 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 449d43d22c1d12ce6aa0243fbb4ea94481ff8f4c (diff) | |
| download | shiftos_thereturn-1c0c7c6fa8cbc2c20f4a25457b934c61ffe4ec43.tar.gz shiftos_thereturn-1c0c7c6fa8cbc2c20f4a25457b934c61ffe4ec43.tar.bz2 shiftos_thereturn-1c0c7c6fa8cbc2c20f4a25457b934c61ffe4ec43.zip | |
Added ShiftLotto
Added ShiftLotto. It's a new shiftorium upgrade that lets you make (and
lose) codepoints FAST.
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 7f728d5..2c36f6c 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -166,6 +166,12 @@ <Compile Include="Applications\Shifter.Designer.cs"> <DependentUpon>Shifter.cs</DependentUpon> </Compile> + <Compile Include="Applications\ShiftLotto.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\ShiftLotto.Designer.cs"> + <DependentUpon>ShiftLotto.cs</DependentUpon> + </Compile> <Compile Include="Applications\Shiftnet.cs"> <SubType>UserControl</SubType> </Compile> @@ -335,6 +341,9 @@ <EmbeddedResource Include="Applications\Shifter.resx"> <DependentUpon>Shifter.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\ShiftLotto.resx"> + <DependentUpon>ShiftLotto.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\Shiftnet.resx"> <DependentUpon>Shiftnet.cs</DependentUpon> </EmbeddedResource> |
