aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-16 17:14:18 -0500
committerMichael <[email protected]>2017-02-16 17:14:23 -0500
commite255c7fd47c2f6e2e12befdc8808e9db8cc8f0d2 (patch)
tree4cac94bffe9d322899ee047d86b8a3f2ef57f419 /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parent781351aefb5d4fe7d9770568506345156b605b9a (diff)
downloadshiftos_thereturn-e255c7fd47c2f6e2e12befdc8808e9db8cc8f0d2.tar.gz
shiftos_thereturn-e255c7fd47c2f6e2e12befdc8808e9db8cc8f0d2.tar.bz2
shiftos_thereturn-e255c7fd47c2f6e2e12befdc8808e9db8cc8f0d2.zip
stuff
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
-rw-r--r--ShiftOS.WinForms/ShiftOS.WinForms.csproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
index 126f32f..f63dcd2 100644
--- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj
+++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
@@ -94,6 +94,12 @@
<Compile Include="Applications\Downloader.Designer.cs">
<DependentUpon>Downloader.cs</DependentUpon>
</Compile>
+ <Compile Include="Applications\ExperienceShifter.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="Applications\ExperienceShifter.Designer.cs">
+ <DependentUpon>ExperienceShifter.cs</DependentUpon>
+ </Compile>
<Compile Include="Applications\FileDialog.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -202,6 +208,12 @@
<DependentUpon>FakeSetupScreen.cs</DependentUpon>
</Compile>
<Compile Include="JobTasks.cs" />
+ <Compile Include="LuaDesktop.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="LuaDesktop.Designer.cs">
+ <DependentUpon>LuaDesktop.cs</DependentUpon>
+ </Compile>
<Compile Include="Oobe.cs">
<SubType>Form</SubType>
</Compile>
@@ -245,6 +257,9 @@
<EmbeddedResource Include="Applications\Downloader.resx">
<DependentUpon>Downloader.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Applications\ExperienceShifter.resx">
+ <DependentUpon>ExperienceShifter.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Applications\FileDialog.resx">
<DependentUpon>FileDialog.cs</DependentUpon>
</EmbeddedResource>
@@ -476,6 +491,7 @@
<None Include="Resources\strings_en.txt" />
</ItemGroup>
<ItemGroup>
+ <None Include="Resources\RegularDesktopGlyph.bmp" />
<Content Include="SystemIcons\iconArtpad.png" />
<Content Include="SystemIcons\iconAudioPlayer.png" />
<Content Include="SystemIcons\iconBitnoteDigger.png" />