diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-17 14:18:26 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-17 14:18:26 -0400 |
| commit | 5439c15a8ead80183297ba8c65a9a61e84cd7f44 (patch) | |
| tree | 1d3aefacc627cd25d13c1aa735cdee32e5f95cd1 /PortEngine/PortEngine.csproj | |
| parent | 780a695ac9c523a39297c6523f5788959c9f1b25 (diff) | |
| download | Project-Silicon-5439c15a8ead80183297ba8c65a9a61e84cd7f44.tar.gz Project-Silicon-5439c15a8ead80183297ba8c65a9a61e84cd7f44.tar.bz2 Project-Silicon-5439c15a8ead80183297ba8c65a9a61e84cd7f44.zip | |
Reimplemented the window manager
Diffstat (limited to 'PortEngine/PortEngine.csproj')
| -rw-r--r-- | PortEngine/PortEngine.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PortEngine/PortEngine.csproj b/PortEngine/PortEngine.csproj index ed37411..d9c6351 100644 --- a/PortEngine/PortEngine.csproj +++ b/PortEngine/PortEngine.csproj @@ -44,7 +44,7 @@ <ItemGroup> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="WindowManager\WM.cs"> - <SubType>Form</SubType> + <SubType>UserControl</SubType> </Compile> <Compile Include="WindowManager\WM.Designer.cs"> <DependentUpon>WM.cs</DependentUpon> |
