-
-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy pathAsyncAwaitBestPractices.slnx
More file actions
21 lines (21 loc) · 761 Bytes
/
AsyncAwaitBestPractices.slnx
File metadata and controls
21 lines (21 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="iPhone" />
<Platform Name="iPhoneSimulator" />
</Configurations>
<Folder Name="/Sample/">
<Project Path="sample/HackerNews.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="global.json" />
</Folder>
<Folder Name="/Tests/">
<Project Path="src/AsyncAwaitBestPractices.UnitTests/AsyncAwaitBestPractices.UnitTests.csproj" />
</Folder>
<Project Path="src/AsyncAwaitBestPractices.MVVM/AsyncAwaitBestPractices.MVVM.csproj" />
<Project Path="src/AsyncAwaitBestPractices/AsyncAwaitBestPractices.csproj" />
</Solution>