forked from kas/percentage
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathPercentage.slnx
More file actions
19 lines (19 loc) · 697 Bytes
/
Copy pathPercentage.slnx
File metadata and controls
19 lines (19 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Solution>
<Configurations>
<Platform Name="Any CPU"/>
<Platform Name="ARM64"/>
<Platform Name="x64"/>
<Platform Name="x86"/>
</Configurations>
<Project Path="../Codify/System.Windows/System.Windows.csproj"/>
<Project Path="../Codify/System/System.csproj"/>
<Project Path="App/App.csproj">
<Platform Solution="*|ARM64" Project="ARM64"/>
<Platform Solution="*|x64" Project="x64"/>
<Platform Solution="*|x86" Project="x86"/>
</Project>
<Project Path="Pack/Pack.wapproj" Type="c7167f0d-bc9f-4e6e-afe1-012c56b48db5">
<Deploy/>
</Project>
<Project Path="Tests/App.Tests/App.Tests.csproj"/>
</Solution>