Skip to content

Commit 4cc11c4

Browse files
committedOct 13, 2020
Settings
1 parent 9ca3775 commit 4cc11c4

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
 

‎AESClass.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<PropertyGroup>
5050
<StartupObject />
5151
</PropertyGroup>
52+
<PropertyGroup />
5253
<ItemGroup>
5354
<Reference Include="System" />
5455
<Reference Include="System.Core" />

‎AESClass.sln

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30413.136
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AESClass", "AESClass.csproj", "{C61752C9-54AF-40CA-B03E-5B064CD2FB6B}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{C61752C9-54AF-40CA-B03E-5B064CD2FB6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{C61752C9-54AF-40CA-B03E-5B064CD2FB6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{C61752C9-54AF-40CA-B03E-5B064CD2FB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{C61752C9-54AF-40CA-B03E-5B064CD2FB6B}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {26E28FA9-D430-40CC-BA2C-8E7B97873C23}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)
Please sign in to comment.