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.1.0.%2a</ApplicationVersion >
27
+ <IsWebBootstrapper >false</IsWebBootstrapper >
28
+ <UseApplicationTrust >false</UseApplicationTrust >
29
+ <BootstrapperEnabled >true</BootstrapperEnabled >
15
30
</PropertyGroup >
16
31
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
32
<PlatformTarget >x64</PlatformTarget >
33
48
<ErrorReport >prompt</ErrorReport >
34
49
<WarningLevel >4</WarningLevel >
35
50
</PropertyGroup >
51
+ <PropertyGroup />
52
+ <PropertyGroup >
53
+ <ApplicationManifest >app.manifest</ApplicationManifest >
54
+ </PropertyGroup >
36
55
<ItemGroup >
37
56
<Reference Include =" Microsoft.Diagnostics.Tracing.TraceEvent" >
38
57
<HintPath >..\Packages\Microsoft.Diagnostics.Tracing.TraceEvent.2.0.42\lib\net45\Microsoft.Diagnostics.Tracing.TraceEvent.dll</HintPath >
130
149
<DependentUpon >Resources.resx</DependentUpon >
131
150
<DesignTime >True</DesignTime >
132
151
</Compile >
152
+ <None Include =" app.manifest" />
133
153
<None Include =" packages.config" />
134
154
<None Include =" Properties\Settings.settings" >
135
155
<Generator >SettingsSingleFileGenerator</Generator >
181
201
<ItemGroup >
182
202
<None Include =" Resources\duplicate-disable.png" />
183
203
</ItemGroup >
204
+ <ItemGroup >
205
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
206
+ <Visible >False</Visible >
207
+ <ProductName >Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName >
208
+ <Install >true</Install >
209
+ </BootstrapperPackage >
210
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
211
+ <Visible >False</Visible >
212
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
213
+ <Install >false</Install >
214
+ </BootstrapperPackage >
215
+ </ItemGroup >
184
216
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
185
217
</Project >
0 commit comments