Skip to content

Commit

Permalink
Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Speckmops committed Oct 13, 2020
1 parent 9ca3775 commit 4cc11c4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions AESClass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
25 changes: 25 additions & 0 deletions AESClass.sln
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4cc11c4

Please sign in to comment.