-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConfigureAwaitEnforcer.sln
51 lines (51 loc) · 3.17 KB
/
ConfigureAwaitEnforcer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigureAwaitEnforcer", "ConfigureAwaitEnforcer\ConfigureAwaitEnforcer\ConfigureAwaitEnforcer.csproj", "{B1A2089A-4401-41DA-8B8E-00D40E502212}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigureAwaitEnforcer.Vsix", "ConfigureAwaitEnforcer\ConfigureAwaitEnforcer.Vsix\ConfigureAwaitEnforcer.Vsix.csproj", "{B6919608-568E-40AA-8666-169CC5C2D0C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigureAwaitEnforcer_VS2022.Vsix", "ConfigureAwaitEnforcer\ConfigureAwaitEnforcer_VS2022.Vsix\ConfigureAwaitEnforcer_VS2022.Vsix.csproj", "{1E3E7F35-36A5-4DD2-9533-C8151AB428C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1A2089A-4401-41DA-8B8E-00D40E502212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1A2089A-4401-41DA-8B8E-00D40E502212}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1A2089A-4401-41DA-8B8E-00D40E502212}.Debug|x86.ActiveCfg = Debug|Any CPU
{B1A2089A-4401-41DA-8B8E-00D40E502212}.Debug|x86.Build.0 = Debug|Any CPU
{B1A2089A-4401-41DA-8B8E-00D40E502212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1A2089A-4401-41DA-8B8E-00D40E502212}.Release|Any CPU.Build.0 = Release|Any CPU
{B1A2089A-4401-41DA-8B8E-00D40E502212}.Release|x86.ActiveCfg = Release|Any CPU
{B1A2089A-4401-41DA-8B8E-00D40E502212}.Release|x86.Build.0 = Release|Any CPU
{B6919608-568E-40AA-8666-169CC5C2D0C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6919608-568E-40AA-8666-169CC5C2D0C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6919608-568E-40AA-8666-169CC5C2D0C3}.Debug|x86.ActiveCfg = Debug|x86
{B6919608-568E-40AA-8666-169CC5C2D0C3}.Debug|x86.Build.0 = Debug|x86
{B6919608-568E-40AA-8666-169CC5C2D0C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6919608-568E-40AA-8666-169CC5C2D0C3}.Release|Any CPU.Build.0 = Release|Any CPU
{B6919608-568E-40AA-8666-169CC5C2D0C3}.Release|x86.ActiveCfg = Release|x86
{B6919608-568E-40AA-8666-169CC5C2D0C3}.Release|x86.Build.0 = Release|x86
{1E3E7F35-36A5-4DD2-9533-C8151AB428C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E3E7F35-36A5-4DD2-9533-C8151AB428C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E3E7F35-36A5-4DD2-9533-C8151AB428C1}.Debug|x86.ActiveCfg = Debug|x86
{1E3E7F35-36A5-4DD2-9533-C8151AB428C1}.Debug|x86.Build.0 = Debug|x86
{1E3E7F35-36A5-4DD2-9533-C8151AB428C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E3E7F35-36A5-4DD2-9533-C8151AB428C1}.Release|Any CPU.Build.0 = Release|Any CPU
{1E3E7F35-36A5-4DD2-9533-C8151AB428C1}.Release|x86.ActiveCfg = Release|x86
{1E3E7F35-36A5-4DD2-9533-C8151AB428C1}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9ED788E5-2C17-4F4C-A1B0-DF0866AAB6F5}
EndGlobalSection
EndGlobal