-
Notifications
You must be signed in to change notification settings - Fork 64
/
plugin.sln
43 lines (43 loc) · 2.28 KB
/
plugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin", "plugin\plugin.vcxproj", "{3A688B63-7CE8-4993-BEC5-E7FE48B73F03}"
ProjectSection(ProjectDependencies) = postProject
{F02F56B1-10CD-4654-B744-93ABE6E15FF0} = {F02F56B1-10CD-4654-B744-93ABE6E15FF0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DMALibrary", "DMALibrary\DMALibrary.vcxproj", "{F02F56B1-10CD-4654-B744-93ABE6E15FF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A688B63-7CE8-4993-BEC5-E7FE48B73F03}.Debug|Win32.ActiveCfg = Debug|Win32
{3A688B63-7CE8-4993-BEC5-E7FE48B73F03}.Debug|Win32.Build.0 = Debug|Win32
{3A688B63-7CE8-4993-BEC5-E7FE48B73F03}.Debug|x64.ActiveCfg = Debug|x64
{3A688B63-7CE8-4993-BEC5-E7FE48B73F03}.Debug|x64.Build.0 = Debug|x64
{3A688B63-7CE8-4993-BEC5-E7FE48B73F03}.Release|Win32.ActiveCfg = Release|Win32
{3A688B63-7CE8-4993-BEC5-E7FE48B73F03}.Release|Win32.Build.0 = Release|Win32
{3A688B63-7CE8-4993-BEC5-E7FE48B73F03}.Release|x64.ActiveCfg = Release|x64
{3A688B63-7CE8-4993-BEC5-E7FE48B73F03}.Release|x64.Build.0 = Release|x64
{F02F56B1-10CD-4654-B744-93ABE6E15FF0}.Debug|Win32.ActiveCfg = Debug|Win32
{F02F56B1-10CD-4654-B744-93ABE6E15FF0}.Debug|Win32.Build.0 = Debug|Win32
{F02F56B1-10CD-4654-B744-93ABE6E15FF0}.Debug|x64.ActiveCfg = Debug|x64
{F02F56B1-10CD-4654-B744-93ABE6E15FF0}.Debug|x64.Build.0 = Debug|x64
{F02F56B1-10CD-4654-B744-93ABE6E15FF0}.Release|Win32.ActiveCfg = Release|Win32
{F02F56B1-10CD-4654-B744-93ABE6E15FF0}.Release|Win32.Build.0 = Release|Win32
{F02F56B1-10CD-4654-B744-93ABE6E15FF0}.Release|x64.ActiveCfg = Release|x64
{F02F56B1-10CD-4654-B744-93ABE6E15FF0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {887B86BD-0DA3-47A5-952D-DA66904A9815}
EndGlobalSection
EndGlobal