-
-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy pathDXClient.slnx
More file actions
48 lines (48 loc) · 2.08 KB
/
DXClient.slnx
File metadata and controls
48 lines (48 loc) · 2.08 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
38
39
40
41
42
43
44
45
46
47
48
<Solution>
<Configurations>
<BuildType Name="UniversalGLDebug" />
<BuildType Name="UniversalGLRelease" />
<BuildType Name="WindowsDXDebug" />
<BuildType Name="WindowsDXRelease" />
<BuildType Name="WindowsGLDebug" />
<BuildType Name="WindowsGLRelease" />
<BuildType Name="WindowsXNADebug" />
<BuildType Name="WindowsXNARelease" />
<Platform Name="Any CPU" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="GitVersion.yml" />
<File Path="global.json" />
<File Path="NuGet.config" />
</Folder>
<Project Path="ClientCore/ClientCore.csproj" />
<Project Path="ClientGUI/ClientGUI.csproj">
<Platform Solution="WindowsXNADebug|*" Project="x86" />
<Platform Solution="WindowsXNARelease|*" Project="x86" />
</Project>
<Project Path="ClientUpdater/ClientUpdater.csproj" />
<Project Path="DXMainClient/DXMainClient.csproj">
<Platform Solution="WindowsXNADebug|*" Project="x86" />
<Platform Solution="WindowsXNARelease|*" Project="x86" />
</Project>
<Project Path="Rampastring.XNAUI/Rampastring.Tools/Rampastring.Tools.csproj">
<BuildType Solution="UniversalGLDebug|*" Project="Debug" />
<BuildType Solution="UniversalGLRelease|*" Project="Release" />
<BuildType Solution="WindowsDXDebug|*" Project="Debug" />
<BuildType Solution="WindowsDXRelease|*" Project="Release" />
<BuildType Solution="WindowsGLDebug|*" Project="Debug" />
<BuildType Solution="WindowsGLRelease|*" Project="Release" />
<BuildType Solution="WindowsXNADebug|*" Project="Debug" />
<BuildType Solution="WindowsXNARelease|*" Project="Release" />
</Project>
<Project Path="Rampastring.XNAUI/Rampastring.XNAUI.csproj" />
<Project Path="SecondStageUpdater/SecondStageUpdater.csproj" />
<Project Path="TranslationNotifierGenerator/TranslationNotifierGenerator.csproj" />
</Solution>