forked from frenkinet/SeekOFix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSeekOFix.sln
35 lines (35 loc) · 1.8 KB
/
SeekOFix.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "src\Application\Application.csproj", "{012D3FDD-9622-4018-8A29-9A4A35BC1B37}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ThirdParty", "src\ThirdParty\ThirdParty.shproj", "{8BD123F5-A1A4-4BBF-8642-9FB736C29C68}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Data", "bin\Data.shproj", "{5B48AEDA-F101-4926-A169-D010B1233C49}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
bin\Data.projitems*{012d3fdd-9622-4018-8a29-9a4a35bc1b37}*SharedItemsImports = 4
src\ThirdParty\ThirdParty.projitems*{012d3fdd-9622-4018-8a29-9a4a35bc1b37}*SharedItemsImports = 4
bin\Data.projitems*{5b48aeda-f101-4926-a169-d010b1233c49}*SharedItemsImports = 13
src\ThirdParty\ThirdParty.projitems*{8bd123f5-a1a4-4bbf-8642-9fb736c29c68}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{012D3FDD-9622-4018-8A29-9A4A35BC1B37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{012D3FDD-9622-4018-8A29-9A4A35BC1B37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{012D3FDD-9622-4018-8A29-9A4A35BC1B37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{012D3FDD-9622-4018-8A29-9A4A35BC1B37}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C9AEF457-39B6-4671-AF54-01C24D41D164}
EndGlobalSection
EndGlobal