This repository was archived by the owner on Feb 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathMultiConverter.sln
More file actions
37 lines (37 loc) · 2.1 KB
/
MultiConverter.sln
File metadata and controls
37 lines (37 loc) · 2.1 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30014.187
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiConverter.GUI", "MultiConverter.GUI\MultiConverter.GUI.csproj", "{D338BB83-9455-4328-825E-4FD8A72F4B67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiConverter.Lib", "MultiConverter.Lib\MultiConverter.Lib.csproj", "{00D3B1F6-46F1-4505-8E90-97B83DC436B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiConverter.Updater", "MultiConverter.Updater\MultiConverter.Updater.csproj", "{FF8E2C84-435D-468F-8958-A465588F8981}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D338BB83-9455-4328-825E-4FD8A72F4B67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D338BB83-9455-4328-825E-4FD8A72F4B67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D338BB83-9455-4328-825E-4FD8A72F4B67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D338BB83-9455-4328-825E-4FD8A72F4B67}.Release|Any CPU.Build.0 = Release|Any CPU
{00D3B1F6-46F1-4505-8E90-97B83DC436B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00D3B1F6-46F1-4505-8E90-97B83DC436B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00D3B1F6-46F1-4505-8E90-97B83DC436B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00D3B1F6-46F1-4505-8E90-97B83DC436B6}.Release|Any CPU.Build.0 = Release|Any CPU
{FF8E2C84-435D-468F-8958-A465588F8981}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF8E2C84-435D-468F-8958-A465588F8981}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF8E2C84-435D-468F-8958-A465588F8981}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF8E2C84-435D-468F-8958-A465588F8981}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D3C26A0-0518-4F3B-98F8-A5C1B1B2CC18}
EndGlobalSection
EndGlobal