diff options
| author | Michael <[email protected]> | 2017-04-09 15:56:14 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-09 15:56:14 -0400 |
| commit | 2ac1033c2dcd0e70114ab9ee5c7bd129bff6c1fa (patch) | |
| tree | d42271e84b02c9bad981e2fa4192c32ec6847f7a /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | c17eadf177e550b73acc714a03039aacd073dd8d (diff) | |
| download | shiftos_thereturn-2ac1033c2dcd0e70114ab9ee5c7bd129bff6c1fa.tar.gz shiftos_thereturn-2ac1033c2dcd0e70114ab9ee5c7bd129bff6c1fa.tar.bz2 shiftos_thereturn-2ac1033c2dcd0e70114ab9ee5c7bd129bff6c1fa.zip | |
Legion story work (SPOILERS!)
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 ca0001e..95612ef 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -131,6 +131,12 @@ <Compile Include="Applications\GraphicPicker.Designer.cs"> <DependentUpon>GraphicPicker.cs</DependentUpon> </Compile> + <Compile Include="Applications\Installer.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\Installer.Designer.cs"> + <DependentUpon>Installer.cs</DependentUpon> + </Compile> <Compile Include="Applications\ShiftLetters.cs"> <SubType>UserControl</SubType> </Compile> @@ -279,6 +285,7 @@ <Compile Include="ScriptingTestFunctions.cs" /> <Compile Include="ShiftOSAudioProvider.cs" /> <Compile Include="ShiftOSConfigFile.cs" /> + <Compile Include="Stories\LegionStory.cs" /> <Compile Include="Tools\ColorPickerDataBackend.cs" /> <Compile Include="Tools\ControlManager.cs" /> <Compile Include="Tools\DitheringEngine.cs" /> @@ -336,6 +343,9 @@ <EmbeddedResource Include="Applications\GraphicPicker.resx"> <DependentUpon>GraphicPicker.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\Installer.resx"> + <DependentUpon>Installer.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\ShiftLetters.resx"> <DependentUpon>ShiftLetters.cs</DependentUpon> </EmbeddedResource> |
