-
Notifications
You must be signed in to change notification settings - Fork 414
Expand file tree
/
Copy pathUnitsNet.Modular.Samples.slnx
More file actions
55 lines (55 loc) · 3.15 KB
/
Copy pathUnitsNet.Modular.Samples.slnx
File metadata and controls
55 lines (55 loc) · 3.15 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<Solution>
<Configurations>
<Platform Name="ProjectReferences" />
<Platform Name="LocalPackages" />
<Platform Name="PublishedPackages" />
</Configurations>
<File Path="refresh-local-packages.ps1" />
<Project Path="GettingStartedSample/GettingStartedSample.csproj">
<Platform Solution="*|ProjectReferences" Project="ProjectReferences" />
<Platform Solution="*|LocalPackages" Project="LocalPackages" />
<Platform Solution="*|PublishedPackages" Project="PublishedPackages" />
</Project>
<Project Path="QuantitySelectionSample/QuantitySelectionSample.csproj">
<Platform Solution="*|ProjectReferences" Project="ProjectReferences" />
<Platform Solution="*|LocalPackages" Project="LocalPackages" />
<Platform Solution="*|PublishedPackages" Project="PublishedPackages" />
</Project>
<Project Path="CustomQuantitySample/CustomQuantitySample.csproj">
<Platform Solution="*|ProjectReferences" Project="ProjectReferences" />
<Platform Solution="*|LocalPackages" Project="LocalPackages" />
<Platform Solution="*|PublishedPackages" Project="PublishedPackages" />
</Project>
<Project Path="Profiles/AllSiProfileSample/AllSiProfileSample.csproj">
<Platform Solution="*|ProjectReferences" Project="ProjectReferences" />
<Platform Solution="*|LocalPackages" Project="LocalPackages" />
<Platform Solution="*|PublishedPackages" Project="PublishedPackages" />
</Project>
<Project Path="ModularPlayground/ModularPlayground.csproj">
<Platform Solution="*|ProjectReferences" Project="ProjectReferences" />
<Platform Solution="*|LocalPackages" Project="LocalPackages" />
<Platform Solution="*|PublishedPackages" Project="PublishedPackages" />
</Project>
<Folder Name="/Shared units library/">
<Project Path="SharedUnitsLibrarySample/Fictional.Measurements.Definitions/Fictional.Measurements.Definitions.csproj">
<Platform Solution="*|ProjectReferences" Project="ProjectReferences" />
<Platform Solution="*|LocalPackages" Project="LocalPackages" />
<Platform Solution="*|PublishedPackages" Project="PublishedPackages" />
</Project>
<Project Path="SharedUnitsLibrarySample/SharedUnitsLibrarySample.Units/SharedUnitsLibrarySample.Units.csproj">
<Platform Solution="*|ProjectReferences" Project="ProjectReferences" />
<Platform Solution="*|LocalPackages" Project="LocalPackages" />
<Platform Solution="*|PublishedPackages" Project="PublishedPackages" />
</Project>
<Project Path="SharedUnitsLibrarySample/SharedUnitsLibrarySample.Domain/SharedUnitsLibrarySample.Domain.csproj">
<Platform Solution="*|ProjectReferences" Project="ProjectReferences" />
<Platform Solution="*|LocalPackages" Project="LocalPackages" />
<Platform Solution="*|PublishedPackages" Project="PublishedPackages" />
</Project>
<Project Path="SharedUnitsLibrarySample/SharedUnitsLibrarySample.App/SharedUnitsLibrarySample.App.csproj">
<Platform Solution="*|ProjectReferences" Project="ProjectReferences" />
<Platform Solution="*|LocalPackages" Project="LocalPackages" />
<Platform Solution="*|PublishedPackages" Project="PublishedPackages" />
</Project>
</Folder>
</Solution>