-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKeymapp.NET.slnx
More file actions
40 lines (40 loc) · 1.69 KB
/
Keymapp.NET.slnx
File metadata and controls
40 lines (40 loc) · 1.69 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/samples/">
<Project Path="samples\Sample\Sample.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
</Project>
</Folder>
<Folder Name="/Solution Items/">
<File Path="Directory.Packages.props" />
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="README.md" />
<File Path="license.md" />
<File Path="nuget.config" />
<File Path=".github\workflows\release.yml" />
</Folder>
<Folder Name="/src/">
<Project Path="src\Keymapp.NET\Keymapp.NET.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
</Project>
</Folder>
<Folder Name="/tests/">
<Project Path="tests\Keymapp.NET.Tests.Integration\Keymapp.NET.Tests.Integration.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
</Project>
</Folder>
</Solution>