13
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
14
<Deterministic >true</Deterministic >
15
15
<TargetFrameworkProfile />
16
+ <IsWebBootstrapper >false</IsWebBootstrapper >
17
+ <NuGetPackageImportStamp >
18
+ </NuGetPackageImportStamp >
16
19
<PublishUrl >publish\</PublishUrl >
17
20
<Install >true</Install >
18
21
<InstallFrom >Disk</InstallFrom >
25
28
<MapFileExtensions >true</MapFileExtensions >
26
29
<ApplicationRevision >0</ApplicationRevision >
27
30
<ApplicationVersion >1.0.0.%2a</ApplicationVersion >
28
- <IsWebBootstrapper >false</IsWebBootstrapper >
29
31
<UseApplicationTrust >false</UseApplicationTrust >
32
+ <PublishWizardCompleted >true</PublishWizardCompleted >
30
33
<BootstrapperEnabled >true</BootstrapperEnabled >
31
- <NuGetPackageImportStamp >
32
- </NuGetPackageImportStamp >
33
34
</PropertyGroup >
34
35
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
35
36
<PlatformTarget >x86</PlatformTarget >
47
48
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
48
49
<PlatformTarget >x86</PlatformTarget >
49
50
<DebugType >pdbonly</DebugType >
50
- <Optimize >false </Optimize >
51
+ <Optimize >true </Optimize >
51
52
<OutputPath >bin\Release\</OutputPath >
52
53
<DefineConstants >
53
54
</DefineConstants >
62
63
<ApplicationIcon >favicon.ico</ApplicationIcon >
63
64
</PropertyGroup >
64
65
<ItemGroup >
65
- <Reference Include =" Microsoft.WindowsAPICodePack" >
66
- <HintPath >..\..\..\..\..\Assets\Winforms\Windows Api CodePack Edited\Microsoft.WindowsAPICodePack.dll</HintPath >
67
- </Reference >
68
- <Reference Include =" Microsoft.WindowsAPICodePack.Shell" >
69
- <HintPath >..\..\..\..\..\Assets\Winforms\Windows Api CodePack Edited\Microsoft.WindowsAPICodePack.Shell.dll</HintPath >
70
- </Reference >
71
- <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
72
- <SpecificVersion >False</SpecificVersion >
73
- <HintPath >C:\Program Files (x86)\HMZ-Software\MovieGate\Newtonsoft.Json.dll</HintPath >
74
- </Reference >
75
66
<Reference Include =" System" />
76
67
<Reference Include =" System.ComponentModel.Composition" />
77
68
<Reference Include =" System.Core" />
163
154
</Compile >
164
155
<Compile Include =" ToastNotifications\NotificationChoice.cs" />
165
156
<Compile Include =" ToastNotifications\NotificationPurpose.cs" />
166
- <Compile Include =" ToastNotifications\ShellHelpers.cs" />
167
157
<Compile Include =" MainLogic\MacVendors\VendorAPI.cs" />
168
158
<Compile Include =" MainLogic\MacVendors\VendorClass.cs" />
169
159
<Compile Include =" ToastNotifications\ToastAPI.cs" />
245
235
<None Include =" Resources\30G.gif" />
246
236
<None Include =" Resources\30W.gif" />
247
237
</ItemGroup >
248
- <ItemGroup >
249
- <BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
250
- <Visible >False</Visible >
251
- <ProductName >Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName >
252
- <Install >true</Install >
253
- </BootstrapperPackage >
254
- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
255
- <Visible >False</Visible >
256
- <ProductName >.NET Framework 3.5 SP1</ProductName >
257
- <Install >false</Install >
258
- </BootstrapperPackage >
259
- </ItemGroup >
260
238
<ItemGroup >
261
239
<PackageReference Include =" MaterialSkin.Updated" >
262
240
<Version >0.2.2</Version >
263
241
</PackageReference >
264
242
<PackageReference Include =" MetroModernUI" >
265
243
<Version >1.4.0</Version >
266
244
</PackageReference >
245
+ <PackageReference Include =" Microsoft-WindowsAPICodePack-Shell" >
246
+ <Version >1.1.4</Version >
247
+ </PackageReference >
267
248
<PackageReference Include =" Microsoft.Toolkit.Uwp.Notifications" >
268
249
<Version >7.0.2</Version >
269
250
</PackageReference >
273
254
<PackageReference Include =" SharpPcap" >
274
255
<Version >6.0.0</Version >
275
256
</PackageReference >
257
+ <PackageReference Include =" System.Text.Json" >
258
+ <Version >5.0.2</Version >
259
+ </PackageReference >
276
260
</ItemGroup >
277
261
<ItemGroup />
278
- <ItemGroup >
279
- <WCFMetadata Include =" Connected Services\" />
280
- </ItemGroup >
281
262
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
282
263
</Project >
0 commit comments