mirror of
https://github.com/Smaug123/Crossflip
synced 2025-10-15 22:38:39 +00:00
Upload complete Crossflip project
I used Subversion to create my Crossflip solution, but my account on that repository expired; I am transferring it to Github.
This commit is contained in:
53
Crossflip.sln
Executable file
53
Crossflip.sln
Executable file
@@ -0,0 +1,53 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2010
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Crossflip", "Crossflip\Crossflip.csproj", "{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A831CCD7-AEE0-4AA4-BD15-82179BC646CD}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
Crossflip.vsmdi = Crossflip.vsmdi
|
||||
GaussianEliminationAlgorithm.txt = GaussianEliminationAlgorithm.txt
|
||||
Local.testsettings = Local.testsettings
|
||||
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testing", "Testing\Testing.csproj", "{188CB73D-FA28-4C39-9C01-C95B301AF70A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(TestCaseManagementSettings) = postSolution
|
||||
CategoryFile = Crossflip.vsmdi
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|Mixed Platforms = Debug|Mixed Platforms
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|Mixed Platforms = Release|Mixed Platforms
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Debug|x86.Build.0 = Debug|x86
|
||||
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Release|x86.ActiveCfg = Release|x86
|
||||
{1615F784-B0A8-4C42-A5EC-5C5508D9BCDD}.Release|x86.Build.0 = Release|x86
|
||||
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{188CB73D-FA28-4C39-9C01-C95B301AF70A}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Reference in New Issue
Block a user