-
Notifications
You must be signed in to change notification settings - Fork 226
/
CustomEventProvider.sln
36 lines (35 loc) · 2.07 KB
/
CustomEventProvider.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomEventProvider", "CustomEventProvider.vcxproj", "{1F85E2A9-A713-441E-9C85-C00A864AB790}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTK_XboxOneXDK_2017", "..\..\..\Kits\DirectXTK\DirectXTK_XboxOneXDK_2017.vcxproj", "{4FDFDCCD-EE2E-415C-B458-1E8FDB0D85F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Durango = Debug|Durango
Profile|Durango = Profile|Durango
Release|Durango = Release|Durango
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F85E2A9-A713-441E-9C85-C00A864AB790}.Debug|Durango.ActiveCfg = Debug|Durango
{1F85E2A9-A713-441E-9C85-C00A864AB790}.Debug|Durango.Build.0 = Debug|Durango
{1F85E2A9-A713-441E-9C85-C00A864AB790}.Debug|Durango.Deploy.0 = Debug|Durango
{1F85E2A9-A713-441E-9C85-C00A864AB790}.Profile|Durango.ActiveCfg = Profile|Durango
{1F85E2A9-A713-441E-9C85-C00A864AB790}.Profile|Durango.Build.0 = Profile|Durango
{1F85E2A9-A713-441E-9C85-C00A864AB790}.Profile|Durango.Deploy.0 = Profile|Durango
{1F85E2A9-A713-441E-9C85-C00A864AB790}.Release|Durango.ActiveCfg = Release|Durango
{1F85E2A9-A713-441E-9C85-C00A864AB790}.Release|Durango.Build.0 = Release|Durango
{1F85E2A9-A713-441E-9C85-C00A864AB790}.Release|Durango.Deploy.0 = Release|Durango
{4FDFDCCD-EE2E-415C-B458-1E8FDB0D85F2}.Debug|Durango.ActiveCfg = Debug|Durango
{4FDFDCCD-EE2E-415C-B458-1E8FDB0D85F2}.Debug|Durango.Build.0 = Debug|Durango
{4FDFDCCD-EE2E-415C-B458-1E8FDB0D85F2}.Profile|Durango.ActiveCfg = Profile|Durango
{4FDFDCCD-EE2E-415C-B458-1E8FDB0D85F2}.Profile|Durango.Build.0 = Profile|Durango
{4FDFDCCD-EE2E-415C-B458-1E8FDB0D85F2}.Release|Durango.ActiveCfg = Release|Durango
{4FDFDCCD-EE2E-415C-B458-1E8FDB0D85F2}.Release|Durango.Build.0 = Release|Durango
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal