14
14
<TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
15
15
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16
16
<Deterministic >true</Deterministic >
17
+ <IsWebBootstrapper >false</IsWebBootstrapper >
18
+ <PublishUrl >publish\</PublishUrl >
19
+ <Install >true</Install >
20
+ <InstallFrom >Disk</InstallFrom >
21
+ <UpdateEnabled >false</UpdateEnabled >
22
+ <UpdateMode >Foreground</UpdateMode >
23
+ <UpdateInterval >7</UpdateInterval >
24
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
25
+ <UpdatePeriodically >false</UpdatePeriodically >
26
+ <UpdateRequired >false</UpdateRequired >
27
+ <MapFileExtensions >true</MapFileExtensions >
28
+ <ApplicationRevision >1</ApplicationRevision >
29
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
30
+ <UseApplicationTrust >false</UseApplicationTrust >
31
+ <PublishWizardCompleted >true</PublishWizardCompleted >
32
+ <BootstrapperEnabled >true</BootstrapperEnabled >
17
33
</PropertyGroup >
18
34
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
35
<PlatformTarget >AnyCPU</PlatformTarget >
47
63
<PropertyGroup >
48
64
<OptionInfer >On</OptionInfer >
49
65
</PropertyGroup >
66
+ <PropertyGroup >
67
+ <ApplicationIcon >Stopwatch.ico</ApplicationIcon >
68
+ </PropertyGroup >
69
+ <PropertyGroup >
70
+ <ManifestCertificateThumbprint >B2F683F3D10D14433199C0325DDA3C23B1CB0B4B</ManifestCertificateThumbprint >
71
+ </PropertyGroup >
72
+ <PropertyGroup >
73
+ <ManifestKeyFile >Stopwatch_TemporaryKey.pfx</ManifestKeyFile >
74
+ </PropertyGroup >
75
+ <PropertyGroup >
76
+ <GenerateManifests >true</GenerateManifests >
77
+ </PropertyGroup >
78
+ <PropertyGroup >
79
+ <TargetZone >LocalIntranet</TargetZone >
80
+ </PropertyGroup >
81
+ <PropertyGroup >
82
+ <ApplicationManifest >My Project\app.manifest</ApplicationManifest >
83
+ </PropertyGroup >
84
+ <PropertyGroup >
85
+ <SignManifests >true</SignManifests >
86
+ </PropertyGroup >
50
87
<ItemGroup >
51
88
<Reference Include =" System" />
52
89
<Reference Include =" System.Data" />
108
145
</EmbeddedResource >
109
146
</ItemGroup >
110
147
<ItemGroup >
148
+ <None Include =" My Project\app.manifest" />
111
149
<None Include =" My Project\Application.myapp" >
112
150
<Generator >MyApplicationCodeGenerator</Generator >
113
151
<LastGenOutput >Application.Designer.vb</LastGenOutput >
119
157
</None >
120
158
<None Include =" App.config" />
121
159
<None Include =" README.md" />
160
+ <None Include =" Stopwatch_TemporaryKey.pfx" />
161
+ </ItemGroup >
162
+ <ItemGroup >
163
+ <Content Include =" Stopwatch.ico" />
164
+ </ItemGroup >
165
+ <ItemGroup >
166
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
167
+ <Visible >False</Visible >
168
+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName >
169
+ <Install >true</Install >
170
+ </BootstrapperPackage >
171
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
172
+ <Visible >False</Visible >
173
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
174
+ <Install >false</Install >
175
+ </BootstrapperPackage >
122
176
</ItemGroup >
123
177
<Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
124
178
</Project >
0 commit comments