aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2017-03-07 20:58:12 -0500
committerGitHub <[email protected]>2017-03-07 20:58:12 -0500
commit85882aa5155ab279bbef22d20c54672fbabe272d (patch)
treed83a6b04729de8c64ac3f21b63385a01f0157b43 /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parent0f19359ef042805ac645a1817a5c95b722c96a37 (diff)
parent1c0c7c6fa8cbc2c20f4a25457b934c61ffe4ec43 (diff)
downloadshiftos_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.csproj9
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>