Skip to content

Commit c9dd637

Browse files
authored
Add files via upload
1 parent 06581bf commit c9dd637

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

AntiCrack-DotNet/AntiCrack-DotNet.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1414
<Deterministic>true</Deterministic>
15+
<IsWebBootstrapper>false</IsWebBootstrapper>
16+
<TargetFrameworkProfile />
1517
<PublishUrl>publish\</PublishUrl>
1618
<Install>true</Install>
1719
<InstallFrom>Disk</InstallFrom>
@@ -24,10 +26,8 @@
2426
<MapFileExtensions>true</MapFileExtensions>
2527
<ApplicationRevision>0</ApplicationRevision>
2628
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27-
<IsWebBootstrapper>false</IsWebBootstrapper>
2829
<UseApplicationTrust>false</UseApplicationTrust>
2930
<BootstrapperEnabled>true</BootstrapperEnabled>
30-
<TargetFrameworkProfile />
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3333
<PlatformTarget>x64</PlatformTarget>
@@ -56,6 +56,7 @@
5656
<Reference Include="System" />
5757
<Reference Include="System.Core" />
5858
<Reference Include="System.Management" />
59+
<Reference Include="System.Security" />
5960
<Reference Include="System.ServiceProcess" />
6061
<Reference Include="System.Windows.Forms" />
6162
<Reference Include="System.Xml.Linq" />

AntiCrack-DotNet/App.config

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
5-
</startup>
6-
</configuration>
4+
5+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup>
6+
</configuration>

0 commit comments

Comments
 (0)