Skip to content

Commit 6bf711e

Browse files
committed
Remove unwanted stuff.
1 parent 45df48f commit 6bf711e

File tree

1 file changed

+11
-30
lines changed

1 file changed

+11
-30
lines changed

NetStalker/NetStalker/NetStalker.csproj

+11-30
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1414
<Deterministic>true</Deterministic>
1515
<TargetFrameworkProfile />
16+
<IsWebBootstrapper>false</IsWebBootstrapper>
17+
<NuGetPackageImportStamp>
18+
</NuGetPackageImportStamp>
1619
<PublishUrl>publish\</PublishUrl>
1720
<Install>true</Install>
1821
<InstallFrom>Disk</InstallFrom>
@@ -25,11 +28,9 @@
2528
<MapFileExtensions>true</MapFileExtensions>
2629
<ApplicationRevision>0</ApplicationRevision>
2730
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28-
<IsWebBootstrapper>false</IsWebBootstrapper>
2931
<UseApplicationTrust>false</UseApplicationTrust>
32+
<PublishWizardCompleted>true</PublishWizardCompleted>
3033
<BootstrapperEnabled>true</BootstrapperEnabled>
31-
<NuGetPackageImportStamp>
32-
</NuGetPackageImportStamp>
3334
</PropertyGroup>
3435
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3536
<PlatformTarget>x86</PlatformTarget>
@@ -47,7 +48,7 @@
4748
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4849
<PlatformTarget>x86</PlatformTarget>
4950
<DebugType>pdbonly</DebugType>
50-
<Optimize>false</Optimize>
51+
<Optimize>true</Optimize>
5152
<OutputPath>bin\Release\</OutputPath>
5253
<DefineConstants>
5354
</DefineConstants>
@@ -62,16 +63,6 @@
6263
<ApplicationIcon>favicon.ico</ApplicationIcon>
6364
</PropertyGroup>
6465
<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>
7566
<Reference Include="System" />
7667
<Reference Include="System.ComponentModel.Composition" />
7768
<Reference Include="System.Core" />
@@ -163,7 +154,6 @@
163154
</Compile>
164155
<Compile Include="ToastNotifications\NotificationChoice.cs" />
165156
<Compile Include="ToastNotifications\NotificationPurpose.cs" />
166-
<Compile Include="ToastNotifications\ShellHelpers.cs" />
167157
<Compile Include="MainLogic\MacVendors\VendorAPI.cs" />
168158
<Compile Include="MainLogic\MacVendors\VendorClass.cs" />
169159
<Compile Include="ToastNotifications\ToastAPI.cs" />
@@ -245,25 +235,16 @@
245235
<None Include="Resources\30G.gif" />
246236
<None Include="Resources\30W.gif" />
247237
</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>
260238
<ItemGroup>
261239
<PackageReference Include="MaterialSkin.Updated">
262240
<Version>0.2.2</Version>
263241
</PackageReference>
264242
<PackageReference Include="MetroModernUI">
265243
<Version>1.4.0</Version>
266244
</PackageReference>
245+
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell">
246+
<Version>1.1.4</Version>
247+
</PackageReference>
267248
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
268249
<Version>7.0.2</Version>
269250
</PackageReference>
@@ -273,10 +254,10 @@
273254
<PackageReference Include="SharpPcap">
274255
<Version>6.0.0</Version>
275256
</PackageReference>
257+
<PackageReference Include="System.Text.Json">
258+
<Version>5.0.2</Version>
259+
</PackageReference>
276260
</ItemGroup>
277261
<ItemGroup />
278-
<ItemGroup>
279-
<WCFMetadata Include="Connected Services\" />
280-
</ItemGroup>
281262
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
282263
</Project>

0 commit comments

Comments
 (0)