13
13
<MyType >WindowsForms</MyType >
14
14
<TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
15
15
<Deterministic >true</Deterministic >
16
+ <IsWebBootstrapper >false</IsWebBootstrapper >
17
+ <PublishUrl >publish\</PublishUrl >
18
+ <Install >true</Install >
19
+ <InstallFrom >Disk</InstallFrom >
20
+ <UpdateEnabled >false</UpdateEnabled >
21
+ <UpdateMode >Foreground</UpdateMode >
22
+ <UpdateInterval >7</UpdateInterval >
23
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
24
+ <UpdatePeriodically >false</UpdatePeriodically >
25
+ <UpdateRequired >false</UpdateRequired >
26
+ <MapFileExtensions >true</MapFileExtensions >
27
+ <SupportUrl >https://github.com/chenshaoju/simple-counter/issues</SupportUrl >
28
+ <ProductName >Simple Counter</ProductName >
29
+ <PublisherName >Shaoju Chen</PublisherName >
30
+ <ApplicationRevision >1</ApplicationRevision >
31
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
32
+ <UseApplicationTrust >false</UseApplicationTrust >
33
+ <BootstrapperEnabled >true</BootstrapperEnabled >
16
34
</PropertyGroup >
17
35
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
36
<PlatformTarget >AnyCPU</PlatformTarget >
33
51
<OutputPath >bin\Release\</OutputPath >
34
52
<DocumentationFile >Counter.xml</DocumentationFile >
35
53
<NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
54
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
36
55
</PropertyGroup >
37
56
<PropertyGroup >
38
57
<OptionExplicit >On</OptionExplicit >
71
90
<Import Include =" System.Windows.Forms" />
72
91
</ItemGroup >
73
92
<ItemGroup >
93
+ <Compile Include =" ApplicationEvents.vb" />
74
94
<Compile Include =" Form1.vb" >
75
95
<SubType >Form</SubType >
76
96
</Compile >
120
140
<ItemGroup >
121
141
<Content Include =" abacus.ico" />
122
142
</ItemGroup >
143
+ <ItemGroup >
144
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
145
+ <Visible >False</Visible >
146
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
147
+ <Install >true</Install >
148
+ </BootstrapperPackage >
149
+ </ItemGroup >
123
150
<Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
124
151
</Project >
0 commit comments