12
12
<FileAlignment >512</FileAlignment >
13
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
14
<Deterministic >true</Deterministic >
15
+ <IsWebBootstrapper >false</IsWebBootstrapper >
16
+ <PublishUrl >publish\</PublishUrl >
17
+ <Install >true</Install >
18
+ <InstallFrom >Disk</InstallFrom >
19
+ <UpdateEnabled >false</UpdateEnabled >
20
+ <UpdateMode >Foreground</UpdateMode >
21
+ <UpdateInterval >7</UpdateInterval >
22
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
23
+ <UpdatePeriodically >false</UpdatePeriodically >
24
+ <UpdateRequired >false</UpdateRequired >
25
+ <MapFileExtensions >true</MapFileExtensions >
26
+ <AutorunEnabled >true</AutorunEnabled >
27
+ <ApplicationRevision >0</ApplicationRevision >
28
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
29
+ <UseApplicationTrust >false</UseApplicationTrust >
30
+ <PublishWizardCompleted >true</PublishWizardCompleted >
31
+ <BootstrapperEnabled >true</BootstrapperEnabled >
15
32
</PropertyGroup >
16
33
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
34
<PlatformTarget >AnyCPU</PlatformTarget >
32
49
<ErrorReport >prompt</ErrorReport >
33
50
<WarningLevel >4</WarningLevel >
34
51
</PropertyGroup >
52
+ <PropertyGroup >
53
+ <ManifestCertificateThumbprint >4387B7F9D539EDA305375EDFEA7CBD273539DD78</ManifestCertificateThumbprint >
54
+ </PropertyGroup >
55
+ <PropertyGroup >
56
+ <ManifestKeyFile >FFCC Memories_TemporaryKey.pfx</ManifestKeyFile >
57
+ </PropertyGroup >
58
+ <PropertyGroup >
59
+ <GenerateManifests >false</GenerateManifests >
60
+ </PropertyGroup >
61
+ <PropertyGroup >
62
+ <SignManifests >false</SignManifests >
63
+ </PropertyGroup >
64
+ <PropertyGroup >
65
+ <StartupObject >FFCC_Memories.Program</StartupObject >
66
+ </PropertyGroup >
67
+ <PropertyGroup >
68
+ <TargetZone >LocalIntranet</TargetZone >
69
+ </PropertyGroup >
70
+ <PropertyGroup >
71
+ <ApplicationManifest >Properties\app.manifest</ApplicationManifest >
72
+ </PropertyGroup >
35
73
<ItemGroup >
36
74
<Reference Include =" Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
37
75
<HintPath >..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
72
110
<DependentUpon >Resources.resx</DependentUpon >
73
111
<DesignTime >True</DesignTime >
74
112
</Compile >
113
+ <None Include =" FFCC Memories_TemporaryKey.pfx" />
75
114
<None Include =" packages.config" />
115
+ <None Include =" Properties\app.manifest" />
76
116
<None Include =" Properties\Settings.settings" >
77
117
<Generator >SettingsSingleFileGenerator</Generator >
78
118
<LastGenOutput >Settings.Designer.cs</LastGenOutput >
148
188
<Content Include =" Memories\L5-4.png" />
149
189
<Content Include =" Memories\L5-5.png" />
150
190
</ItemGroup >
151
- <ItemGroup />
191
+ <ItemGroup >
192
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7" >
193
+ <Visible >False</Visible >
194
+ <ProductName >Microsoft .NET Framework 4.7 %28x86 and x64%29</ProductName >
195
+ <Install >true</Install >
196
+ </BootstrapperPackage >
197
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
198
+ <Visible >False</Visible >
199
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
200
+ <Install >false</Install >
201
+ </BootstrapperPackage >
202
+ </ItemGroup >
152
203
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153
204
</Project >
0 commit comments