🔧 Uses latest configuration files
This commit is contained in:
2
.config
2
.config
Submodule .config updated: dd8e83e3bf...f63882fa4d
27
Solution.sln
27
Solution.sln
@ -1,35 +1,38 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio Version 16
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 16.0.29509.3
|
VisualStudioVersion = 17.0.31512.422
|
||||||
MinimumVisualStudioVersion = 15.0.26124.0
|
MinimumVisualStudioVersion = 15.0.26124.0
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{0577A3E6-642A-4865-90E7-70103A1B0880}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{0577A3E6-642A-4865-90E7-70103A1B0880}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
.config\.editorconfig = .config\.editorconfig
|
.config\.editorconfig = .config\.editorconfig
|
||||||
.config\.gitignore = .config\.gitignore
|
.config\.gitignore-dotnet = .config\.gitignore-dotnet
|
||||||
azure-pipelines.yml = azure-pipelines.yml
|
azure-pipelines.yml = azure-pipelines.yml
|
||||||
.config\Directory.Build.props = .config\Directory.Build.props
|
.config\Directory.Build.props = .config\Directory.Build.props
|
||||||
.config\Directory.Build.targets = .config\Directory.Build.targets
|
.config\Directory.Build.targets = .config\Directory.Build.targets
|
||||||
.config\dotnet.ruleset = .config\dotnet.ruleset
|
.config\dotnet.ruleset = .config\dotnet.ruleset
|
||||||
.config\gulpfile.js = .config\gulpfile.js
|
.config\GitVersion.yml = .config\GitVersion.yml
|
||||||
|
LICENSE.md = LICENSE.md
|
||||||
.config\stylecop.json = .config\stylecop.json
|
.config\stylecop.json = .config\stylecop.json
|
||||||
|
.config\xunit.runner.json = .config\xunit.runner.json
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{52270E06-D3BB-4B8E-A261-377E460B5FD5}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{52270E06-D3BB-4B8E-A261-377E460B5FD5}"
|
||||||
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
src\Directory.build.props = src\Directory.build.props
|
||||||
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4FAAB5E4-2D81-4062-90D2-6F68DF746BD2}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4FAAB5E4-2D81-4062-90D2-6F68DF746BD2}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{95906F8E-04C3-49F0-96D5-D6B78A8FF9C9}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{95906F8E-04C3-49F0-96D5-D6B78A8FF9C9}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{C78AC8C6-8CE2-4C77-9493-3E6F22D4F82B}"
|
||||||
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
.config\assets\nuget.png = .config\assets\nuget.png
|
||||||
|
README.md = README.md
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
Global
|
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(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
1
samples/.gitkeep
Symbolic link
1
samples/.gitkeep
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../.config/.gitkeep
|
Reference in New Issue
Block a user