-
Notifications
You must be signed in to change notification settings - Fork 1
/
NoSuchCompany.MediatrPlugin.sln
48 lines (48 loc) · 2.71 KB
/
NoSuchCompany.MediatrPlugin.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32317.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NoSuchCompany.MediatrPlugin", "src\dotnet\NoSuchCompany.MediatrPlugin\NoSuchCompany.MediatrPlugin.csproj", "{05608FE6-4FD1-4E9D-9BE2-B13A0E370BA2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NoSuchCompany.MediatrPlugin.Rider", "src\dotnet\NoSuchCompany.MediatrPlugin\NoSuchCompany.MediatrPlugin.Rider.csproj", "{084172D1-A9C6-46D0-96AD-05C5B09A5E5D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{4A9ABB95-3762-448B-B5BF-099E46DB22DE}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
gradle.properties = gradle.properties
src\dotnet\Plugin.props = src\dotnet\Plugin.props
src\rider\main\resources\META-INF\plugin.xml = src\rider\main\resources\META-INF\plugin.xml
README.md = README.md
runVisualStudio.ps1 = runVisualStudio.ps1
settings.ps1 = settings.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoSuchCompany.MediatrPlugin.Tests", "src\dotnet\NoSuchCompany.MediatrPlugin.Tests\NoSuchCompany.MediatrPlugin.Tests.csproj", "{79314A04-7AE7-4269-8220-B3B879E7BAEA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05608FE6-4FD1-4E9D-9BE2-B13A0E370BA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05608FE6-4FD1-4E9D-9BE2-B13A0E370BA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05608FE6-4FD1-4E9D-9BE2-B13A0E370BA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05608FE6-4FD1-4E9D-9BE2-B13A0E370BA2}.Release|Any CPU.Build.0 = Release|Any CPU
{084172D1-A9C6-46D0-96AD-05C5B09A5E5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{084172D1-A9C6-46D0-96AD-05C5B09A5E5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{084172D1-A9C6-46D0-96AD-05C5B09A5E5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{084172D1-A9C6-46D0-96AD-05C5B09A5E5D}.Release|Any CPU.Build.0 = Release|Any CPU
{79314A04-7AE7-4269-8220-B3B879E7BAEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79314A04-7AE7-4269-8220-B3B879E7BAEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79314A04-7AE7-4269-8220-B3B879E7BAEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79314A04-7AE7-4269-8220-B3B879E7BAEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC550EC0-2F31-499D-8390-0ED12DD9335B}
EndGlobalSection
EndGlobal