-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathEDForceFeedback.sln
54 lines (54 loc) · 3.27 KB
/
EDForceFeedback.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForceFeedbackSharpDx", "ForceFeedbackSharpDx\ForceFeedbackSharpDx.csproj", "{D3C53E08-943F-4DD8-9939-6CD5858E28AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Journals", "Journals\Journals.csproj", "{CF2E9959-F6FE-4E26-89E9-AF7DFAB9099E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestForceFeedback", "TestForceFeedback\TestForceFeedback.csproj", "{574005ED-6B12-4092-AC48-71B5B302F8AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EFF6C1F9-7DEC-431E-8F1B-823AC8CAE114}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EDForceFeedbackConsole", "EDForceFeedbackConsole\EDForceFeedbackConsole.csproj", "{072E80F0-C235-44F2-B93B-747C488B490A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EDForceFeedback", "EDForceFeedback\EDForceFeedback.csproj", "{F24136C3-F07D-43C6-AC47-8CB55059EA4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3C53E08-943F-4DD8-9939-6CD5858E28AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3C53E08-943F-4DD8-9939-6CD5858E28AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3C53E08-943F-4DD8-9939-6CD5858E28AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3C53E08-943F-4DD8-9939-6CD5858E28AC}.Release|Any CPU.Build.0 = Release|Any CPU
{CF2E9959-F6FE-4E26-89E9-AF7DFAB9099E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF2E9959-F6FE-4E26-89E9-AF7DFAB9099E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF2E9959-F6FE-4E26-89E9-AF7DFAB9099E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF2E9959-F6FE-4E26-89E9-AF7DFAB9099E}.Release|Any CPU.Build.0 = Release|Any CPU
{574005ED-6B12-4092-AC48-71B5B302F8AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{574005ED-6B12-4092-AC48-71B5B302F8AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{574005ED-6B12-4092-AC48-71B5B302F8AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{574005ED-6B12-4092-AC48-71B5B302F8AD}.Release|Any CPU.Build.0 = Release|Any CPU
{072E80F0-C235-44F2-B93B-747C488B490A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{072E80F0-C235-44F2-B93B-747C488B490A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{072E80F0-C235-44F2-B93B-747C488B490A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{072E80F0-C235-44F2-B93B-747C488B490A}.Release|Any CPU.Build.0 = Release|Any CPU
{F24136C3-F07D-43C6-AC47-8CB55059EA4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F24136C3-F07D-43C6-AC47-8CB55059EA4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F24136C3-F07D-43C6-AC47-8CB55059EA4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F24136C3-F07D-43C6-AC47-8CB55059EA4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F09A2414-F647-4782-8D23-17387CCD776D}
EndGlobalSection
EndGlobal