12
12
<FileAlignment >512</FileAlignment >
13
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
14
<Deterministic >true</Deterministic >
15
+ <PublishUrl >publish\</PublishUrl >
16
+ <Install >true</Install >
17
+ <InstallFrom >Disk</InstallFrom >
18
+ <UpdateEnabled >false</UpdateEnabled >
19
+ <UpdateMode >Foreground</UpdateMode >
20
+ <UpdateInterval >7</UpdateInterval >
21
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
22
+ <UpdatePeriodically >false</UpdatePeriodically >
23
+ <UpdateRequired >false</UpdateRequired >
24
+ <MapFileExtensions >true</MapFileExtensions >
25
+ <ApplicationRevision >0</ApplicationRevision >
26
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
27
+ <IsWebBootstrapper >false</IsWebBootstrapper >
28
+ <UseApplicationTrust >false</UseApplicationTrust >
29
+ <PublishWizardCompleted >true</PublishWizardCompleted >
30
+ <BootstrapperEnabled >true</BootstrapperEnabled >
15
31
</PropertyGroup >
16
32
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
33
<PlatformTarget >AnyCPU</PlatformTarget >
32
48
<ErrorReport >prompt</ErrorReport >
33
49
<WarningLevel >4</WarningLevel >
34
50
</PropertyGroup >
51
+ <PropertyGroup >
52
+ <ManifestCertificateThumbprint >EB7C46B3D0C973BB547807F0FF93C05B48ADF614</ManifestCertificateThumbprint >
53
+ </PropertyGroup >
54
+ <PropertyGroup >
55
+ <ManifestKeyFile >DLProgram_TemporaryKey.pfx</ManifestKeyFile >
56
+ </PropertyGroup >
57
+ <PropertyGroup >
58
+ <GenerateManifests >true</GenerateManifests >
59
+ </PropertyGroup >
60
+ <PropertyGroup >
61
+ <SignManifests >true</SignManifests >
62
+ </PropertyGroup >
35
63
<ItemGroup >
36
64
<Reference Include =" System" />
37
65
<Reference Include =" System.Core" />
66
94
<AutoGen >True</AutoGen >
67
95
<DependentUpon >Resources.resx</DependentUpon >
68
96
</Compile >
97
+ <None Include =" DLProgram_TemporaryKey.pfx" />
69
98
<None Include =" Properties\Settings.settings" >
70
99
<Generator >SettingsSingleFileGenerator</Generator >
71
100
<LastGenOutput >Settings.Designer.cs</LastGenOutput >
79
108
<ItemGroup >
80
109
<None Include =" App.config" />
81
110
</ItemGroup >
111
+ <ItemGroup >
112
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
113
+ <Visible >False</Visible >
114
+ <ProductName >Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName >
115
+ <Install >true</Install >
116
+ </BootstrapperPackage >
117
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
118
+ <Visible >False</Visible >
119
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
120
+ <Install >false</Install >
121
+ </BootstrapperPackage >
122
+ </ItemGroup >
82
123
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
83
124
</Project >
0 commit comments