mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-06-02 21:45:13 -05:00
This has been a thorn in the project's side for too long. Remove Auto-Implement from the project. Include the needed types, and the created implementations. If more implementations are needed, or the current implementations need to be updated, I can add them by hand. The implementations that I've actually needed have been comparable simple compared to what AutomImplement provides: I haven't needed custom property or event implementations, for example. And I haven't needed custom constructor overrides, or overrides for multiple methods with the same name. Go ahead and remove it, along with the code generation steps that come with compiling the app/tests.
52 lines
3.0 KiB
Plaintext
52 lines
3.0 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.0.31903.59
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HexManiac.Core", "src\HexManiac.Core\HexManiac.Core.csproj", "{8BFA0A95-A0AE-46D3-8F4F-DFC17F9FFB0A}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HexManiac.Tests", "src\HexManiac.Tests\HexManiac.Tests.csproj", "{21811B2E-180B-4142-BBF5-C0420C296E37}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HexManiac.WPF", "src\HexManiac.WPF\HexManiac.WPF.csproj", "{3A7EF135-B658-4597-B288-5EDD23C4EB64}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Debug|x86 = Debug|x86
|
|
Release|Any CPU = Release|Any CPU
|
|
Release|x86 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{8BFA0A95-A0AE-46D3-8F4F-DFC17F9FFB0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{8BFA0A95-A0AE-46D3-8F4F-DFC17F9FFB0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{8BFA0A95-A0AE-46D3-8F4F-DFC17F9FFB0A}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
{8BFA0A95-A0AE-46D3-8F4F-DFC17F9FFB0A}.Debug|x86.Build.0 = Debug|Any CPU
|
|
{8BFA0A95-A0AE-46D3-8F4F-DFC17F9FFB0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{8BFA0A95-A0AE-46D3-8F4F-DFC17F9FFB0A}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{8BFA0A95-A0AE-46D3-8F4F-DFC17F9FFB0A}.Release|x86.ActiveCfg = Release|Any CPU
|
|
{8BFA0A95-A0AE-46D3-8F4F-DFC17F9FFB0A}.Release|x86.Build.0 = Release|Any CPU
|
|
{21811B2E-180B-4142-BBF5-C0420C296E37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{21811B2E-180B-4142-BBF5-C0420C296E37}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{21811B2E-180B-4142-BBF5-C0420C296E37}.Debug|x86.ActiveCfg = Debug|Any CPU
|
|
{21811B2E-180B-4142-BBF5-C0420C296E37}.Debug|x86.Build.0 = Debug|Any CPU
|
|
{21811B2E-180B-4142-BBF5-C0420C296E37}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{21811B2E-180B-4142-BBF5-C0420C296E37}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{21811B2E-180B-4142-BBF5-C0420C296E37}.Release|x86.ActiveCfg = Release|Any CPU
|
|
{21811B2E-180B-4142-BBF5-C0420C296E37}.Release|x86.Build.0 = Release|Any CPU
|
|
{3A7EF135-B658-4597-B288-5EDD23C4EB64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{3A7EF135-B658-4597-B288-5EDD23C4EB64}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{3A7EF135-B658-4597-B288-5EDD23C4EB64}.Debug|x86.ActiveCfg = Debug|x86
|
|
{3A7EF135-B658-4597-B288-5EDD23C4EB64}.Debug|x86.Build.0 = Debug|x86
|
|
{3A7EF135-B658-4597-B288-5EDD23C4EB64}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{3A7EF135-B658-4597-B288-5EDD23C4EB64}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{3A7EF135-B658-4597-B288-5EDD23C4EB64}.Release|x86.ActiveCfg = Release|x86
|
|
{3A7EF135-B658-4597-B288-5EDD23C4EB64}.Release|x86.Build.0 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {2C441E4B-874E-47AB-B85C-0BB9E6584CC2}
|
|
EndGlobalSection
|
|
EndGlobal
|