-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdanverter.sln
33 lines (33 loc) · 1.61 KB
/
danverter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "danverter", "danverter.csproj", "{1FF1234B-B9EB-4E07-886C-D04D280D1371}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "installer", "installer\installer.vdproj", "{30E845ED-6643-4202-BCBC-D0394DCB1270}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
All|Any CPU = All|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FF1234B-B9EB-4E07-886C-D04D280D1371}.All|Any CPU.ActiveCfg = Release|Any CPU
{1FF1234B-B9EB-4E07-886C-D04D280D1371}.All|Any CPU.Build.0 = Release|Any CPU
{1FF1234B-B9EB-4E07-886C-D04D280D1371}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FF1234B-B9EB-4E07-886C-D04D280D1371}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FF1234B-B9EB-4E07-886C-D04D280D1371}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FF1234B-B9EB-4E07-886C-D04D280D1371}.Release|Any CPU.Build.0 = Release|Any CPU
{30E845ED-6643-4202-BCBC-D0394DCB1270}.All|Any CPU.ActiveCfg = Debug
{30E845ED-6643-4202-BCBC-D0394DCB1270}.Debug|Any CPU.ActiveCfg = Debug
{30E845ED-6643-4202-BCBC-D0394DCB1270}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD3A9071-DEA7-4BEB-B1D8-1A12155A4A32}
EndGlobalSection
EndGlobal