aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Project Ports.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Project Ports/Project Ports.csproj')
-rw-r--r--Project Ports/Project Ports.csproj36
1 files changed, 36 insertions, 0 deletions
diff --git a/Project Ports/Project Ports.csproj b/Project Ports/Project Ports.csproj
index 55dd92e..f5589e1 100644
--- a/Project Ports/Project Ports.csproj
+++ b/Project Ports/Project Ports.csproj
@@ -11,6 +11,21 @@
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
+ <PublishUrl>publish\</PublishUrl>
+ <Install>true</Install>
+ <InstallFrom>Disk</InstallFrom>
+ <UpdateEnabled>false</UpdateEnabled>
+ <UpdateMode>Foreground</UpdateMode>
+ <UpdateInterval>7</UpdateInterval>
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
+ <UpdatePeriodically>false</UpdatePeriodically>
+ <UpdateRequired>false</UpdateRequired>
+ <MapFileExtensions>true</MapFileExtensions>
+ <ApplicationRevision>0</ApplicationRevision>
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
+ <IsWebBootstrapper>false</IsWebBootstrapper>
+ <UseApplicationTrust>false</UseApplicationTrust>
+ <BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -94,6 +109,12 @@
<Compile Include="Programs\ChatApp.Designer.cs">
<DependentUpon>ChatApp.cs</DependentUpon>
</Compile>
+ <Compile Include="Programs\FileManager.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="Programs\FileManager.Designer.cs">
+ <DependentUpon>FileManager.cs</DependentUpon>
+ </Compile>
<Compile Include="Programs\QuantumNet.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -154,6 +175,9 @@
<EmbeddedResource Include="Programs\ChatApp.resx">
<DependentUpon>ChatApp.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Programs\FileManager.resx">
+ <DependentUpon>FileManager.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Programs\QuantumNet.resx">
<DependentUpon>QuantumNet.cs</DependentUpon>
</EmbeddedResource>
@@ -196,5 +220,17 @@
<Name>PortEngine</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
+ <Visible>False</Visible>
+ <ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
+ <Install>false</Install>
+ </BootstrapperPackage>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file