diff --git a/AESClass.csproj b/AESClass.csproj index a2cf290..1f42a4d 100644 --- a/AESClass.csproj +++ b/AESClass.csproj @@ -49,6 +49,7 @@ + diff --git a/AESClass.sln b/AESClass.sln new file mode 100644 index 0000000..37a095c --- /dev/null +++ b/AESClass.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30413.136 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AESClass", "AESClass.csproj", "{C61752C9-54AF-40CA-B03E-5B064CD2FB6B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C61752C9-54AF-40CA-B03E-5B064CD2FB6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C61752C9-54AF-40CA-B03E-5B064CD2FB6B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C61752C9-54AF-40CA-B03E-5B064CD2FB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C61752C9-54AF-40CA-B03E-5B064CD2FB6B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {26E28FA9-D430-40CC-BA2C-8E7B97873C23} + EndGlobalSection +EndGlobal