Skip to content

Commit dc4df12

Browse files
convert to .net framework
1 parent d2729f2 commit dc4df12

File tree

8 files changed

+404
-113
lines changed

8 files changed

+404
-113
lines changed

.gitattributes

Lines changed: 0 additions & 63 deletions
This file was deleted.

EXILED-DLL-Archiver.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.2.32505.173
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EXILED-DLL-Archiver", "EXILED-DLL-Archiver\EXILED-DLL-Archiver.csproj", "{79A3DF2D-5E6A-4893-B82F-66593032F7C6}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EXILED-DLL-Archiver", "EXILED-DLL-Archiver\EXILED-DLL-Archiver.csproj", "{57144FFC-078C-486B-B0D6-CC34DEA407E8}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{79A3DF2D-5E6A-4893-B82F-66593032F7C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{79A3DF2D-5E6A-4893-B82F-66593032F7C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{79A3DF2D-5E6A-4893-B82F-66593032F7C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{79A3DF2D-5E6A-4893-B82F-66593032F7C6}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{57144FFC-078C-486B-B0D6-CC34DEA407E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{57144FFC-078C-486B-B0D6-CC34DEA407E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{57144FFC-078C-486B-B0D6-CC34DEA407E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{57144FFC-078C-486B-B0D6-CC34DEA407E8}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
2121
EndGlobalSection
2222
GlobalSection(ExtensibilityGlobals) = postSolution
23-
SolutionGuid = {98B923AC-F01D-4915-8CC5-8D8A6F3BCE70}
23+
SolutionGuid = {658C4C78-984D-4E4D-8E85-68A8EFA138D5}
2424
EndGlobalSection
2525
EndGlobal

EXILED-DLL-Archiver/App.config

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
5+
</startup>
6+
<runtime>
7+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8+
<dependentAssembly>
9+
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
10+
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
11+
</dependentAssembly>
12+
</assemblyBinding>
13+
</runtime>
14+
</configuration>

0 commit comments

Comments
 (0)