-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathFastWin32.sln
37 lines (37 loc) · 1.99 KB
/
FastWin32.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
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26724.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastWin32", "FastWin32\FastWin32.csproj", "{0B6AC808-3A51-4072-954F-D55DE4F0209B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example1", "Example1\Example1.csproj", "{F9D3BE50-E65D-4B47-886D-43CDD306EA99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example2", "Example2\Example2.csproj", "{89265691-7C84-48B4-BB46-878A67C5F748}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B6AC808-3A51-4072-954F-D55DE4F0209B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B6AC808-3A51-4072-954F-D55DE4F0209B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B6AC808-3A51-4072-954F-D55DE4F0209B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B6AC808-3A51-4072-954F-D55DE4F0209B}.Release|Any CPU.Build.0 = Release|Any CPU
{F9D3BE50-E65D-4B47-886D-43CDD306EA99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9D3BE50-E65D-4B47-886D-43CDD306EA99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9D3BE50-E65D-4B47-886D-43CDD306EA99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9D3BE50-E65D-4B47-886D-43CDD306EA99}.Release|Any CPU.Build.0 = Release|Any CPU
{89265691-7C84-48B4-BB46-878A67C5F748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89265691-7C84-48B4-BB46-878A67C5F748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89265691-7C84-48B4-BB46-878A67C5F748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89265691-7C84-48B4-BB46-878A67C5F748}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E1F2938-1FE5-4247-A2BC-DD1BFECF604A}
EndGlobalSection
EndGlobal