Skip to content

Commit 769c94e

Browse files
committed
Add Sln file
1 parent a3bfc40 commit 769c94e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

reactions/dapr/post-dapr-output-binding/Drasi.Reactions.PostDaprOutputBinding.Tests/Drasi.Reactions.PostDaprOutputBinding.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<ProjectReference Include="..\post-dapr-output-binding\Drasi.Reactions.PostDaprOutputBinding\Drasi.Reactions.PostDaprOutputBinding.csproj" />
27+
<ProjectReference Include="..\Drasi.Reactions.PostDaprOutputBinding\Drasi.Reactions.PostDaprOutputBinding.csproj" />
2828
</ItemGroup>
2929

3030
</Project>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Drasi.Reactions.PostDaprOutputBinding", "Drasi.Reactions.PostDaprOutputBinding\Drasi.Reactions.PostDaprOutputBinding.csproj", "{1F2F43DE-37F6-4701-81B6-8C7B81CB3DF7}"
4+
EndProject
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Drasi.Reactions.PostDaprOutputBinding.Tests", "Drasi.Reactions.PostDaprOutputBinding.Tests\Drasi.Reactions.PostDaprOutputBinding.Tests.csproj", "{36B32281-FF13-4DFB-892F-167DBCDD4363}"
6+
EndProject
7+
Global
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9+
Debug|Any CPU = Debug|Any CPU
10+
Release|Any CPU = Release|Any CPU
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{1F2F43DE-37F6-4701-81B6-8C7B81CB3DF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{1F2F43DE-37F6-4701-81B6-8C7B81CB3DF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{1F2F43DE-37F6-4701-81B6-8C7B81CB3DF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{1F2F43DE-37F6-4701-81B6-8C7B81CB3DF7}.Release|Any CPU.Build.0 = Release|Any CPU
17+
{36B32281-FF13-4DFB-892F-167DBCDD4363}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18+
{36B32281-FF13-4DFB-892F-167DBCDD4363}.Debug|Any CPU.Build.0 = Debug|Any CPU
19+
{36B32281-FF13-4DFB-892F-167DBCDD4363}.Release|Any CPU.ActiveCfg = Release|Any CPU
20+
{36B32281-FF13-4DFB-892F-167DBCDD4363}.Release|Any CPU.Build.0 = Release|Any CPU
21+
EndGlobalSection
22+
EndGlobal

0 commit comments

Comments
 (0)