-
Notifications
You must be signed in to change notification settings - Fork 30
/
Ididit.WebView.sln
36 lines (36 loc) · 2.07 KB
/
Ididit.WebView.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ididit.WebView.WinForms", "Ididit.WebView.WinForms\Ididit.WebView.WinForms.csproj", "{E22A575B-C502-49F6-A88F-F978564613E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ididit.WebView.Wpf", "Ididit.WebView.Wpf\Ididit.WebView.Wpf.csproj", "{C8ED53E1-4F42-4F89-BA27-B8387B0ECF50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ididit", "Ididit\Ididit.csproj", "{12FC202D-F316-4847-AC9B-9E1B8BD3D7ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E22A575B-C502-49F6-A88F-F978564613E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E22A575B-C502-49F6-A88F-F978564613E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E22A575B-C502-49F6-A88F-F978564613E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E22A575B-C502-49F6-A88F-F978564613E5}.Release|Any CPU.Build.0 = Release|Any CPU
{C8ED53E1-4F42-4F89-BA27-B8387B0ECF50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8ED53E1-4F42-4F89-BA27-B8387B0ECF50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8ED53E1-4F42-4F89-BA27-B8387B0ECF50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8ED53E1-4F42-4F89-BA27-B8387B0ECF50}.Release|Any CPU.Build.0 = Release|Any CPU
{12FC202D-F316-4847-AC9B-9E1B8BD3D7ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12FC202D-F316-4847-AC9B-9E1B8BD3D7ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12FC202D-F316-4847-AC9B-9E1B8BD3D7ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12FC202D-F316-4847-AC9B-9E1B8BD3D7ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85A6C315-A033-45D6-8825-9CED8F58C998}
EndGlobalSection
EndGlobal