diff options
| author | Alee14 <alee14498@gmail.com> | 2018-08-29 16:01:08 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-08-29 16:01:08 -0400 |
| commit | f77481171a11cdcd3bbca46246d5060a998c2473 (patch) | |
| tree | 10d9d8b610ac49a840d4b0f2a9c5bb254d55991a /Project Ports/Project Ports.csproj | |
| parent | ba3ffab9cbe89d3f727494d6dd3cd8dafbb8d751 (diff) | |
| download | Project-Silicon-f77481171a11cdcd3bbca46246d5060a998c2473.tar.gz Project-Silicon-f77481171a11cdcd3bbca46246d5060a998c2473.tar.bz2 Project-Silicon-f77481171a11cdcd3bbca46246d5060a998c2473.zip | |
Added the file manager
Diffstat (limited to 'Project Ports/Project Ports.csproj')
| -rw-r--r-- | Project Ports/Project Ports.csproj | 36 |
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 |
