diff options
| author | IBMPCDOS5 <[email protected]> | 2017-09-24 15:10:21 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-24 15:10:21 -0500 |
| commit | 554a97739a89345613e5ca6fcdb9022ef80e665e (patch) | |
| tree | 035533bf35faa4c1480adc8ef033fd8d9c65c8c5 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | 061ce54709db3157ae3366607420639d34942c7e (diff) | |
| parent | 0a552e395477d2bb4c90e12624d11b28545a4933 (diff) | |
| download | shiftos-rewind-554a97739a89345613e5ca6fcdb9022ef80e665e.tar.gz shiftos-rewind-554a97739a89345613e5ca6fcdb9022ef80e665e.tar.bz2 shiftos-rewind-554a97739a89345613e5ca6fcdb9022ef80e665e.zip | |
Merge pull request #5 from AShifter/master
Update WM
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"> |
