diff options
| author | AShifter <[email protected]> | 2017-09-24 12:32:50 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-09-24 12:32:50 -0600 |
| commit | 9107510c4985ceb781640163bbb82ab6de2fa35e (patch) | |
| tree | c6a440b7ed182df8f8d1e5d0fdf55e28cf74055f /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | 2992686ec723fa4c854b6de27007a284b484a92e (diff) | |
| download | shiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.tar.gz shiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.tar.bz2 shiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.zip | |
Add proper WM and Remove old source
Added a proper, working WM. I also got rid of the old source as we could
just make a new repo for that.
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 6328a3c..1343d99 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -52,6 +52,18 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="ShiftDemo.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="ShiftDemo.Designer.cs"> + <DependentUpon>ShiftDemo.cs</DependentUpon> + </Compile> + <Compile Include="TestForm.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="TestForm.Designer.cs"> + <DependentUpon>TestForm.cs</DependentUpon> + </Compile> <EmbeddedResource Include="HijackScreen.resx"> <DependentUpon>HijackScreen.cs</DependentUpon> </EmbeddedResource> @@ -65,6 +77,12 @@ <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> + <EmbeddedResource Include="ShiftDemo.resx"> + <DependentUpon>ShiftDemo.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="TestForm.resx"> + <DependentUpon>TestForm.cs</DependentUpon> + </EmbeddedResource> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> @@ -1070,5 +1088,11 @@ <ItemGroup> <None Include="Resources\appscapeinfoorcwritetext.png" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\ShiftOS.Engine\ShiftOS.Engine.csproj"> + <Project>{604eb1d7-998f-4a52-90a6-67f3dc3203d2}</Project> + <Name>ShiftOS.Engine</Name> + </ProjectReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
