diff options
| author | Michael VanOverbeek <[email protected]> | 2017-03-07 20:58:12 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-07 20:58:12 -0500 |
| commit | 85882aa5155ab279bbef22d20c54672fbabe272d (patch) | |
| tree | d83a6b04729de8c64ac3f21b63385a01f0157b43 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 0f19359ef042805ac645a1817a5c95b722c96a37 (diff) | |
| parent | 1c0c7c6fa8cbc2c20f4a25457b934c61ffe4ec43 (diff) | |
| download | shiftos_thereturn-85882aa5155ab279bbef22d20c54672fbabe272d.tar.gz shiftos_thereturn-85882aa5155ab279bbef22d20c54672fbabe272d.tar.bz2 shiftos_thereturn-85882aa5155ab279bbef22d20c54672fbabe272d.zip | |
Merge pull request #104 from AShifter/master
Added ShiftLotto
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 6491a02..4f21b04 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> @@ -341,6 +347,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> |
