diff options
| author | Michael VanOverbeek <[email protected]> | 2016-07-22 08:00:32 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-22 08:00:32 -0700 |
| commit | e4951c025d842484ade89b86f66d4140ff240d03 (patch) | |
| tree | 9839226f202f7da734aa549fd18427747548731e /source/WindowsFormsApplication1/ShiftOS.csproj | |
| parent | b9911efba3bc070c4a4995a8cf89163ef1685af6 (diff) | |
| parent | a1f8770e879259b4b71589c842e5eeb26a59f2fb (diff) | |
| download | shiftos-c-_theultimatehacker-e4951c025d842484ade89b86f66d4140ff240d03.tar.gz shiftos-c-_theultimatehacker-e4951c025d842484ade89b86f66d4140ff240d03.tar.bz2 shiftos-c-_theultimatehacker-e4951c025d842484ade89b86f66d4140ff240d03.zip | |
Merge pull request #9 from carverh/master
Added A LOT
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> |
