-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBinStash.slnx
More file actions
50 lines (50 loc) · 2.17 KB
/
Copy pathBinStash.slnx
File metadata and controls
50 lines (50 loc) · 2.17 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
49
50
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
</Configurations>
<Folder Name="/Tests/">
<Project Path="tests/BinStash.Core.Tests/BinStash.Core.Tests.csproj">
<BuildType Solution="Release|x64" Project="?" />
<Platform Solution="Release|x64" Project="?" />
<Build Solution="Release|x64" Project="false" />
</Project>
<Project Path="tests/BinStash.Serializers.Tests/BinStash.Serializers.Tests.csproj">
<BuildType Solution="Release|x64" Project="?" />
<Platform Solution="Release|x64" Project="?" />
<Build Solution="Release|x64" Project="false" />
</Project>
<Project Path="tests/BinStash.Server.Tests/BinStash.Server.Tests.csproj" />
</Folder>
<Folder Name="/Tooling/" />
<Project Path="src/BinStash.Cli/BinStash.Cli.csproj">
<BuildType Solution="Release|x64" Project="?" />
<Platform Solution="Debug|x64" Project="x64" />
<Platform Solution="Release|x64" Project="?" />
<Build Solution="Release|x64" Project="false" />
</Project>
<Project Path="src/BinStash.Contracts/BinStash.Contracts.csproj">
<BuildType Solution="Release|x64" Project="?" />
<Platform Solution="Debug|x64" Project="x64" />
<Platform Solution="Release|x64" Project="?" />
<Build Solution="Release|x64" Project="false" />
</Project>
<Project Path="src/BinStash.Core/BinStash.Core.csproj">
<BuildType Solution="Release|x64" Project="?" />
<Platform Solution="Debug|x64" Project="x64" />
<Platform Solution="Release|x64" Project="?" />
<Build Solution="Release|x64" Project="false" />
</Project>
<Project Path="src/BinStash.Infrastructure/BinStash.Infrastructure.csproj">
<BuildType Solution="Release|x64" Project="?" />
<Platform Solution="Debug|x64" Project="x64" />
<Platform Solution="Release|x64" Project="?" />
<Build Solution="Release|x64" Project="false" />
</Project>
<Project Path="src/BinStash.Server/BinStash.Server.csproj">
<BuildType Solution="Release|x64" Project="?" />
<Platform Solution="Debug|x64" Project="x64" />
<Platform Solution="Release|x64" Project="?" />
<Build Solution="Release|x64" Project="false" />
</Project>
</Solution>