diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-19 15:54:58 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-19 15:54:58 -0400 |
| commit | feb9922b968aad01e9f40fc5832c4890abf0ece7 (patch) | |
| tree | 4ee35cdb6f50366f3ec82de2136a0b9fcd6b34c1 /Project Ports/Project Ports.csproj | |
| parent | eaf78c1440b0528233a1e049cb5062e526a4bd92 (diff) | |
| download | Project-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.tar.gz Project-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.tar.bz2 Project-Silicon-feb9922b968aad01e9f40fc5832c4890abf0ece7.zip | |
things
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> |
