🔥 Replaces solution file with new format
This commit is contained in:
54
Solution.sln
54
Solution.sln
@ -1,54 +0,0 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
||||||
# Visual Studio Version 17
|
|
||||||
VisualStudioVersion = 17.0.31512.422
|
|
||||||
MinimumVisualStudioVersion = 15.0.26124.0
|
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{C78AC8C6-8CE2-4C77-9493-3E6F22D4F82B}"
|
|
||||||
ProjectSection(SolutionItems) = preProject
|
|
||||||
icon.png = icon.png
|
|
||||||
LICENSE.md = LICENSE.md
|
|
||||||
README.md = README.md
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{0577A3E6-642A-4865-90E7-70103A1B0880}"
|
|
||||||
ProjectSection(SolutionItems) = preProject
|
|
||||||
.editorconfig = .editorconfig
|
|
||||||
.gitignore = .gitignore
|
|
||||||
.globalconfig = .globalconfig
|
|
||||||
.runsettings = .runsettings
|
|
||||||
Directory.Build.props = Directory.Build.props
|
|
||||||
Directory.Build.targets = Directory.Build.targets
|
|
||||||
Directory.Packages.props = Directory.Packages.props
|
|
||||||
dotnet.ruleset = dotnet.ruleset
|
|
||||||
GitVersion.yml = GitVersion.yml
|
|
||||||
stylecop.json = stylecop.json
|
|
||||||
xunit.runner.json = xunit.runner.json
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
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
|
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4FAAB5E4-2D81-4062-90D2-6F68DF746BD2}"
|
|
||||||
ProjectSection(SolutionItems) = preProject
|
|
||||||
tests\Directory.Build.props = tests\Directory.Build.props
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{95906F8E-04C3-49F0-96D5-D6B78A8FF9C9}"
|
|
||||||
ProjectSection(SolutionItems) = preProject
|
|
||||||
samples\Directory.Build.props = samples\Directory.Build.props
|
|
||||||
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(ExtensibilityGlobals) = postSolution
|
|
||||||
SolutionGuid = {732C3E99-FDF6-4748-A339-C3C162241038}
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
29
Solution.slnx
Normal file
29
Solution.slnx
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<Solution>
|
||||||
|
<Folder Name="/Assets/">
|
||||||
|
<File Path="icon.png" />
|
||||||
|
<File Path="LICENSE.md" />
|
||||||
|
<File Path="README.md" />
|
||||||
|
</Folder>
|
||||||
|
<Folder Name="/Configuration/">
|
||||||
|
<File Path=".editorconfig" />
|
||||||
|
<File Path=".gitignore" />
|
||||||
|
<File Path=".globalconfig" />
|
||||||
|
<File Path=".runsettings" />
|
||||||
|
<File Path="Directory.Build.props" />
|
||||||
|
<File Path="Directory.Build.targets" />
|
||||||
|
<File Path="Directory.Packages.props" />
|
||||||
|
<File Path="dotnet.ruleset" />
|
||||||
|
<File Path="GitVersion.yml" />
|
||||||
|
<File Path="stylecop.json" />
|
||||||
|
<File Path="xunit.runner.json" />
|
||||||
|
</Folder>
|
||||||
|
<Folder Name="/samples/">
|
||||||
|
<File Path="samples\Directory.Build.props" />
|
||||||
|
</Folder>
|
||||||
|
<Folder Name="/src/">
|
||||||
|
<File Path="src\Directory.build.props" />
|
||||||
|
</Folder>
|
||||||
|
<Folder Name="/tests/">
|
||||||
|
<File Path="tests\Directory.Build.props" />
|
||||||
|
</Folder>
|
||||||
|
</Solution>
|
Reference in New Issue
Block a user