diff options
| author | pfg <[email protected]> | 2017-03-12 09:45:11 -0700 |
|---|---|---|
| committer | pfg <[email protected]> | 2017-03-12 09:45:11 -0700 |
| commit | 5ee6043b9ea5baef45c08b5fb92fdebadd610dc0 (patch) | |
| tree | 947cffe3f4693f9559cc7aaf5a2f3500e23f2b53 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 6460ccee378e15408768337dcdc1bc77da07da53 (diff) | |
| parent | 11da99a43bb3225ebd5fc82cb4765309804f8eba (diff) | |
| download | shiftos_thereturn-5ee6043b9ea5baef45c08b5fb92fdebadd610dc0.tar.gz shiftos_thereturn-5ee6043b9ea5baef45c08b5fb92fdebadd610dc0.tar.bz2 shiftos_thereturn-5ee6043b9ea5baef45c08b5fb92fdebadd610dc0.zip | |
Command theming complete
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 6491a02..62df12a 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> @@ -609,6 +618,7 @@ <Content Include="SystemIcons\iconPong.png" /> <Content Include="SystemIcons\iconShifter.png" /> <None Include="SystemIcons\iconShiftLetters.png" /> + <Content Include="SystemIcons\iconShiftLotto.png" /> <Content Include="SystemIcons\iconShiftnet.png" /> <Content Include="SystemIcons\iconShiftorium.png" /> <None Include="SystemIcons\iconShiftSweeper.png" /> |
