-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathVerdure.Assistant.slnx
More file actions
41 lines (41 loc) · 1.95 KB
/
Copy pathVerdure.Assistant.slnx
File metadata and controls
41 lines (41 loc) · 1.95 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="ARM64" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/solution/">
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Verdure.Assistant.Api/Verdure.Assistant.Api.csproj" />
<Project Path="src/Verdure.Assistant.MAUI/Verdure.Assistant.MAUI.csproj" />
<Project Path="src/Verdure.Assistant.ViewModels/Verdure.Assistant.ViewModels.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/ApiCheck/ApiCheck.csproj" />
<Project Path="tests/CodecTest/CodecTest.csproj" />
<Project Path="tests/DecodeTest/DecodeTest.csproj" />
<Project Path="tests/InterruptArchitectureTest/InterruptArchitectureTest.csproj" />
<Project Path="tests/OpusApiTest/OpusApiTest.csproj" />
<Project Path="tests/OpusSharpTest/OpusSharpTest.csproj" />
<Project Path="tests/OpusTest/OpusTest.csproj" />
<Project Path="tests/SoundFlow.Samples.VoiceInterruption/SoundFlow.Samples.VoiceInterruption.csproj" />
<Project Path="tests/SoundFlow.Samples.VoiceInterruptionMusic/SoundFlow.Samples.VoiceInterruptionMusic.csproj" />
<Project Path="tests/SoundFlowPlaybackTest/SoundFlowPlaybackTest.csproj" />
<Project Path="tests/SoundFlowRecordingCodecTest/SoundFlowRecordingCodecTest.csproj" />
</Folder>
<Project Path="src/Verdure.Assistant.Console/Verdure.Assistant.Console.csproj" />
<Project Path="src/Verdure.Assistant.Core/Verdure.Assistant.Core.csproj" />
<Project Path="src/Verdure.Assistant.WinUI/Verdure.Assistant.WinUI.csproj">
<Platform Solution="*|Any CPU" Project="x64" />
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
<Deploy />
</Project>
</Solution>