Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit e5ecd74

Browse files
committed
project settings
1 parent 0798ac1 commit e5ecd74

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

Diff for: UnityLauncher/Form1.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: UnityLauncher/UnityLauncher.csproj

+36
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@
1010
<AssemblyName>UnityLauncher</AssemblyName>
1111
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
13+
<IsWebBootstrapper>false</IsWebBootstrapper>
14+
<PublishUrl>publish\</PublishUrl>
15+
<Install>true</Install>
16+
<InstallFrom>Disk</InstallFrom>
17+
<UpdateEnabled>false</UpdateEnabled>
18+
<UpdateMode>Foreground</UpdateMode>
19+
<UpdateInterval>7</UpdateInterval>
20+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
21+
<UpdatePeriodically>false</UpdatePeriodically>
22+
<UpdateRequired>false</UpdateRequired>
23+
<MapFileExtensions>true</MapFileExtensions>
24+
<ApplicationRevision>1</ApplicationRevision>
25+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
26+
<UseApplicationTrust>false</UseApplicationTrust>
27+
<PublishWizardCompleted>true</PublishWizardCompleted>
28+
<BootstrapperEnabled>true</BootstrapperEnabled>
1329
</PropertyGroup>
1430
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1531
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -30,6 +46,18 @@
3046
<ErrorReport>prompt</ErrorReport>
3147
<WarningLevel>4</WarningLevel>
3248
</PropertyGroup>
49+
<PropertyGroup>
50+
<ManifestCertificateThumbprint>597E4EF6AB63EA908F381A7D86C9B7095269CFFF</ManifestCertificateThumbprint>
51+
</PropertyGroup>
52+
<PropertyGroup>
53+
<ManifestKeyFile>UnityLauncher_TemporaryKey.pfx</ManifestKeyFile>
54+
</PropertyGroup>
55+
<PropertyGroup>
56+
<GenerateManifests>true</GenerateManifests>
57+
</PropertyGroup>
58+
<PropertyGroup>
59+
<SignManifests>true</SignManifests>
60+
</PropertyGroup>
3361
<ItemGroup>
3462
<Reference Include="System" />
3563
<Reference Include="System.Core" />
@@ -73,9 +101,17 @@
73101
<DependentUpon>Settings.settings</DependentUpon>
74102
<DesignTimeSharedInput>True</DesignTimeSharedInput>
75103
</Compile>
104+
<None Include="UnityLauncher_TemporaryKey.pfx" />
76105
</ItemGroup>
77106
<ItemGroup>
78107
<None Include="App.config" />
79108
</ItemGroup>
109+
<ItemGroup>
110+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
111+
<Visible>False</Visible>
112+
<ProductName>.NET Framework 3.5 SP1</ProductName>
113+
<Install>false</Install>
114+
</BootstrapperPackage>
115+
</ItemGroup>
80116
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
81117
</Project>

0 commit comments

Comments
 (0)