-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMinimalXmlReader.sln
53 lines (53 loc) · 2.84 KB
/
MinimalXmlReader.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinimalXmlReader", "MinimalXmlReader\MinimalXmlReader.csproj", "{322F1703-1415-4BFE-AE29-49E28ADA882B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinimalXmlReader.Tests", "MinimalXmlReader.Tests\MinimalXmlReader.Tests.csproj", "{FB4C519B-E97B-44AC-946F-20F308F03233}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinimalXmlReader.Benchmarks", "MinimalXmlReader.Benchmarks\MinimalXmlReader.Benchmarks.csproj", "{477D874B-0516-45D3-BD55-11CE8B525B3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{7F2CFB34-A8CC-4B54-A7E4-C31E59374C34}"
ProjectSection(SolutionItems) = preProject
Examples\Random.xml = Examples\Random.xml
Examples\XmlRpcMethodCall.xml = Examples\XmlRpcMethodCall.xml
Examples\XmlRpcMethodResponseExtreme.xml = Examples\XmlRpcMethodResponseExtreme.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Položky řešení", "Položky řešení", "{BCCFF6F1-9AE2-4142-B49D-449ED93D590F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{322F1703-1415-4BFE-AE29-49E28ADA882B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{322F1703-1415-4BFE-AE29-49E28ADA882B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{322F1703-1415-4BFE-AE29-49E28ADA882B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{322F1703-1415-4BFE-AE29-49E28ADA882B}.Release|Any CPU.Build.0 = Release|Any CPU
{FB4C519B-E97B-44AC-946F-20F308F03233}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB4C519B-E97B-44AC-946F-20F308F03233}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB4C519B-E97B-44AC-946F-20F308F03233}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB4C519B-E97B-44AC-946F-20F308F03233}.Release|Any CPU.Build.0 = Release|Any CPU
{477D874B-0516-45D3-BD55-11CE8B525B3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{477D874B-0516-45D3-BD55-11CE8B525B3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{477D874B-0516-45D3-BD55-11CE8B525B3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{477D874B-0516-45D3-BD55-11CE8B525B3A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {69DFB7D6-EC4C-43C6-9854-7D9A4C6B1887}
EndGlobalSection
EndGlobal