diff options
| author | Michael <[email protected]> | 2017-01-17 17:08:27 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-01-17 17:08:33 -0500 |
| commit | b348a76db785c040d957f055ba9cc8569bf0c285 (patch) | |
| tree | 376a1884c36eb7a0929d5c88078c94986defecbc /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | a93dd80d4e2f4c97284a1d7bc24b0240358bdd25 (diff) | |
| download | shiftos_thereturn-b348a76db785c040d957f055ba9cc8569bf0c285.tar.gz shiftos_thereturn-b348a76db785c040d957f055ba9cc8569bf0c285.tar.bz2 shiftos_thereturn-b348a76db785c040d957f055ba9cc8569bf0c285.zip | |
Out-of-box experience work
It's definitely not working right now. I wouldn't delete your save. I
have to implement the tutorial before the OOBE will let you into the
game.
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 b456796..1c782d1 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -186,6 +186,12 @@ <Compile Include="Controls\TerminalBox.cs"> <SubType>Component</SubType> </Compile> + <Compile Include="FakeSetupScreen.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="FakeSetupScreen.Designer.cs"> + <DependentUpon>FakeSetupScreen.cs</DependentUpon> + </Compile> <Compile Include="Oobe.cs"> <SubType>Form</SubType> </Compile> @@ -266,6 +272,9 @@ <EmbeddedResource Include="Applications\Terminal.resx"> <DependentUpon>Terminal.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="FakeSetupScreen.resx"> + <DependentUpon>FakeSetupScreen.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Oobe.resx"> <DependentUpon>Oobe.cs</DependentUpon> </EmbeddedResource> @@ -439,6 +448,7 @@ <None Include="Resources\Shiftorium.txt" /> </ItemGroup> <ItemGroup> + <None Include="Resources\ShiftOS.rtf" /> <None Include="Resources\Songs.txt" /> </ItemGroup> <ItemGroup> |
