-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ported to 1.1 (minimum) Changed .NET Framework version (3.5 -> 4.7.2); Adapted methods and property; Updated About.xml. * Multiple version support
- Loading branch information
Showing
24 changed files
with
79 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
################################################################################ | ||
# Данный GITIGNORE-файл был автоматически создан Microsoft(R) Visual Studio. | ||
################################################################################ | ||
|
||
/.vs |
File renamed without changes.
26 changes: 13 additions & 13 deletions
26
RuntimeGC/Defs/MainButton.xml → RuntimeGC/1.0/Defs/MainButton.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
<MainButtonDef> | ||
<defName>RGC_UI</defName> | ||
<label>RuntimeGC</label> | ||
<description>No_Need_To_Translate_This_File_Because_This_Text_Is_Replaced_In_Dll</description> | ||
<tabWindowClass>RuntimeGC.UserInterface</tabWindowClass> | ||
<workerClass>RuntimeGC.MainButtonWorker_RuntimeGC</workerClass> | ||
<order>177</order> | ||
<!--<defaultHotKey>F12</defaultHotKey>--> | ||
<validWithoutMap>true</validWithoutMap> | ||
</MainButtonDef> | ||
</Defs> | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
<MainButtonDef> | ||
<defName>RGC_UI</defName> | ||
<label>RuntimeGC</label> | ||
<description>No_Need_To_Translate_This_File_Because_This_Text_Is_Replaced_In_Dll</description> | ||
<tabWindowClass>RuntimeGC.UserInterface</tabWindowClass> | ||
<workerClass>RuntimeGC.MainButtonWorker_RuntimeGC</workerClass> | ||
<order>177</order> | ||
<!--<defaultHotKey>F12</defaultHotKey>--> | ||
<validWithoutMap>true</validWithoutMap> | ||
</MainButtonDef> | ||
</Defs> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
<MainButtonDef> | ||
<defName>RGC_UI</defName> | ||
<label>RuntimeGC</label> | ||
<description>No_Need_To_Translate_This_File_Because_This_Text_Is_Replaced_In_Dll</description> | ||
<tabWindowClass>RuntimeGC.UserInterface</tabWindowClass> | ||
<workerClass>RuntimeGC.MainButtonWorker_RuntimeGC</workerClass> | ||
<order>177</order> | ||
<!--<defaultHotKey>F12</defaultHotKey>--> | ||
<validWithoutMap>true</validWithoutMap> | ||
</MainButtonDef> | ||
</Defs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<loadFolders> | ||
<v1.0> | ||
<li>Common</li> | ||
</v1.0> | ||
<v1.1> | ||
<li>Common</li> | ||
<li>1.1</li> | ||
</v1.1> | ||
</loadFolders> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+341 Bytes
(110%)
src/RuntimeGC/RuntimeGC/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
src/RuntimeGC/RuntimeGC/obj/Debug/RuntimeGC.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d60b52f1cce8489d08cb1798f524e95e6589fb6a | ||
86204394c73f165acc6c9b04efd7d785ff5b8557 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+131 KB
(340%)
src/RuntimeGC/RuntimeGC/obj/Debug/RuntimeGC.csprojAssemblyReference.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
src/RuntimeGC/RuntimeGC/obj/Release/RuntimeGC.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d60b52f1cce8489d08cb1798f524e95e6589fb6a | ||
a88d89317d8aeb4f6a6a4ad0a07d440eb96f6f32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+175 KB
(890%)
src/RuntimeGC/RuntimeGC/obj/Release/RuntimeGC.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.