forked from pythonnet/codecs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Codecs.sln
64 lines (64 loc) · 3.41 KB
/
Codecs.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
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{E2915516-5350-4A8F-9DEC-CB696001A96E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.rst = README.rst
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.Runtime.Codecs", "src\Python.Runtime.Codecs.csproj", "{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codecs.Tests", "tests\Codecs.Tests.csproj", "{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{6CEA9133-ACDF-492D-BB26-21C356B4105E}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build+test.yml = .github\workflows\build+test.yml
EndProjectSection
EndProject
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(ProjectConfigurationPlatforms) = postSolution
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Debug|x64.ActiveCfg = Debug|Any CPU
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Debug|x64.Build.0 = Debug|Any CPU
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Debug|x86.ActiveCfg = Debug|Any CPU
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Debug|x86.Build.0 = Debug|Any CPU
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Release|Any CPU.Build.0 = Release|Any CPU
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Release|x64.ActiveCfg = Release|Any CPU
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Release|x64.Build.0 = Release|Any CPU
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Release|x86.ActiveCfg = Release|Any CPU
{BF1DC53A-0566-43A8-89FE-B24C3CD733BC}.Release|x86.Build.0 = Release|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Debug|x64.ActiveCfg = Debug|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Debug|x64.Build.0 = Debug|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Debug|x86.ActiveCfg = Debug|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Debug|x86.Build.0 = Debug|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Release|Any CPU.Build.0 = Release|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Release|x64.ActiveCfg = Release|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Release|x64.Build.0 = Release|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Release|x86.ActiveCfg = Release|Any CPU
{51EB80FB-59A6-4699-ACF0-F9BE6950E45B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8129C638-0706-41B4-825D-642118F458FD}
EndGlobalSection
EndGlobal