-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDesktop.slnx
More file actions
27 lines (27 loc) · 1.39 KB
/
Desktop.slnx
File metadata and controls
27 lines (27 loc) · 1.39 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
<Solution>
<Configurations>
<BuildType Name="Debug-Photino" />
<BuildType Name="Debug-Web" />
<BuildType Name="Debug-Windows" />
<BuildType Name="Release-Photino" />
<BuildType Name="Release-Web" />
<BuildType Name="Release-Windows" />
</Configurations>
<Project Path="Desktop/Desktop.csproj" />
<Project Path="ExampleModule/ExampleModule.csproj">
<Configuration Solution="Debug-Web|Any CPU" Project="Debug|Any CPU" />
<Configuration Solution="Debug-Windows|Any CPU" Project="Debug|Any CPU" />
<Configuration Solution="Release-Web|Any CPU" Project="Release|Any CPU" />
<Configuration Solution="Release-Windows|Any CPU" Project="Release|Any CPU" />
<Configuration Solution="Debug-Photino|Any CPU" Project="Debug|Any CPU" />
<Configuration Solution="Release-Photino|Any CPU" Project="Release|Any CPU" />
</Project>
<Project Path="ModuleBase/ModuleBase.csproj">
<Configuration Solution="Debug-Web|Any CPU" Project="Debug|Any CPU" />
<Configuration Solution="Debug-Windows|Any CPU" Project="Debug|Any CPU" />
<Configuration Solution="Release-Web|Any CPU" Project="Release|Any CPU" />
<Configuration Solution="Release-Windows|Any CPU" Project="Release|Any CPU" />
<Configuration Solution="Debug-Photino|Any CPU" Project="Debug|Any CPU" />
<Configuration Solution="Release-Photino|Any CPU" Project="Release|Any CPU" />
</Project>
</Solution>