1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
- <Target Name =" AfterResolveReferences" >
5
- <ItemGroup >
6
- <EmbeddedResource Include =" @(ReferenceCopyLocalPaths)" Condition =" '%(ReferenceCopyLocalPaths.Extension)' == '.dll'" >
7
- <LogicalName >%(ReferenceCopyLocalPaths.DestinationSubDirectory)%(ReferenceCopyLocalPaths.Filename)%(ReferenceCopyLocalPaths.Extension)</LogicalName >
8
- </EmbeddedResource >
9
- </ItemGroup >
10
- </Target >
11
4
<PropertyGroup >
12
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
13
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
21
14
<WarningLevel >4</WarningLevel >
22
15
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
23
16
<Deterministic >true</Deterministic >
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.0.0.%2a</ApplicationVersion >
29
+ <IsWebBootstrapper >false</IsWebBootstrapper >
30
+ <UseApplicationTrust >false</UseApplicationTrust >
31
+ <BootstrapperEnabled >true</BootstrapperEnabled >
24
32
</PropertyGroup >
25
33
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
26
34
<PlatformTarget >AnyCPU</PlatformTarget >
45
53
<ApplicationIcon >sandcastle1.ico</ApplicationIcon >
46
54
</PropertyGroup >
47
55
<PropertyGroup >
48
- <StartupObject >FqHashForWin.Program </StartupObject >
56
+ <StartupObject >FqHashForWin.App </StartupObject >
49
57
</PropertyGroup >
50
58
<ItemGroup >
51
59
<Reference Include =" ICSharpCode.SharpZipLib, Version=1.2.0.246, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" >
92
100
</Compile >
93
101
</ItemGroup >
94
102
<ItemGroup >
95
- <Compile Include =" Program.cs" />
96
103
<Compile Include =" Properties\AssemblyInfo.cs" >
97
104
<SubType >Code</SubType >
98
105
</Compile >
122
129
<ItemGroup >
123
130
<Resource Include =" sandcastle1.ico" />
124
131
</ItemGroup >
132
+ <ItemGroup >
133
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
134
+ <Visible >False</Visible >
135
+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName >
136
+ <Install >true</Install >
137
+ </BootstrapperPackage >
138
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
139
+ <Visible >False</Visible >
140
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
141
+ <Install >false</Install >
142
+ </BootstrapperPackage >
143
+ </ItemGroup >
125
144
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
145
+ <PropertyGroup >
146
+ <PostBuildEvent >set LIBZ=$(SolutionDir)packages\LibZ.Tool.1.2.0.0\tools\libz.exe
147
+ %25LIBZ%25 inject-dll --assembly FqHashForWin.exe --include *.dll --move</PostBuildEvent >
148
+ </PropertyGroup >
126
149
</Project >
0 commit comments