-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathplugin.sln
34 lines (34 loc) · 1.77 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plugin", "plugin\Plugin.vcxproj", "{E86D2430-709C-46DC-9464-E9F1572B765C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleMaker", "RuleMaker\RuleMaker.csproj", "{4C78DF1A-0C4C-4E39-BA77-5024E5B94CDF}"
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
{E86D2430-709C-46DC-9464-E9F1572B765C}.Debug|Win32.ActiveCfg = Debug|Win32
{E86D2430-709C-46DC-9464-E9F1572B765C}.Debug|Win32.Build.0 = Debug|Win32
{E86D2430-709C-46DC-9464-E9F1572B765C}.Debug|x64.ActiveCfg = Debug|x64
{E86D2430-709C-46DC-9464-E9F1572B765C}.Debug|x64.Build.0 = Debug|x64
{E86D2430-709C-46DC-9464-E9F1572B765C}.Release|Win32.ActiveCfg = Release|Win32
{E86D2430-709C-46DC-9464-E9F1572B765C}.Release|Win32.Build.0 = Release|Win32
{E86D2430-709C-46DC-9464-E9F1572B765C}.Release|x64.ActiveCfg = Release|x64
{E86D2430-709C-46DC-9464-E9F1572B765C}.Release|x64.Build.0 = Release|x64
{4C78DF1A-0C4C-4E39-BA77-5024E5B94CDF}.Debug|Win32.ActiveCfg = Debug|x86
{4C78DF1A-0C4C-4E39-BA77-5024E5B94CDF}.Debug|Win32.Build.0 = Debug|x86
{4C78DF1A-0C4C-4E39-BA77-5024E5B94CDF}.Debug|x64.ActiveCfg = Debug|x86
{4C78DF1A-0C4C-4E39-BA77-5024E5B94CDF}.Release|Win32.ActiveCfg = Release|x86
{4C78DF1A-0C4C-4E39-BA77-5024E5B94CDF}.Release|Win32.Build.0 = Release|x86
{4C78DF1A-0C4C-4E39-BA77-5024E5B94CDF}.Release|x64.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal