-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModern.WindowKit.Backend.sln
More file actions
36 lines (36 loc) · 2.11 KB
/
Modern.WindowKit.Backend.sln
File metadata and controls
36 lines (36 loc) · 2.11 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modern.WindowKit.Backend", "src\Modern.WindowKit.Backend\Modern.WindowKit.Backend.csproj", "{13915EA9-EA30-4ED3-8979-3B76EDEB3332}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroComPatcher", "src\tools\MicroComPatcher\MicroComPatcher.csproj", "{E1127977-2BE4-4E6D-841B-421C800F307F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroComGenerator", "src\tools\MicroComGenerator\MicroComGenerator.csproj", "{E54F7D37-6480-4498-9E33-89900AACEC41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13915EA9-EA30-4ED3-8979-3B76EDEB3332}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13915EA9-EA30-4ED3-8979-3B76EDEB3332}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13915EA9-EA30-4ED3-8979-3B76EDEB3332}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13915EA9-EA30-4ED3-8979-3B76EDEB3332}.Release|Any CPU.Build.0 = Release|Any CPU
{E1127977-2BE4-4E6D-841B-421C800F307F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1127977-2BE4-4E6D-841B-421C800F307F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1127977-2BE4-4E6D-841B-421C800F307F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1127977-2BE4-4E6D-841B-421C800F307F}.Release|Any CPU.Build.0 = Release|Any CPU
{E54F7D37-6480-4498-9E33-89900AACEC41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E54F7D37-6480-4498-9E33-89900AACEC41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E54F7D37-6480-4498-9E33-89900AACEC41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E54F7D37-6480-4498-9E33-89900AACEC41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80B38386-1B3D-4570-B638-CE8DA2F6E1AF}
EndGlobalSection
EndGlobal