diff options
| author | carverh <[email protected]> | 2016-07-21 16:00:53 -0700 |
|---|---|---|
| committer | carverh <[email protected]> | 2016-07-21 16:00:53 -0700 |
| commit | 3730f2829e697312b0c912601e5d428829df7645 (patch) | |
| tree | 8ad8b6cf56cbea6623f7a2a69f16ff43e71fc7bf /source/WindowsFormsApplication1/ShiftOS.csproj | |
| parent | 05373252f6d97753593dbaa5a274e438e9fac1f5 (diff) | |
| download | shiftos-c-_theultimatehacker-3730f2829e697312b0c912601e5d428829df7645.tar.gz shiftos-c-_theultimatehacker-3730f2829e697312b0c912601e5d428829df7645.tar.bz2 shiftos-c-_theultimatehacker-3730f2829e697312b0c912601e5d428829df7645.zip | |
Fixed Up and Added Features
Diffstat (limited to 'source/WindowsFormsApplication1/ShiftOS.csproj')
| -rw-r--r-- | source/WindowsFormsApplication1/ShiftOS.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/ShiftOS.csproj b/source/WindowsFormsApplication1/ShiftOS.csproj index 9e24979..65c7d44 100644 --- a/source/WindowsFormsApplication1/ShiftOS.csproj +++ b/source/WindowsFormsApplication1/ShiftOS.csproj @@ -85,6 +85,12 @@ </ItemGroup> <ItemGroup> <Compile Include="API.cs" /> + <Compile Include="Apps\About.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Apps\About.Designer.cs"> + <DependentUpon>About.cs</DependentUpon> + </Compile> <Compile Include="Apps\Appscape.cs"> <SubType>Form</SubType> </Compile> @@ -401,6 +407,9 @@ <DependentUpon>WindowBorder.cs</DependentUpon> </Compile> <Compile Include="SkinEngine\WindowComposition.cs" /> + <EmbeddedResource Include="Apps\About.resx"> + <DependentUpon>About.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Apps\Appscape.resx"> <DependentUpon>Appscape.cs</DependentUpon> </EmbeddedResource> |
