-
Notifications
You must be signed in to change notification settings - Fork 9
/
CSharpToVB.sln
73 lines (73 loc) · 4.53 KB
/
CSharpToVB.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
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32611.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "CSharpToVB", "CSharpToVB\CSharpToVB.vbproj", "{5D36ED60-91A7-4D39-BA56-BAFCE97F97C5}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "CodeConverter", "CodeConverter\CodeConverter.vbproj", "{5B4A54BD-E39F-4212-9465-05370D1AD59E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D43ACB3A-D858-4352-A083-214B9CA331F9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
License.txt = License.txt
ReadMe.MD = ReadMe.MD
EndProjectSection
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "CSharpToVB.Tests", "CSharpToVB.Tests\CSharpToVB.Tests.vbproj", "{93A45B05-179A-4EA7-AE67-60B8C71F38A4}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "ProgressReportLibrary", "ProgressReportLibrary\ProgressReportLibrary.vbproj", "{57ABB5E1-80BB-47EE-BCA7-39BA4B9BDDEA}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "csvGenerator", "csvGenerator\csvGenerator.vbproj", "{C7826D19-1C7D-42F3-97CC-4A92C105ACA5}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "TestConsoleApp", "TestConsoleApp\TestConsoleApp.vbproj", "{40E4A63D-16E2-459D-B04E-3BD796173BB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObjectPoolLibrary", "ObjectPoolLibrary\ObjectPoolLibrary.csproj", "{004C2A2F-E9F6-4834-8860-9F425BB5B965}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Releases", "Releases", "{A9BB0885-3845-48D0-B2F7-30C6210894C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D36ED60-91A7-4D39-BA56-BAFCE97F97C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D36ED60-91A7-4D39-BA56-BAFCE97F97C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D36ED60-91A7-4D39-BA56-BAFCE97F97C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D36ED60-91A7-4D39-BA56-BAFCE97F97C5}.Release|Any CPU.Build.0 = Release|Any CPU
{5B4A54BD-E39F-4212-9465-05370D1AD59E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B4A54BD-E39F-4212-9465-05370D1AD59E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B4A54BD-E39F-4212-9465-05370D1AD59E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B4A54BD-E39F-4212-9465-05370D1AD59E}.Release|Any CPU.Build.0 = Release|Any CPU
{93A45B05-179A-4EA7-AE67-60B8C71F38A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93A45B05-179A-4EA7-AE67-60B8C71F38A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93A45B05-179A-4EA7-AE67-60B8C71F38A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93A45B05-179A-4EA7-AE67-60B8C71F38A4}.Release|Any CPU.Build.0 = Release|Any CPU
{57ABB5E1-80BB-47EE-BCA7-39BA4B9BDDEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57ABB5E1-80BB-47EE-BCA7-39BA4B9BDDEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57ABB5E1-80BB-47EE-BCA7-39BA4B9BDDEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57ABB5E1-80BB-47EE-BCA7-39BA4B9BDDEA}.Release|Any CPU.Build.0 = Release|Any CPU
{C7826D19-1C7D-42F3-97CC-4A92C105ACA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7826D19-1C7D-42F3-97CC-4A92C105ACA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7826D19-1C7D-42F3-97CC-4A92C105ACA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7826D19-1C7D-42F3-97CC-4A92C105ACA5}.Release|Any CPU.Build.0 = Release|Any CPU
{40E4A63D-16E2-459D-B04E-3BD796173BB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40E4A63D-16E2-459D-B04E-3BD796173BB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40E4A63D-16E2-459D-B04E-3BD796173BB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40E4A63D-16E2-459D-B04E-3BD796173BB6}.Release|Any CPU.Build.0 = Release|Any CPU
{004C2A2F-E9F6-4834-8860-9F425BB5B965}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{004C2A2F-E9F6-4834-8860-9F425BB5B965}.Debug|Any CPU.Build.0 = Debug|Any CPU
{004C2A2F-E9F6-4834-8860-9F425BB5B965}.Release|Any CPU.ActiveCfg = Release|Any CPU
{004C2A2F-E9F6-4834-8860-9F425BB5B965}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A9BB0885-3845-48D0-B2F7-30C6210894C1} = {D43ACB3A-D858-4352-A083-214B9CA331F9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {766F1CF7-FDEC-4494-A8E2-3E891BCBD997}
EndGlobalSection
EndGlobal