-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEventCounter.sln
More file actions
34 lines (34 loc) · 1.69 KB
/
Copy pathEventCounter.sln
File metadata and controls
34 lines (34 loc) · 1.69 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
28
29
30
31
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "EventCount", "EventCount\EventCount.vbproj", "{34E4FE07-488D-4FBD-8CC2-FCB22C95DEC5}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "EventCounterSetup", "EventCounterSetup\EventCounterSetup.vdproj", "{5DA8A60F-16D1-4C44-9FDD-9D64106E2172}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{032D327F-8DDE-4C85-A05D-EEC73FCD6AED}"
ProjectSection(SolutionItems) = preProject
..\..\3D\NoLinear!\NoLinear!\EaseFunction.vb = ..\..\3D\NoLinear!\NoLinear!\EaseFunction.vb
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34E4FE07-488D-4FBD-8CC2-FCB22C95DEC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34E4FE07-488D-4FBD-8CC2-FCB22C95DEC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34E4FE07-488D-4FBD-8CC2-FCB22C95DEC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34E4FE07-488D-4FBD-8CC2-FCB22C95DEC5}.Release|Any CPU.Build.0 = Release|Any CPU
{5DA8A60F-16D1-4C44-9FDD-9D64106E2172}.Debug|Any CPU.ActiveCfg = Debug
{5DA8A60F-16D1-4C44-9FDD-9D64106E2172}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3C940E4-1555-4417-B042-9B713928242C}
EndGlobalSection
EndGlobal