-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAutoOS.slnx
More file actions
31 lines (31 loc) · 1.07 KB
/
Copy pathAutoOS.slnx
File metadata and controls
31 lines (31 loc) · 1.07 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
<Solution>
<Configurations>
<Platform Name="arm64" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/global/">
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
</Folder>
<Folder Name="/src/" />
<Folder Name="/src/core/">
<Project Path="src/AutoOS.Core/AutoOS.Core.csproj">
<Platform Solution="*|arm64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
</Project>
</Folder>
<Folder Name="/src/platforms/">
<Project Path="src/AutoOS.App/AutoOS.App.csproj">
<Platform Solution="*|arm64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
<BuildDependency Project="src/AutoOS.App.Sound/AutoOS.App.Sound.vcxproj" />
<Deploy />
</Project>
<Project Path="src/AutoOS.App.Sound/AutoOS.App.Sound.vcxproj" Id="2c195a31-78fe-4baf-9328-bb5d0ada390a">
<Platform Project="x64" />
</Project>
</Folder>
</Solution>