aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/ShiftOS.Engine.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-01-27 14:18:46 -0500
committerMichael <[email protected]>2017-01-27 14:18:50 -0500
commitb5d51784117f5fdecb14bc1cef6a6d2477a7c810 (patch)
treed9f1828a791bd1bb527fa67c72ed4d875c820366 /ShiftOS_TheReturn/ShiftOS.Engine.csproj
parentc62cb58ba0c3a6c0d54680c7a5412fd143aff98c (diff)
downloadshiftos_thereturn-b5d51784117f5fdecb14bc1cef6a6d2477a7c810.tar.gz
shiftos_thereturn-b5d51784117f5fdecb14bc1cef6a6d2477a7c810.tar.bz2
shiftos_thereturn-b5d51784117f5fdecb14bc1cef6a6d2477a7c810.zip
Modularize the Lua engine
C# code can be exposed to Lua from anywhere in the entire source code.
Diffstat (limited to 'ShiftOS_TheReturn/ShiftOS.Engine.csproj')
-rw-r--r--ShiftOS_TheReturn/ShiftOS.Engine.csproj10
1 files changed, 0 insertions, 10 deletions
diff --git a/ShiftOS_TheReturn/ShiftOS.Engine.csproj b/ShiftOS_TheReturn/ShiftOS.Engine.csproj
index 18fac1d..ce22f3c 100644
--- a/ShiftOS_TheReturn/ShiftOS.Engine.csproj
+++ b/ShiftOS_TheReturn/ShiftOS.Engine.csproj
@@ -113,12 +113,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
- <Compile Include="AltTabWindow.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="AltTabWindow.Designer.cs">
- <DependentUpon>AltTabWindow.cs</DependentUpon>
- </Compile>
<Compile Include="AppearanceManager.cs" />
<Compile Include="AppLauncherDaemon.cs" />
<Compile Include="Commands.cs" />
@@ -127,7 +121,6 @@
<Compile Include="CrashHandler.Designer.cs">
<DependentUpon>CrashHandler.cs</DependentUpon>
</Compile>
- <Compile Include="CtrlTabMenu.cs" />
<Compile Include="Desktop.cs" />
<Compile Include="FileSkimmerBackend.cs" />
<Compile Include="Infobox.cs" />
@@ -153,9 +146,6 @@
<Compile Include="TutorialManager.cs" />
<Compile Include="VirusEngine.cs" />
<Compile Include="WinOpenAttribute.cs" />
- <EmbeddedResource Include="AltTabWindow.resx">
- <DependentUpon>AltTabWindow.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="Infobox.resx">
<DependentUpon>Infobox.cs</DependentUpon>
</EmbeddedResource>