-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathRecentFileCacheParser.sln
37 lines (37 loc) · 2.09 KB
/
RecentFileCacheParser.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.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecentFileCacheParser", "RecentFileCacheParser\RecentFileCacheParser.csproj", "{0CD0EFBA-1ACA-4FAB-A5D1-A61D15E86D0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecentFileCache", "RecentFileCache\RecentFileCache.csproj", "{AAB3D5E8-1CE9-48A3-B3E5-18A4ED2E5C06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecentFileCache.Test", "RecentFileCache.Test\RecentFileCache.Test.csproj", "{E6EB3148-69F7-4526-8EC9-E2C5B70526BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CD0EFBA-1ACA-4FAB-A5D1-A61D15E86D0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CD0EFBA-1ACA-4FAB-A5D1-A61D15E86D0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CD0EFBA-1ACA-4FAB-A5D1-A61D15E86D0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CD0EFBA-1ACA-4FAB-A5D1-A61D15E86D0D}.Release|Any CPU.Build.0 = Release|Any CPU
{AAB3D5E8-1CE9-48A3-B3E5-18A4ED2E5C06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAB3D5E8-1CE9-48A3-B3E5-18A4ED2E5C06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAB3D5E8-1CE9-48A3-B3E5-18A4ED2E5C06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAB3D5E8-1CE9-48A3-B3E5-18A4ED2E5C06}.Release|Any CPU.Build.0 = Release|Any CPU
{E6EB3148-69F7-4526-8EC9-E2C5B70526BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6EB3148-69F7-4526-8EC9-E2C5B70526BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6EB3148-69F7-4526-8EC9-E2C5B70526BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6EB3148-69F7-4526-8EC9-E2C5B70526BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E282E78D-1EE2-4A7B-8F65-47426B3C43B4}
EndGlobalSection
EndGlobal