aboutsummaryrefslogtreecommitdiff
path: root/PortEngine/PortEngine.csproj
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-04-08 16:48:55 -0400
committerAlee <Alee14498@gmail.com>2019-04-08 16:48:55 -0400
commit72e07e467a19d903332e79fe75672a743f207fcb (patch)
treeb745cf45769fb1a94147d7806c01bcc3295bd74c /PortEngine/PortEngine.csproj
parent83f8e18323bae72856eee60cd04d890e1fa41c45 (diff)
downloadProject-Silicon-72e07e467a19d903332e79fe75672a743f207fcb.tar.gz
Project-Silicon-72e07e467a19d903332e79fe75672a743f207fcb.tar.bz2
Project-Silicon-72e07e467a19d903332e79fe75672a743f207fcb.zip
Some things
Diffstat (limited to 'PortEngine/PortEngine.csproj')
-rw-r--r--PortEngine/PortEngine.csproj11
1 files changed, 10 insertions, 1 deletions
diff --git a/PortEngine/PortEngine.csproj b/PortEngine/PortEngine.csproj
index c47cc0e..729f08e 100644
--- a/PortEngine/PortEngine.csproj
+++ b/PortEngine/PortEngine.csproj
@@ -56,6 +56,12 @@
<Compile Include="FileSystem.cs" />
<Compile Include="GeneralAPI.cs" />
<Compile Include="PortsTerminalAPI.cs" />
+ <Compile Include="QuantumAPI\Sites\HomePage.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="QuantumAPI\Sites\HomePage.Designer.cs">
+ <DependentUpon>HomePage.cs</DependentUpon>
+ </Compile>
<Compile Include="QuantumAPI\Sites\Malwarebits.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -104,6 +110,9 @@
<EmbeddedResource Include="QuantumAPI\Sites\404Error.resx">
<DependentUpon>404Error.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="QuantumAPI\Sites\HomePage.resx">
+ <DependentUpon>HomePage.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="QuantumAPI\Sites\Malwarebits.resx">
<DependentUpon>Malwarebits.cs</DependentUpon>
</EmbeddedResource>
@@ -129,7 +138,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ConsoleControl">
- <Version>1.1.0</Version>
+ <Version>1.2.1</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />