Death Socket consists of three projects. They are a .Net Standard 2.0 library, a console program and a Test Centre. The purpose of this repository is to provide a way for people to add grids to images. https://www.craigoates.net/Software/project/13
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
2.0 KiB

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2019
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "DeathSocket", "DeathSocket\DeathSocket.fsproj", "{6EB4B4DD-10FA-44AF-94C8-DD49F0A0B7D8}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "DeathSocketCLI", "DeathSocketCLI\DeathSocketCLI.fsproj", "{76500D4F-81E0-4C47-8190-F897B986E2EF}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TestCentre", "TestCentre\TestCentre.fsproj", "{673C4B4D-E209-4B3B-B1C8-453952DD928B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6EB4B4DD-10FA-44AF-94C8-DD49F0A0B7D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EB4B4DD-10FA-44AF-94C8-DD49F0A0B7D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EB4B4DD-10FA-44AF-94C8-DD49F0A0B7D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EB4B4DD-10FA-44AF-94C8-DD49F0A0B7D8}.Release|Any CPU.Build.0 = Release|Any CPU
{76500D4F-81E0-4C47-8190-F897B986E2EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76500D4F-81E0-4C47-8190-F897B986E2EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76500D4F-81E0-4C47-8190-F897B986E2EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76500D4F-81E0-4C47-8190-F897B986E2EF}.Release|Any CPU.Build.0 = Release|Any CPU
{673C4B4D-E209-4B3B-B1C8-453952DD928B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{673C4B4D-E209-4B3B-B1C8-453952DD928B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{673C4B4D-E209-4B3B-B1C8-453952DD928B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{673C4B4D-E209-4B3B-B1C8-453952DD928B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7FC85C4F-5837-41A4-A4E0-5D702768CCCD}
EndGlobalSection
EndGlobal