diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-21 20:33:08 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-21 20:33:08 -0400 |
| commit | ed36135241a8d6d8ab4005a55f89ab8765f1a969 (patch) | |
| tree | a16e0f408cb0c330b530a7ab7454ddab4f53ba16 /shiftos_next/shiftos_next.vbproj | |
| parent | 1fcbee8dab0524cb2b1aecd5bb2521acdfe6b541 (diff) | |
| download | shiftos-next-ed36135241a8d6d8ab4005a55f89ab8765f1a969.tar.gz shiftos-next-ed36135241a8d6d8ab4005a55f89ab8765f1a969.tar.bz2 shiftos-next-ed36135241a8d6d8ab4005a55f89ab8765f1a969.zip | |
Commit for latest Alpha (0.0.1 Alpha 1)
See the post on shiftos.net for more info.
Diffstat (limited to 'shiftos_next/shiftos_next.vbproj')
| -rw-r--r-- | shiftos_next/shiftos_next.vbproj | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/shiftos_next/shiftos_next.vbproj b/shiftos_next/shiftos_next.vbproj index d532d01..47f12ca 100644 --- a/shiftos_next/shiftos_next.vbproj +++ b/shiftos_next/shiftos_next.vbproj @@ -70,6 +70,20 @@ <Import Include="System.Threading.Tasks" /> </ItemGroup> <ItemGroup> + <Compile Include="BasicWM_ColorTable.vb" /> + <Compile Include="basicwm_infobox.Designer.vb"> + <DependentUpon>basicwm_infobox.vb</DependentUpon> + </Compile> + <Compile Include="basicwm_infobox.vb"> + <SubType>Form</SubType> + </Compile> + <Compile Include="basicwm_renderer.vb" /> + <Compile Include="file skimmer.Designer.vb"> + <DependentUpon>file skimmer.vb</DependentUpon> + </Compile> + <Compile Include="file skimmer.vb"> + <SubType>Form</SubType> + </Compile> <Compile Include="filesystem.vb" /> <Compile Include="Hijack.Designer.vb"> <DependentUpon>Hijack.vb</DependentUpon> @@ -106,8 +120,20 @@ <Compile Include="Terminal.vb"> <SubType>Form</SubType> </Compile> + <Compile Include="TextPad.Designer.vb"> + <DependentUpon>TextPad.vb</DependentUpon> + </Compile> + <Compile Include="TextPad.vb"> + <SubType>Form</SubType> + </Compile> </ItemGroup> <ItemGroup> + <EmbeddedResource Include="basicwm_infobox.resx"> + <DependentUpon>basicwm_infobox.vb</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="file skimmer.resx"> + <DependentUpon>file skimmer.vb</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Hijack.resx"> <DependentUpon>Hijack.vb</DependentUpon> </EmbeddedResource> @@ -123,6 +149,9 @@ <EmbeddedResource Include="Terminal.resx"> <DependentUpon>Terminal.vb</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="TextPad.resx"> + <DependentUpon>TextPad.vb</DependentUpon> + </EmbeddedResource> </ItemGroup> <ItemGroup> <None Include="My Project\Application.myapp"> @@ -136,6 +165,15 @@ </None> <None Include="App.config" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\TextFile.png" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\Folder.png" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\Folder1.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. |
