forked from TChatzigiannakis/InputSimulatorPlus
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathInputSimulatorStandard.sln
58 lines (58 loc) · 3.22 KB
/
InputSimulatorStandard.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
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GregsStack.InputSimulatorStandard", "src\GregsStack.InputSimulatorStandard\GregsStack.InputSimulatorStandard.csproj", "{3549CD6F-80F8-450F-B99E-CF0A736B1F2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GregsStack.InputSimulatorStandard.Tests", "tests\GregsStack.InputSimulatorStandard.Tests\GregsStack.InputSimulatorStandard.Tests.csproj", "{93982D2F-BEAD-49F7-86A9-C68159410F28}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C404D6FF-9C4D-4824-B7B6-7CBF2EB29BD9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{D92B7BDD-9E42-4FB7-982A-147D4B333CE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGet.Tools", "tools\NuGet.Tools\NuGet.Tools.csproj", "{52EE0CF0-C85F-4778-A08B-7D15F1E04F9E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CBE9D601-852E-40A9-BBE7-F8CFEA094380}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{81B2CA76-388C-41AE-A34B-53B6474AF283}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3549CD6F-80F8-450F-B99E-CF0A736B1F2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3549CD6F-80F8-450F-B99E-CF0A736B1F2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3549CD6F-80F8-450F-B99E-CF0A736B1F2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3549CD6F-80F8-450F-B99E-CF0A736B1F2A}.Release|Any CPU.Build.0 = Release|Any CPU
{93982D2F-BEAD-49F7-86A9-C68159410F28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93982D2F-BEAD-49F7-86A9-C68159410F28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93982D2F-BEAD-49F7-86A9-C68159410F28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93982D2F-BEAD-49F7-86A9-C68159410F28}.Release|Any CPU.Build.0 = Release|Any CPU
{52EE0CF0-C85F-4778-A08B-7D15F1E04F9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52EE0CF0-C85F-4778-A08B-7D15F1E04F9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52EE0CF0-C85F-4778-A08B-7D15F1E04F9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52EE0CF0-C85F-4778-A08B-7D15F1E04F9E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3549CD6F-80F8-450F-B99E-CF0A736B1F2A} = {CBE9D601-852E-40A9-BBE7-F8CFEA094380}
{93982D2F-BEAD-49F7-86A9-C68159410F28} = {81B2CA76-388C-41AE-A34B-53B6474AF283}
{52EE0CF0-C85F-4778-A08B-7D15F1E04F9E} = {D92B7BDD-9E42-4FB7-982A-147D4B333CE4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CF19F51-46F7-4DE1-9BC3-2EEC71EE691A}
EndGlobalSection
EndGlobal