forked from mjaun/vc-fileutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVCFileUtils.sln
More file actions
executable file
·50 lines (50 loc) · 2.91 KB
/
VCFileUtils.sln
File metadata and controls
executable file
·50 lines (50 loc) · 2.91 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VCFileUtils_VS2017", "vs2017\VCFileUtils_VS2017.csproj", "{1AD824E7-D30E-4277-B059-9A8D95FC44FA}"
ProjectSection(ProjectDependencies) = postProject
{47A91C84-AF83-41A8-9A17-D0C150264F34} = {47A91C84-AF83-41A8-9A17-D0C150264F34}
{F4B730EB-2151-4C7C-86F1-4BA8D03ECE06} = {F4B730EB-2151-4C7C-86F1-4BA8D03ECE06}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VCFileUtils_VS2015", "vs2015\VCFileUtils_VS2015.csproj", "{F4B730EB-2151-4C7C-86F1-4BA8D03ECE06}"
ProjectSection(ProjectDependencies) = postProject
{47A91C84-AF83-41A8-9A17-D0C150264F34} = {47A91C84-AF83-41A8-9A17-D0C150264F34}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VCFileUtils_VS2013", "vs2013\VCFileUtils_VS2013.csproj", "{47A91C84-AF83-41A8-9A17-D0C150264F34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VCFileUtils_VS2019", "vs2019\VCFileUtils_VS2019.csproj", "{6B3B6B33-857F-4CF7-B4F4-A652D9A1E57F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AD824E7-D30E-4277-B059-9A8D95FC44FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AD824E7-D30E-4277-B059-9A8D95FC44FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AD824E7-D30E-4277-B059-9A8D95FC44FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AD824E7-D30E-4277-B059-9A8D95FC44FA}.Release|Any CPU.Build.0 = Release|Any CPU
{F4B730EB-2151-4C7C-86F1-4BA8D03ECE06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4B730EB-2151-4C7C-86F1-4BA8D03ECE06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4B730EB-2151-4C7C-86F1-4BA8D03ECE06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4B730EB-2151-4C7C-86F1-4BA8D03ECE06}.Release|Any CPU.Build.0 = Release|Any CPU
{47A91C84-AF83-41A8-9A17-D0C150264F34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47A91C84-AF83-41A8-9A17-D0C150264F34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47A91C84-AF83-41A8-9A17-D0C150264F34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47A91C84-AF83-41A8-9A17-D0C150264F34}.Release|Any CPU.Build.0 = Release|Any CPU
{6B3B6B33-857F-4CF7-B4F4-A652D9A1E57F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B3B6B33-857F-4CF7-B4F4-A652D9A1E57F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B3B6B33-857F-4CF7-B4F4-A652D9A1E57F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B3B6B33-857F-4CF7-B4F4-A652D9A1E57F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1493B37-3870-465B-A536-DF85F703BFFE}
EndGlobalSection
EndGlobal