-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathIDA Plugin Template.sln
31 lines (31 loc) · 1.5 KB
/
IDA Plugin Template.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28809.33
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IDA Plugin Template", "IDA Plugin Template\IDA Plugin Template.vcxproj", "{316BC35E-5244-4350-85A2-74956BBD2808}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|IDA32 = Debug|IDA32
Debug|IDA64 = Debug|IDA64
Release|IDA32 = Release|IDA32
Release|IDA64 = Release|IDA64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{316BC35E-5244-4350-85A2-74956BBD2808}.Debug|IDA32.ActiveCfg = IDA32 - Debug|x64
{316BC35E-5244-4350-85A2-74956BBD2808}.Debug|IDA32.Build.0 = IDA32 - Debug|x64
{316BC35E-5244-4350-85A2-74956BBD2808}.Debug|IDA64.ActiveCfg = IDA64 - Debug|x64
{316BC35E-5244-4350-85A2-74956BBD2808}.Debug|IDA64.Build.0 = IDA64 - Debug|x64
{316BC35E-5244-4350-85A2-74956BBD2808}.Release|IDA32.ActiveCfg = IDA32 - Release|x64
{316BC35E-5244-4350-85A2-74956BBD2808}.Release|IDA32.Build.0 = IDA32 - Release|x64
{316BC35E-5244-4350-85A2-74956BBD2808}.Release|IDA64.ActiveCfg = IDA64 - Release|x64
{316BC35E-5244-4350-85A2-74956BBD2808}.Release|IDA64.Build.0 = IDA64 - Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9F33244-368F-48E3-9441-8B64B91E1815}
EndGlobalSection
EndGlobal