mirror of
https://github.com/Smaug123/dotnet-classical-ciphers
synced 2025-10-06 04:58:40 +00:00
Initial commit
This commit is contained in:
22
CipherSuite.sln
Normal file
22
CipherSuite.sln
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "CipherSuite", "CipherSuite\CipherSuite.fsproj", "{2D7FFCCE-91B8-4EA0-9FA1-52D95AB88C2B}"
|
||||
EndProject
|
||||
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "CipherSuite.Test", "CipherSuite.Test\CipherSuite.Test.fsproj", "{42EBED52-DFE2-4DAC-BE31-87DCA6EC69BD}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{2D7FFCCE-91B8-4EA0-9FA1-52D95AB88C2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2D7FFCCE-91B8-4EA0-9FA1-52D95AB88C2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2D7FFCCE-91B8-4EA0-9FA1-52D95AB88C2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2D7FFCCE-91B8-4EA0-9FA1-52D95AB88C2B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{42EBED52-DFE2-4DAC-BE31-87DCA6EC69BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{42EBED52-DFE2-4DAC-BE31-87DCA6EC69BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{42EBED52-DFE2-4DAC-BE31-87DCA6EC69BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{42EBED52-DFE2-4DAC-BE31-87DCA6EC69BD}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Reference in New Issue
Block a user