-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathImpLibEditor.sln
31 lines (31 loc) · 1.6 KB
/
ImpLibEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImpLibEditorCore", "ImpLibEditorCore\ImpLibEditorCore.vcxproj", "{EF4A4123-B74B-4AD8-AB55-67D5CF8D7C23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImpLibEditor", "ImpLibEditor\ImpLibEditor.csproj", "{7D074FEF-B776-4FCD-A37C-BD605861C44B}"
ProjectSection(ProjectDependencies) = postProject
{EF4A4123-B74B-4AD8-AB55-67D5CF8D7C23} = {EF4A4123-B74B-4AD8-AB55-67D5CF8D7C23}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF4A4123-B74B-4AD8-AB55-67D5CF8D7C23}.Debug|Win32.ActiveCfg = Debug|Win32
{EF4A4123-B74B-4AD8-AB55-67D5CF8D7C23}.Debug|Win32.Build.0 = Debug|Win32
{EF4A4123-B74B-4AD8-AB55-67D5CF8D7C23}.Release|Win32.ActiveCfg = Release|Win32
{EF4A4123-B74B-4AD8-AB55-67D5CF8D7C23}.Release|Win32.Build.0 = Release|Win32
{7D074FEF-B776-4FCD-A37C-BD605861C44B}.Debug|Win32.ActiveCfg = Debug|x86
{7D074FEF-B776-4FCD-A37C-BD605861C44B}.Debug|Win32.Build.0 = Debug|x86
{7D074FEF-B776-4FCD-A37C-BD605861C44B}.Release|Win32.ActiveCfg = Release|x86
{7D074FEF-B776-4FCD-A37C-BD605861C44B}.Release|Win32.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal