-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathViewProtectedFiles.sln
executable file
·31 lines (31 loc) · 1.65 KB
/
ViewProtectedFiles.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 Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewProtectedFiles", "ViewProtectedFiles\ViewProtectedFiles.csproj", "{E9CBFCC9-7559-426F-ADB3-4ACF19AF516A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewProtectedFiles.Tests", "ViewProtectedFiles.Tests\ViewProtectedFiles.Tests.csproj", "{F957F040-56B4-45AD-ABCD-3809B06EA669}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9CBFCC9-7559-426F-ADB3-4ACF19AF516A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9CBFCC9-7559-426F-ADB3-4ACF19AF516A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9CBFCC9-7559-426F-ADB3-4ACF19AF516A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9CBFCC9-7559-426F-ADB3-4ACF19AF516A}.Release|Any CPU.Build.0 = Release|Any CPU
{F957F040-56B4-45AD-ABCD-3809B06EA669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F957F040-56B4-45AD-ABCD-3809B06EA669}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F957F040-56B4-45AD-ABCD-3809B06EA669}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F957F040-56B4-45AD-ABCD-3809B06EA669}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0AFC9CA-DC20-457A-9196-ED094F4F70D7}
EndGlobalSection
EndGlobal