Skip to content

Commit 3ce5e2c

Browse files
committed
refactor: remove extra folders
1 parent 7a6f456 commit 3ce5e2c

8 files changed

+11
-11
lines changed

Prometheus.Client.MetricPusher.HostedService.sln

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.7.34003.232
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Prometheus.Client.MetricPusher.HostedService", "src\Prometheus.Client.MetricPusher.HostedService\Prometheus.Client.MetricPusher.HostedService.csproj", "{CD73BF99-211A-496F-983B-A55A22DE4FEE}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prometheus.Client.MetricPusher.HostedService", "src\Prometheus.Client.MetricPusher.HostedService.csproj", "{0E1315C9-0B9C-438C-ADC7-DEB0CFC8CF5C}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Prometheus.Client.MetricPusher.HostedService.Tests", "tests\Prometheus.Client.MetricPusher.HostedService.Tests\Prometheus.Client.MetricPusher.HostedService.Tests.csproj", "{2CC30054-6E22-4112-9DB1-7FFA154B92FD}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prometheus.Client.MetricPusher.HostedService.Tests", "tests\Prometheus.Client.MetricPusher.HostedService.Tests.csproj", "{D3310A66-8E6B-4F26-B0FD-B5A152ECAB84}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212
Debug|Any CPU = Debug|Any CPU
1313
Release|Any CPU = Release|Any CPU
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{CD73BF99-211A-496F-983B-A55A22DE4FEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{CD73BF99-211A-496F-983B-A55A22DE4FEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
18-
{CD73BF99-211A-496F-983B-A55A22DE4FEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
19-
{CD73BF99-211A-496F-983B-A55A22DE4FEE}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{2CC30054-6E22-4112-9DB1-7FFA154B92FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{2CC30054-6E22-4112-9DB1-7FFA154B92FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{2CC30054-6E22-4112-9DB1-7FFA154B92FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{2CC30054-6E22-4112-9DB1-7FFA154B92FD}.Release|Any CPU.Build.0 = Release|Any CPU
16+
{0E1315C9-0B9C-438C-ADC7-DEB0CFC8CF5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{0E1315C9-0B9C-438C-ADC7-DEB0CFC8CF5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{0E1315C9-0B9C-438C-ADC7-DEB0CFC8CF5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{0E1315C9-0B9C-438C-ADC7-DEB0CFC8CF5C}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{D3310A66-8E6B-4F26-B0FD-B5A152ECAB84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{D3310A66-8E6B-4F26-B0FD-B5A152ECAB84}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{D3310A66-8E6B-4F26-B0FD-B5A152ECAB84}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{D3310A66-8E6B-4F26-B0FD-B5A152ECAB84}.Release|Any CPU.Build.0 = Release|Any CPU
2424
EndGlobalSection
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</ItemGroup>
4545

4646
<ItemGroup>
47-
<ProjectReference Include="..\..\src\Prometheus.Client.MetricPusher.HostedService\Prometheus.Client.MetricPusher.HostedService.csproj" />
47+
<ProjectReference Include="..\src\Prometheus.Client.MetricPusher.HostedService.csproj" />
4848
</ItemGroup>
4949

5050
</Project>

0 commit comments

Comments
 (0)