diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-12 09:13:32 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-12 09:13:32 -0400 |
| commit | f3ac72a69d45392c1799cdf4fcdeb46a2176e250 (patch) | |
| tree | 347feb5777a195af82f061724f94f9fd328b7893 /ShiftOS Decypter/ShiftOS Hack Client.vbproj | |
| parent | 825f0729dab0a5fbf8c0d10b76d6109eac9b65f3 (diff) | |
| download | ShiftOS-Hack-Client-f3ac72a69d45392c1799cdf4fcdeb46a2176e250.tar.gz ShiftOS-Hack-Client-f3ac72a69d45392c1799cdf4fcdeb46a2176e250.tar.bz2 ShiftOS-Hack-Client-f3ac72a69d45392c1799cdf4fcdeb46a2176e250.zip | |
Diffstat (limited to 'ShiftOS Decypter/ShiftOS Hack Client.vbproj')
| -rw-r--r-- | ShiftOS Decypter/ShiftOS Hack Client.vbproj | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/ShiftOS Decypter/ShiftOS Hack Client.vbproj b/ShiftOS Decypter/ShiftOS Hack Client.vbproj index b70f105..f9e57c7 100644 --- a/ShiftOS Decypter/ShiftOS Hack Client.vbproj +++ b/ShiftOS Decypter/ShiftOS Hack Client.vbproj @@ -13,6 +13,21 @@ <MyType>WindowsForms</MyType> <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> <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> @@ -46,6 +61,9 @@ <PropertyGroup> <OptionInfer>On</OptionInfer> </PropertyGroup> + <PropertyGroup> + <ApplicationManifest>My Project\app.manifest</ApplicationManifest> + </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Data" /> @@ -72,6 +90,12 @@ <Import Include="System.Threading.Tasks" /> </ItemGroup> <ItemGroup> + <Compile Include="About.Designer.vb"> + <DependentUpon>About.vb</DependentUpon> + </Compile> + <Compile Include="About.vb"> + <SubType>Form</SubType> + </Compile> <Compile Include="File_Crypt.vb" /> <Compile Include="Form1.vb"> <SubType>Form</SubType> @@ -98,6 +122,9 @@ <Compile Include="Paths.vb" /> </ItemGroup> <ItemGroup> + <EmbeddedResource Include="About.resx"> + <DependentUpon>About.vb</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Form1.resx"> <DependentUpon>Form1.vb</DependentUpon> </EmbeddedResource> @@ -109,6 +136,7 @@ </EmbeddedResource> </ItemGroup> <ItemGroup> + <None Include="My Project\app.manifest" /> <None Include="My Project\Application.myapp"> <Generator>MyApplicationCodeGenerator</Generator> <LastGenOutput>Application.Designer.vb</LastGenOutput> @@ -122,5 +150,17 @@ <SubType>Designer</SubType> </None> </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.VisualBasic.targets" /> </Project>
\ No newline at end of file |
