-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdotnet-aes-extra.sln
61 lines (61 loc) · 3.34 KB
/
dotnet-aes-extra.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AesExtra", "AesExtra\AesExtra.csproj", "{EBE1ED5A-582F-492D-9EB8-C84BE1DED4BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{37BF567B-24E6-4C24-93E3-C3AF475648D3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
.config\dotnet-tools.json = .config\dotnet-tools.json
GitVersion.yml = GitVersion.yml
global.json = global.json
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{1C01A078-D5F8-4551-88CD-916B02060EFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests8", "UnitTests8\UnitTests8.csproj", "{2110E495-3D1F-4720-A3E8-F18DC50CDAD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Documentation", "Documentation\Documentation.csproj", "{D6E6BF39-629B-4A1D-B888-B0A8A32B99D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{337891B4-3C05-4F3E-B1B9-7B570AB109DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBE1ED5A-582F-492D-9EB8-C84BE1DED4BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBE1ED5A-582F-492D-9EB8-C84BE1DED4BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBE1ED5A-582F-492D-9EB8-C84BE1DED4BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBE1ED5A-582F-492D-9EB8-C84BE1DED4BF}.Release|Any CPU.Build.0 = Release|Any CPU
{1C01A078-D5F8-4551-88CD-916B02060EFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C01A078-D5F8-4551-88CD-916B02060EFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C01A078-D5F8-4551-88CD-916B02060EFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C01A078-D5F8-4551-88CD-916B02060EFF}.Release|Any CPU.Build.0 = Release|Any CPU
{2110E495-3D1F-4720-A3E8-F18DC50CDAD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2110E495-3D1F-4720-A3E8-F18DC50CDAD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2110E495-3D1F-4720-A3E8-F18DC50CDAD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2110E495-3D1F-4720-A3E8-F18DC50CDAD6}.Release|Any CPU.Build.0 = Release|Any CPU
{D6E6BF39-629B-4A1D-B888-B0A8A32B99D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6E6BF39-629B-4A1D-B888-B0A8A32B99D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{337891B4-3C05-4F3E-B1B9-7B570AB109DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{337891B4-3C05-4F3E-B1B9-7B570AB109DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{337891B4-3C05-4F3E-B1B9-7B570AB109DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{337891B4-3C05-4F3E-B1B9-7B570AB109DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7958DD06-6D1F-480D-9B8F-3AF98AF779BD}
EndGlobalSection
EndGlobal