diff options
Diffstat (limited to 'Project Ports/Project Ports.csproj')
| -rw-r--r-- | Project Ports/Project Ports.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Project Ports/Project Ports.csproj b/Project Ports/Project Ports.csproj index aa7085f..e1da9e0 100644 --- a/Project Ports/Project Ports.csproj +++ b/Project Ports/Project Ports.csproj @@ -32,6 +32,9 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="PortEngine"> + <HintPath>..\PortEngine\bin\Debug\PortEngine.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> @@ -72,7 +75,7 @@ <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Terminal.cs"> - <SubType>Form</SubType> + <SubType>UserControl</SubType> </Compile> <Compile Include="Terminal.Designer.cs"> <DependentUpon>Terminal.cs</DependentUpon> |
