mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-19 23:02:50 +08:00
53 lines
2.4 KiB
Plaintext
53 lines
2.4 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.0.31903.59
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "meta", "meta", "{85E669CB-FC0A-4C1D-92DE-38D0662C257D}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
.editorconfig = .editorconfig
|
|
.gitattributes = .gitattributes
|
|
.gitignore = .gitignore
|
|
.tgitconfig = .tgitconfig
|
|
AddMetaFilesToSln.csx = AddMetaFilesToSln.csx
|
|
build.cake = build.cake
|
|
code-format.cmd = code-format.cmd
|
|
CodeCleanupOnSave.csx = CodeCleanupOnSave.csx
|
|
CodeQuality.props = CodeQuality.props
|
|
Directory.Build.props = Directory.Build.props
|
|
dotnet-tools.json = dotnet-tools.json
|
|
git-clean.cmd = git-clean.cmd
|
|
global.json = global.json
|
|
ImageOptimize.csx = ImageOptimize.csx
|
|
LICENSE = LICENSE
|
|
NSExt.sln.DotSettings = NSExt.sln.DotSettings
|
|
NSExt.sln.DotSettings.user = NSExt.sln.DotSettings.user
|
|
README.md = README.md
|
|
README.zh-CN.md = README.zh-CN.md
|
|
stylecop.json = stylecop.json
|
|
StyleCopAnalyzers.ruleset = StyleCopAnalyzers.ruleset
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSExt.Tests", "src\NSExt.Tests\NSExt.Tests.csproj", "{557FBEF6-E6D5-4531-86DF-D772A10E2261}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSExt", "src\NSExt\NSExt.csproj", "{BA0982BE-6E57-4AAF-9778-F9B2EB46F505}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{557FBEF6-E6D5-4531-86DF-D772A10E2261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{557FBEF6-E6D5-4531-86DF-D772A10E2261}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{557FBEF6-E6D5-4531-86DF-D772A10E2261}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{557FBEF6-E6D5-4531-86DF-D772A10E2261}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{BA0982BE-6E57-4AAF-9778-F9B2EB46F505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{BA0982BE-6E57-4AAF-9778-F9B2EB46F505}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{BA0982BE-6E57-4AAF-9778-F9B2EB46F505}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{BA0982BE-6E57-4AAF-9778-F9B2EB46F505}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
EndGlobal |