aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS.Main.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
-rw-r--r--ShiftOS.Main/ShiftOS.Main.csproj24
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