|
1 | 1 |
|
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
3 | | -# Visual Studio 15 |
4 | | -VisualStudioVersion = 15.0.27703.2042 |
| 3 | +# Visual Studio Version 16 |
| 4 | +VisualStudioVersion = 16.0.28407.52 |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1 |
6 | 6 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenCensus", "src\OpenCensus\OpenCensus.csproj", "{AE3E3DF5-4083-4C6E-A840-8271B0ACDE7E}" |
7 | 7 | EndProject |
@@ -61,6 +61,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenCensus.Exporter.Ocagent |
61 | 61 | EndProject |
62 | 62 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenCensus.Exporter.Stackdriver.Tests", "test\OpenCensus.Exporter.Stackdriver.Tests\OpenCensus.Exporter.Stackdriver.Tests.csproj", "{6875032B-DFDC-4CDE-A283-37CA7F99926A}" |
63 | 63 | EndProject |
| 64 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenCensus.Exporter.ApplicationInsights.Tests", "test\OpenCensus.Exporter.ApplicationInsights.Tests\OpenCensus.Exporter.ApplicationInsights.Tests.csproj", "{1FA1F509-7722-48E3-9A35-16CBB6774957}" |
| 65 | +EndProject |
64 | 66 | Global |
65 | 67 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
66 | 68 | Debug|Any CPU = Debug|Any CPU |
@@ -127,6 +129,10 @@ Global |
127 | 129 | {6875032B-DFDC-4CDE-A283-37CA7F99926A}.Debug|Any CPU.Build.0 = Debug|Any CPU |
128 | 130 | {6875032B-DFDC-4CDE-A283-37CA7F99926A}.Release|Any CPU.ActiveCfg = Release|Any CPU |
129 | 131 | {6875032B-DFDC-4CDE-A283-37CA7F99926A}.Release|Any CPU.Build.0 = Release|Any CPU |
| 132 | + {1FA1F509-7722-48E3-9A35-16CBB6774957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 133 | + {1FA1F509-7722-48E3-9A35-16CBB6774957}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 134 | + {1FA1F509-7722-48E3-9A35-16CBB6774957}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 135 | + {1FA1F509-7722-48E3-9A35-16CBB6774957}.Release|Any CPU.Build.0 = Release|Any CPU |
130 | 136 | EndGlobalSection |
131 | 137 | GlobalSection(SolutionProperties) = preSolution |
132 | 138 | HideSolutionNode = FALSE |
|
0 commit comments