10
10
<AssemblyName >UnityLauncher</AssemblyName >
11
11
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12
12
<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 >
13
29
</PropertyGroup >
14
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
15
31
<PlatformTarget >AnyCPU</PlatformTarget >
30
46
<ErrorReport >prompt</ErrorReport >
31
47
<WarningLevel >4</WarningLevel >
32
48
</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 >
33
61
<ItemGroup >
34
62
<Reference Include =" System" />
35
63
<Reference Include =" System.Core" />
73
101
<DependentUpon >Settings.settings</DependentUpon >
74
102
<DesignTimeSharedInput >True</DesignTimeSharedInput >
75
103
</Compile >
104
+ <None Include =" UnityLauncher_TemporaryKey.pfx" />
76
105
</ItemGroup >
77
106
<ItemGroup >
78
107
<None Include =" App.config" />
79
108
</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 >
80
116
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
81
117
</Project >
0 commit comments