NSCodeAnalysis/NSCodeAnalysis.sln
2023-01-19 15:58:49 +08:00

46 lines
1.9 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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSCodeAnalysis", "src\NSCodeAnalysis.csproj", "{AF3310AE-A287-4C3A-AC59-A718C18107A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "meta", "meta", "{3799A282-8F5B-431D-A83F-A674A3138530}"
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
GenerateResx.targets = GenerateResx.targets
git-clean.cmd = git-clean.cmd
global.json = global.json
LICENSE = LICENSE
NSCodeAnalysis.sln.DotSettings = NSCodeAnalysis.sln.DotSettings
NSCodeAnalysis.sln.DotSettings.user = NSCodeAnalysis.sln.DotSettings.user
README.md = README.md
stylecop.json = stylecop.json
StyleCopAnalyzers.ruleset = StyleCopAnalyzers.ruleset
EndProjectSection
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
{AF3310AE-A287-4C3A-AC59-A718C18107A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF3310AE-A287-4C3A-AC59-A718C18107A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF3310AE-A287-4C3A-AC59-A718C18107A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF3310AE-A287-4C3A-AC59-A718C18107A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal