-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAutoRule.sln
More file actions
27 lines (27 loc) · 1.35 KB
/
AutoRule.sln
File metadata and controls
27 lines (27 loc) · 1.35 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "AutoRule", "AutoRule\AutoRule.vbproj", "{96D5BE39-CEFF-469B-B773-022524498126}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AutoRuleSetup", "AutoRuleSetup\AutoRuleSetup.vdproj", "{C6A5101F-846F-4A33-B9BD-A6432526894A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96D5BE39-CEFF-469B-B773-022524498126}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96D5BE39-CEFF-469B-B773-022524498126}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96D5BE39-CEFF-469B-B773-022524498126}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96D5BE39-CEFF-469B-B773-022524498126}.Release|Any CPU.Build.0 = Release|Any CPU
{C6A5101F-846F-4A33-B9BD-A6432526894A}.Debug|Any CPU.ActiveCfg = Debug
{C6A5101F-846F-4A33-B9BD-A6432526894A}.Release|Any CPU.ActiveCfg = Release
{C6A5101F-846F-4A33-B9BD-A6432526894A}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal