forked from matkoch/resharper-testlinker
-
Notifications
You must be signed in to change notification settings - Fork 4
/
TestLinker2.sln
57 lines (57 loc) · 3.43 KB
/
TestLinker2.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
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReSharperPlugin.TestLinker2", "src\dotnet\ReSharperPlugin.TestLinker2\ReSharperPlugin.TestLinker2.csproj", "{05608FE6-4FD1-4E9D-9BE2-B13A0E370BA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReSharperPlugin.TestLinker2.Rider", "src\dotnet\ReSharperPlugin.TestLinker2\ReSharperPlugin.TestLinker2.Rider.csproj", "{084172D1-A9C6-46D0-96AD-05C5B09A5E5D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{4A9ABB95-3762-448B-B5BF-099E46DB22DE}"
ProjectSection(SolutionItems) = preProject
src\rider\main\resources\META-INF\plugin.xml = src\rider\main\resources\META-INF\plugin.xml
src\dotnet\Plugin.props = src\dotnet\Plugin.props
README.md = README.md
CHANGELOG.md = CHANGELOG.md
gradle.properties = gradle.properties
src\dotnet\Directory.Build.props = src\dotnet\Directory.Build.props
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.gradle = build.gradle
LICENSE = LICENSE
settings.gradle = settings.gradle
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "rider", "rider", "{0D2E1B08-01C7-4E9E-A398-5045BD79BE1C}"
ProjectSection(SolutionItems) = preProject
src\rider\main\resources\META-INF\pluginIcon.svg = src\rider\main\resources\META-INF\pluginIcon.svg
src\rider\main\resources\META-INF\plugin.xml = src\rider\main\resources\META-INF\plugin.xml
src\rider\main\resources\META-INF\pluginIcon_dark.svg = src\rider\main\resources\META-INF\pluginIcon_dark.svg
src\rider\main\kotlin\com\jetbrains\rider\plugins\testlinker2\GotoLinkedTypes2Action.kt = src\rider\main\kotlin\com\jetbrains\rider\plugins\testlinker2\GotoLinkedTypes2Action.kt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "protocol", "protocol", "{8F1ACFC5-CD5D-4C3A-9EE8-E9BA9BE95D5A}"
ProjectSection(SolutionItems) = preProject
protocol\build.gradle = protocol\build.gradle
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReSharperPlugin.TestLinker2.Tests", "src\dotnet\ReSharperPlugin.TestLinker2.Tests\ReSharperPlugin.TestLinker2.Tests.csproj", "{BA14ED97-16A4-4ACF-8BDC-E155212720D2}"
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
{BA14ED97-16A4-4ACF-8BDC-E155212720D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA14ED97-16A4-4ACF-8BDC-E155212720D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA14ED97-16A4-4ACF-8BDC-E155212720D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA14ED97-16A4-4ACF-8BDC-E155212720D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal