-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathACx.sln
26 lines (26 loc) · 1.15 KB
/
ACx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31710.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ACxPlugin", "ACx\ACxPlugin\ACxPlugin.csproj", "{039E7BD8-61E5-4171-B02E-124BB1499FBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ACx", "ACx\ACx\ACx.csproj", "{945BE6DB-73A6-4E59-BB9A-D6F947DF720A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{039E7BD8-61E5-4171-B02E-124BB1499FBD}.Release|x86.ActiveCfg = Release|x86
{039E7BD8-61E5-4171-B02E-124BB1499FBD}.Release|x86.Build.0 = Release|x86
{945BE6DB-73A6-4E59-BB9A-D6F947DF720A}.Release|x86.ActiveCfg = Release|x86
{945BE6DB-73A6-4E59-BB9A-D6F947DF720A}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2204EDC-3574-4B9B-9249-FC9A729A4808}
EndGlobalSection
EndGlobal