Skip to content

Commit fde7d3c

Browse files
committed
Fix build?
1 parent 99da0b8 commit fde7d3c

16 files changed

+19
-19
lines changed

src/Grpc/Grpc.sln

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,38 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0FFB3605-0
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "testassets", "testassets", "{F5841B0A-901A-448F-9CC5-4CB393CE86AF}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InteropTestsWebsite", "test\testassets\InteropTestsWebsite\InteropTestsWebsite.csproj", "{CA7D30EE-CB85-4E38-ABB4-8126DB62FD43}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InteropTests", "test\InteropTests\InteropTests.csproj", "{90BF37E6-B3F1-4EFC-A233-8288D8B32DD2}"
1111
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InteropTestsClient", "test\testassets\InteropTestsClient\InteropTestsClient.csproj", "{285945D7-DF5A-456B-920A-AFA459D6A1B2}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InteropWebsite", "test\testassets\InteropWebsite\InteropWebsite.csproj", "{3AB7E8E4-BA36-44CE-844E-39DB66E46D45}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InteropTests", "test\InteropTests\InteropTests.csproj", "{90BF37E6-B3F1-4EFC-A233-8288D8B32DD2}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InteropClient", "test\testassets\InteropClient\InteropClient.csproj", "{66E6C55E-E4E3-4F4B-834A-BB34BFE00D2F}"
1515
EndProject
1616
Global
1717
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1818
Debug|Any CPU = Debug|Any CPU
1919
Release|Any CPU = Release|Any CPU
2020
EndGlobalSection
2121
GlobalSection(ProjectConfigurationPlatforms) = postSolution
22-
{CA7D30EE-CB85-4E38-ABB4-8126DB62FD43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23-
{CA7D30EE-CB85-4E38-ABB4-8126DB62FD43}.Debug|Any CPU.Build.0 = Debug|Any CPU
24-
{CA7D30EE-CB85-4E38-ABB4-8126DB62FD43}.Release|Any CPU.ActiveCfg = Release|Any CPU
25-
{CA7D30EE-CB85-4E38-ABB4-8126DB62FD43}.Release|Any CPU.Build.0 = Release|Any CPU
26-
{285945D7-DF5A-456B-920A-AFA459D6A1B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27-
{285945D7-DF5A-456B-920A-AFA459D6A1B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
28-
{285945D7-DF5A-456B-920A-AFA459D6A1B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
29-
{285945D7-DF5A-456B-920A-AFA459D6A1B2}.Release|Any CPU.Build.0 = Release|Any CPU
3022
{90BF37E6-B3F1-4EFC-A233-8288D8B32DD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3123
{90BF37E6-B3F1-4EFC-A233-8288D8B32DD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
3224
{90BF37E6-B3F1-4EFC-A233-8288D8B32DD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
3325
{90BF37E6-B3F1-4EFC-A233-8288D8B32DD2}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{3AB7E8E4-BA36-44CE-844E-39DB66E46D45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{3AB7E8E4-BA36-44CE-844E-39DB66E46D45}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{3AB7E8E4-BA36-44CE-844E-39DB66E46D45}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{3AB7E8E4-BA36-44CE-844E-39DB66E46D45}.Release|Any CPU.Build.0 = Release|Any CPU
30+
{66E6C55E-E4E3-4F4B-834A-BB34BFE00D2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31+
{66E6C55E-E4E3-4F4B-834A-BB34BFE00D2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
32+
{66E6C55E-E4E3-4F4B-834A-BB34BFE00D2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
33+
{66E6C55E-E4E3-4F4B-834A-BB34BFE00D2F}.Release|Any CPU.Build.0 = Release|Any CPU
3434
EndGlobalSection
3535
GlobalSection(SolutionProperties) = preSolution
3636
HideSolutionNode = FALSE
3737
EndGlobalSection
3838
GlobalSection(NestedProjects) = preSolution
39-
{CA7D30EE-CB85-4E38-ABB4-8126DB62FD43} = {F5841B0A-901A-448F-9CC5-4CB393CE86AF}
40-
{285945D7-DF5A-456B-920A-AFA459D6A1B2} = {F5841B0A-901A-448F-9CC5-4CB393CE86AF}
4139
{90BF37E6-B3F1-4EFC-A233-8288D8B32DD2} = {0FFB3605-0203-450F-80C8-F82CA2E8269F}
40+
{3AB7E8E4-BA36-44CE-844E-39DB66E46D45} = {F5841B0A-901A-448F-9CC5-4CB393CE86AF}
41+
{66E6C55E-E4E3-4F4B-834A-BB34BFE00D2F} = {F5841B0A-901A-448F-9CC5-4CB393CE86AF}
4242
EndGlobalSection
4343
GlobalSection(ExtensibilityGlobals) = postSolution
4444
SolutionGuid = {3CAE66FD-9A59-49C2-B133-1D599225259A}

src/Grpc/test/InteropTests/Helpers/InteropTestsFixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace InteropTests.Helpers
99
{
1010
public class InteropTestsFixture : IDisposable
1111
{
12-
private WebServerProcess _process;
12+
private WebsiteProcess _process;
1313

1414
public string Path { get; set; }
1515

@@ -25,7 +25,7 @@ public async Task EnsureStarted(ITestOutputHelper output)
2525
throw new InvalidOperationException("Path has not been set.");
2626
}
2727

28-
_process = new WebServerProcess(Path, output);
28+
_process = new WebsiteProcess(Path, output);
2929

3030
await _process.WaitForReady();
3131
}

src/Grpc/test/InteropTests/Helpers/WebServerProcess.cs renamed to src/Grpc/test/InteropTests/Helpers/WebsiteProcess.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
namespace InteropTests.Helpers
1111
{
12-
public class WebServerProcess : IDisposable
12+
public class WebsiteProcess : IDisposable
1313
{
1414
private readonly Process _process;
1515
private readonly ProcessEx _processEx;
1616
private readonly TaskCompletionSource<object> _startTcs;
1717

18-
public WebServerProcess(string path, ITestOutputHelper output)
18+
public WebsiteProcess(string path, ITestOutputHelper output)
1919
{
2020
_process = new Process();
2121
_process.StartInfo = new ProcessStartInfo

src/Grpc/test/InteropTests/InteropTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<ItemGroup>
1717
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
1818
<_Parameter1>InteropTestsWebsiteDir</_Parameter1>
19-
<_Parameter2>$(InteropTestsAssestsDir)\InteropTestsWebsite</_Parameter2>
19+
<_Parameter2>$(InteropTestsAssestsDir)\InteropWebsite</_Parameter2>
2020
</AssemblyAttribute>
2121

2222
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
2323
<_Parameter1>InteropTestsClientDir</_Parameter1>
24-
<_Parameter2>$(InteropTestsAssestsDir)\InteropTestsClient</_Parameter2>
24+
<_Parameter2>$(InteropTestsAssestsDir)\InteropClient</_Parameter2>
2525
</AssemblyAttribute>
2626
</ItemGroup>
2727

0 commit comments

Comments
 (0)