14
14
<WarningLevel >4</WarningLevel >
15
15
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16
16
<TargetFrameworkProfile />
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
+ <ApplicationRevision >0</ApplicationRevision >
28
+ <ApplicationVersion >1.1.0.%2a</ApplicationVersion >
29
+ <IsWebBootstrapper >false</IsWebBootstrapper >
30
+ <UseApplicationTrust >false</UseApplicationTrust >
31
+ <BootstrapperEnabled >true</BootstrapperEnabled >
17
32
</PropertyGroup >
18
33
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
34
<PlatformTarget >AnyCPU</PlatformTarget >
24
39
<DefineConstants >DEBUG;TRACE</DefineConstants >
25
40
<ErrorReport >prompt</ErrorReport >
26
41
<WarningLevel >4</WarningLevel >
42
+ <Prefer32Bit >false</Prefer32Bit >
27
43
</PropertyGroup >
28
44
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
45
<PlatformTarget >AnyCPU</PlatformTarget >
34
50
<ErrorReport >prompt</ErrorReport >
35
51
<WarningLevel >4</WarningLevel >
36
52
</PropertyGroup >
53
+ <PropertyGroup >
54
+ <SignManifests >false</SignManifests >
55
+ </PropertyGroup >
56
+ <PropertyGroup >
57
+ <SignAssembly >false</SignAssembly >
58
+ </PropertyGroup >
37
59
<ItemGroup >
38
60
<Reference Include =" System" />
39
61
<Reference Include =" System.Data" />
103
125
<Name >ailemon.asrt</Name >
104
126
</ProjectReference >
105
127
</ItemGroup >
128
+ <ItemGroup >
129
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
130
+ <Visible >False</Visible >
131
+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName >
132
+ <Install >true</Install >
133
+ </BootstrapperPackage >
134
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
135
+ <Visible >False</Visible >
136
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
137
+ <Install >false</Install >
138
+ </BootstrapperPackage >
139
+ </ItemGroup >
106
140
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107
141
</Project >
0 commit comments