-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJPSoftworks.DevNumbers.slnx
More file actions
26 lines (26 loc) · 923 Bytes
/
JPSoftworks.DevNumbers.slnx
File metadata and controls
26 lines (26 loc) · 923 Bytes
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
<Solution>
<Configurations>
<Platform Name="ARM64" />
<Platform Name="x64" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="nuget.config" />
<File Path="readme.md" />
</Folder>
<Project Path="src/DevNumbers.Engine/JPSoftworks.DevNumbers.Engine.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/DevNumbers/JPSoftworks.DevNumbers.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
<Deploy />
</Project>
<Project Path="tests/DevNumbers.Test/JPSoftworks.DevNumbers.Test.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
</Solution>