forked from mjaun/vc-fileutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVCFileUtils.sln
executable file
·47 lines (47 loc) · 2.79 KB
/
VCFileUtils.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
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
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", "{716866D5-18F9-48B8-85DC-A96971AAAD96}"
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
{716866D5-18F9-48B8-85DC-A96971AAAD96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{716866D5-18F9-48B8-85DC-A96971AAAD96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{716866D5-18F9-48B8-85DC-A96971AAAD96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{716866D5-18F9-48B8-85DC-A96971AAAD96}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal