-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfileConvert.sln
42 lines (42 loc) · 2.24 KB
/
fileConvert.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "fileConvert", "fileConvert.synproj", "{7D997809-DA5E-4E12-BD1C-99DFD0DFCB6D}"
EndProject
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "Repository", "Repository\Repository.synproj", "{61B30DB5-3930-4C19-BC4B-1214435BD58D}"
EndProject
Project("{BBD0F5D1-1CC4-42FD-BA4C-A96779C64378}") = "RepositoryAPI", "RepositoryAPI\RepositoryAPI.synproj", "{CD5C2EAA-951B-4530-A374-F8277A7BCC3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{7B0F4C27-5251-4DA7-B1F7-F955E7E77419}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D997809-DA5E-4E12-BD1C-99DFD0DFCB6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D997809-DA5E-4E12-BD1C-99DFD0DFCB6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D997809-DA5E-4E12-BD1C-99DFD0DFCB6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D997809-DA5E-4E12-BD1C-99DFD0DFCB6D}.Release|Any CPU.Build.0 = Release|Any CPU
{61B30DB5-3930-4C19-BC4B-1214435BD58D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61B30DB5-3930-4C19-BC4B-1214435BD58D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61B30DB5-3930-4C19-BC4B-1214435BD58D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61B30DB5-3930-4C19-BC4B-1214435BD58D}.Release|Any CPU.Build.0 = Release|Any CPU
{CD5C2EAA-951B-4530-A374-F8277A7BCC3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD5C2EAA-951B-4530-A374-F8277A7BCC3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD5C2EAA-951B-4530-A374-F8277A7BCC3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD5C2EAA-951B-4530-A374-F8277A7BCC3A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58D7BE0D-1EAE-492B-8BB6-6CB2E7D94622}
EndGlobalSection
EndGlobal