diff options
| author | AShifter <[email protected]> | 2017-09-24 13:56:11 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-09-24 13:56:11 -0600 |
| commit | 0a552e395477d2bb4c90e12624d11b28545a4933 (patch) | |
| tree | 035533bf35faa4c1480adc8ef033fd8d9c65c8c5 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | 9107510c4985ceb781640163bbb82ab6de2fa35e (diff) | |
| download | shiftos-rewind-0a552e395477d2bb4c90e12624d11b28545a4933.tar.gz shiftos-rewind-0a552e395477d2bb4c90e12624d11b28545a4933.tar.bz2 shiftos-rewind-0a552e395477d2bb4c90e12624d11b28545a4933.zip | |
Update WM
It's pretty much done. Pair with DE, and serve hot.
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 1343d99..77bf889 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -52,16 +52,16 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="ShiftDemo.cs"> + <Compile Include="ShiftOS\Apps\ShiftDemo.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="ShiftDemo.Designer.cs"> + <Compile Include="ShiftOS\Apps\ShiftDemo.Designer.cs"> <DependentUpon>ShiftDemo.cs</DependentUpon> </Compile> - <Compile Include="TestForm.cs"> + <Compile Include="ShiftOS\Apps\TestForm.cs"> <SubType>Form</SubType> </Compile> - <Compile Include="TestForm.Designer.cs"> + <Compile Include="ShiftOS\Apps\TestForm.Designer.cs"> <DependentUpon>TestForm.cs</DependentUpon> </Compile> <EmbeddedResource Include="HijackScreen.resx"> @@ -77,10 +77,10 @@ <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> - <EmbeddedResource Include="ShiftDemo.resx"> + <EmbeddedResource Include="ShiftOS\Apps\ShiftDemo.resx"> <DependentUpon>ShiftDemo.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="TestForm.resx"> + <EmbeddedResource Include="ShiftOS\Apps\TestForm.resx"> <DependentUpon>TestForm.cs</DependentUpon> </EmbeddedResource> <None Include="Properties\Settings.settings"> |
