1 Star 0 Fork 2

scjjcs/NETCore.Encrypt

forked from roy-ming/NETCore.Encrypt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
NETCore.Encrypt.sln 4.92 KB
一键复制 编辑 原始数据 按行查看 历史

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2520DA96-86CD-4BD6-8807-95F27381BE1C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{CF0D22DD-69A9-424C-963F-D23DCE937138}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{858007F7-5623-4CF8-8621-26CC95F4B41E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NETCore.Encrypt", "src\NETCore.Encrypt\NETCore.Encrypt.csproj", "{E761502C-AF51-4AA9-9776-0E3B157F3385}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NETCore.Encrypt.Demo", "example\NETCore.Encrypt.Demo\NETCore.Encrypt.Demo.csproj", "{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NETCore.Encrypt.Tests", "test\NETCore.Encrypt.Tests\NETCore.Encrypt.Tests.csproj", "{84CC81FB-9F15-49C2-B480-B6806033F7A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B8A77A06-282D-4D55-B024-8FBC868306E6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|x64.ActiveCfg = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|x64.Build.0 = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|x86.ActiveCfg = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|x86.Build.0 = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|Any CPU.Build.0 = Release|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|x64.ActiveCfg = Release|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|x64.Build.0 = Release|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|x86.ActiveCfg = Release|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|x86.Build.0 = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|x64.ActiveCfg = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|x64.Build.0 = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|x86.ActiveCfg = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|x86.Build.0 = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|Any CPU.Build.0 = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|x64.ActiveCfg = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|x64.Build.0 = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|x86.ActiveCfg = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|x86.Build.0 = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|x64.ActiveCfg = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|x64.Build.0 = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|x86.ActiveCfg = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|x86.Build.0 = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|Any CPU.Build.0 = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|x64.ActiveCfg = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|x64.Build.0 = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|x86.ActiveCfg = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E761502C-AF51-4AA9-9776-0E3B157F3385} = {2520DA96-86CD-4BD6-8807-95F27381BE1C}
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218} = {CF0D22DD-69A9-424C-963F-D23DCE937138}
{84CC81FB-9F15-49C2-B480-B6806033F7A6} = {858007F7-5623-4CF8-8621-26CC95F4B41E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20C14320-327E-4793-9081-BED6566B2709}
EndGlobalSection
EndGlobal
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/scjjcs/NETCore.Encrypt.git
git@gitee.com:scjjcs/NETCore.Encrypt.git
scjjcs
NETCore.Encrypt
NETCore.Encrypt
master

搜索帮助