Skip to content

Commit 18041a1

Browse files
committed
chore: migrated solution file to new format
1 parent ee01c6b commit 18041a1

File tree

2 files changed

+50
-133
lines changed

2 files changed

+50
-133
lines changed

UnicornProperties.sln

Lines changed: 0 additions & 133 deletions
This file was deleted.

UnicornProperties.slnx

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<Solution>
2+
<Folder Name="/Docs/">
3+
<File Path="README.md" />
4+
</Folder>
5+
<Folder Name="/Unicorn.Contracts/">
6+
<Project Path="Unicorn.Contracts\ContractsService.Test\ContractsService.Tests.csproj" Type="Classic C#" />
7+
<Project Path="Unicorn.Contracts\ContractsService\ContractsService.csproj" Type="Classic C#" />
8+
<File Path="Unicorn.Contracts\README.md" />
9+
<File Path="Unicorn.Contracts\template.yaml" />
10+
<File Path="Unicorn.Contracts\api.yaml" />
11+
<File Path="Unicorn.Contracts\samconfig.yaml" />
12+
</Folder>
13+
<Folder Name="/Unicorn.Contracts/Integration/">
14+
<File Path="Unicorn.Contracts\integration\subscriber-policies.yaml" />
15+
<File Path="Unicorn.Contracts\Integration\event-schemas.yaml" />
16+
</Folder>
17+
<Folder Name="/Unicorn.Properties/">
18+
<Project Path="Unicorn.Properties\PropertiesService.Tests\PropertiesService.Tests.csproj" Type="Classic C#" />
19+
<Project Path="Unicorn.Properties\PropertiesService\PropertiesService.csproj" Type="Classic C#" />
20+
<File Path="Unicorn.Properties\StateMachine\PropertyApproval.asl.yaml" />
21+
<File Path="Unicorn.Properties\README.md" />
22+
<File Path="Unicorn.Properties\template.yaml" />
23+
<File Path="Unicorn.Properties\samconfig.yaml" />
24+
</Folder>
25+
<Folder Name="/Unicorn.Properties/Integration/">
26+
<File Path="Unicorn.Properties\Integration\subscriber-policies.yaml" />
27+
<File Path="Unicorn.Properties\Integration\subscriptions.yaml" />
28+
<File Path="Unicorn.Properties\Integration\event-schemas.yaml" />
29+
</Folder>
30+
<Folder Name="/Unicorn.Shared/">
31+
<File Path="Unicorn.Shared\samconfig.yaml" />
32+
<File Path="Unicorn.Shared\template.yaml" />
33+
</Folder>
34+
<Folder Name="/Unicorn.Web/">
35+
<Project Path="Unicorn.Web\ApprovalService.Tests\ApprovalService.Tests.csproj" Type="Classic C#" />
36+
<Project Path="Unicorn.Web\ApprovalService\ApprovalService.csproj" Type="Classic C#" />
37+
<Project Path="Unicorn.Web\Common\Common.csproj" Type="Classic C#" />
38+
<Project Path="Unicorn.Web\SearchService.Tests\SearchService.Tests.csproj" Type="Classic C#" />
39+
<Project Path="Unicorn.Web\SearchService\SearchService.csproj" Type="Classic C#" />
40+
<File Path="Unicorn.Web\README.md" />
41+
<File Path="Unicorn.Web\template.yaml" />
42+
<File Path="Unicorn.Web\api.yaml" />
43+
<File Path="Unicorn.Web\samconfig.yaml" />
44+
</Folder>
45+
<Folder Name="/Unicorn.Web/Integration/">
46+
<File Path="Unicorn.Web\Integration\subscriber-policies.yaml" />
47+
<File Path="Unicorn.Web\Integration\subscriptions.yaml" />
48+
<File Path="Unicorn.Web\Integration\event-schemas.yaml" />
49+
</Folder>
50+
</Solution>

0 commit comments

Comments
 (0)