@@ -5,8 +5,6 @@ VisualStudioVersion = 17.7.34221.43
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "HttpClientToCurl" , "src\HttpClientToCurl\HttpClientToCurl.csproj" , "{18B3309D-B84C-453D-8EF7-16CA9E58F5DC}"
77EndProject
8- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "HttpClientToCurlGeneratorTest" , "tests\HttpClientToCurlTest\HttpClientToCurlTest.csproj" , "{BF3321A5-A590-44DD-BA5D-44978D9B6125}"
9- EndProject
108Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "examples" , "examples" , "{A8574DB9-8411-4F81-A82E-F97AD00EF8AF}"
119EndProject
1210Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "HttpClientToCurl.Sample.InConsole" , "examples\HttpClientToCurl.Sample.InConsole\HttpClientToCurl.Sample.InConsole.csproj" , "{323022D2-AAA7-443B-895C-77F5B1634D68}"
@@ -25,7 +23,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solutionItems", "solutionIt
2523 pre -push = pre -push
2624 EndProject Section
2725EndProject
28- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "HttpRequestMessageToCurlGeneratorTest" , "tests\HttpRequestMessageToCurlTest\HttpRequestMessageToCurlTest.csproj" , "{007CA9E0-CDF0-4375-8E8C-A24C9A7BF531}"
26+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "HttpClientToCurl.Sample.InGlobal" , "examples\HttpClientToCurl.Sample.InGlobal\HttpClientToCurl.Sample.InGlobal.csproj" , "{5A8427BC-0821-E973-7221-263D13156248}"
27+ EndProject
28+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "HttpClientToCurlTest" , "tests\HttpClientToCurlTest\HttpClientToCurlTest.csproj" , "{8CC76F1F-5845-D81E-5E9A-113F913A444B}"
29+ EndProject
30+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "HttpRequestMessageToCurlTest" , "tests\HttpRequestMessageToCurlTest\HttpRequestMessageToCurlTest.csproj" , "{69E31075-F14E-1DE2-1D6E-D934A5C0480F}"
31+ EndProject
32+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "HttpClientToCurl.Sample.InSpecific" , "examples\HttpClientToCurl.Sample.InSpecific\HttpClientToCurl.Sample.InSpecific.csproj" , "{9D56718F-C9E6-4C45-926D-97599072DA35}"
2933EndProject
3034Global
3135 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -37,10 +41,6 @@ Global
3741 {18B3309D-B84C-453D-8EF7-16CA9E58F5DC} .Debug| Any CPU .Build .0 = Debug| Any CPU
3842 {18B3309D-B84C-453D-8EF7-16CA9E58F5DC} .Release| Any CPU .ActiveCfg = Release| Any CPU
3943 {18B3309D-B84C-453D-8EF7-16CA9E58F5DC} .Release| Any CPU .Build .0 = Release| Any CPU
40- {BF3321A5-A590-44DD-BA5D-44978D9B6125} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
41- {BF3321A5-A590-44DD-BA5D-44978D9B6125} .Debug| Any CPU .Build .0 = Debug| Any CPU
42- {BF3321A5-A590-44DD-BA5D-44978D9B6125} .Release| Any CPU .ActiveCfg = Release| Any CPU
43- {BF3321A5-A590-44DD-BA5D-44978D9B6125} .Release| Any CPU .Build .0 = Release| Any CPU
4444 {323022D2-AAA7-443B-895C-77F5B1634D68} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
4545 {323022D2-AAA7-443B-895C-77F5B1634D68} .Debug| Any CPU .Build .0 = Debug| Any CPU
4646 {323022D2-AAA7-443B-895C-77F5B1634D68} .Release| Any CPU .ActiveCfg = Release| Any CPU
@@ -53,21 +53,35 @@ Global
5353 {403B236B-D7D8-43FB-B47E-DCCAF8BA96C4} .Debug| Any CPU .Build .0 = Debug| Any CPU
5454 {403B236B-D7D8-43FB-B47E-DCCAF8BA96C4} .Release| Any CPU .ActiveCfg = Release| Any CPU
5555 {403B236B-D7D8-43FB-B47E-DCCAF8BA96C4} .Release| Any CPU .Build .0 = Release| Any CPU
56- {007CA9E0-CDF0-4375-8E8C-A24C9A7BF531} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
57- {007CA9E0-CDF0-4375-8E8C-A24C9A7BF531} .Debug| Any CPU .Build .0 = Debug| Any CPU
58- {007CA9E0-CDF0-4375-8E8C-A24C9A7BF531} .Release| Any CPU .ActiveCfg = Release| Any CPU
59- {007CA9E0-CDF0-4375-8E8C-A24C9A7BF531} .Release| Any CPU .Build .0 = Release| Any CPU
56+ {5A8427BC-0821-E973-7221-263D13156248} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
57+ {5A8427BC-0821-E973-7221-263D13156248} .Debug| Any CPU .Build .0 = Debug| Any CPU
58+ {5A8427BC-0821-E973-7221-263D13156248} .Release| Any CPU .ActiveCfg = Release| Any CPU
59+ {5A8427BC-0821-E973-7221-263D13156248} .Release| Any CPU .Build .0 = Release| Any CPU
60+ {8CC76F1F-5845-D81E-5E9A-113F913A444B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
61+ {8CC76F1F-5845-D81E-5E9A-113F913A444B} .Debug| Any CPU .Build .0 = Debug| Any CPU
62+ {8CC76F1F-5845-D81E-5E9A-113F913A444B} .Release| Any CPU .ActiveCfg = Release| Any CPU
63+ {8CC76F1F-5845-D81E-5E9A-113F913A444B} .Release| Any CPU .Build .0 = Release| Any CPU
64+ {69E31075-F14E-1DE2-1D6E-D934A5C0480F} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
65+ {69E31075-F14E-1DE2-1D6E-D934A5C0480F} .Debug| Any CPU .Build .0 = Debug| Any CPU
66+ {69E31075-F14E-1DE2-1D6E-D934A5C0480F} .Release| Any CPU .ActiveCfg = Release| Any CPU
67+ {69E31075-F14E-1DE2-1D6E-D934A5C0480F} .Release| Any CPU .Build .0 = Release| Any CPU
68+ {9D56718F-C9E6-4C45-926D-97599072DA35} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
69+ {9D56718F-C9E6-4C45-926D-97599072DA35} .Debug| Any CPU .Build .0 = Debug| Any CPU
70+ {9D56718F-C9E6-4C45-926D-97599072DA35} .Release| Any CPU .ActiveCfg = Release| Any CPU
71+ {9D56718F-C9E6-4C45-926D-97599072DA35} .Release| Any CPU .Build .0 = Release| Any CPU
6072 EndGlobalSection
6173 GlobalSection (SolutionProperties ) = preSolution
6274 HideSolutionNode = FALSE
6375 EndGlobalSection
6476 GlobalSection (NestedProjects ) = preSolution
6577 {18B3309D-B84C-453D-8EF7-16CA9E58F5DC} = {D3967ABF-F7C6-4432-9B67-A3F804CBC3E7}
66- {BF3321A5-A590-44DD-BA5D-44978D9B6125} = {E36BF269-7F5D-4DE7-99B0-14567F9CD6B3}
6778 {323022D2-AAA7-443B-895C-77F5B1634D68} = {A8574DB9-8411-4F81-A82E-F97AD00EF8AF}
6879 {F7B35144-A00C-45BE-BC41-36C1B21FCD18} = {A8574DB9-8411-4F81-A82E-F97AD00EF8AF}
6980 {403B236B-D7D8-43FB-B47E-DCCAF8BA96C4} = {A8574DB9-8411-4F81-A82E-F97AD00EF8AF}
70- {007CA9E0-CDF0-4375-8E8C-A24C9A7BF531} = {E36BF269-7F5D-4DE7-99B0-14567F9CD6B3}
81+ {5A8427BC-0821-E973-7221-263D13156248} = {A8574DB9-8411-4F81-A82E-F97AD00EF8AF}
82+ {8CC76F1F-5845-D81E-5E9A-113F913A444B} = {E36BF269-7F5D-4DE7-99B0-14567F9CD6B3}
83+ {69E31075-F14E-1DE2-1D6E-D934A5C0480F} = {E36BF269-7F5D-4DE7-99B0-14567F9CD6B3}
84+ {9D56718F-C9E6-4C45-926D-97599072DA35} = {A8574DB9-8411-4F81-A82E-F97AD00EF8AF}
7185 EndGlobalSection
7286 GlobalSection (ExtensibilityGlobals ) = postSolution
7387 SolutionGuid = {E5E0FFF6-54C3-4BA1-91F3-EF3513A18D5D}
0 commit comments