-
Notifications
You must be signed in to change notification settings - Fork 4
/
BuildAll_Release.csproj
111 lines (111 loc) · 5.83 KB
/
BuildAll_Release.csproj
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Solution Include="SAM/SAM.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_Systems/SAM_Systems.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_Psychrometrics/SAM_Psychrometrics.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_Mollier/SAM_Mollier.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_Windows/Framework/SAM_Windows.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_IFC/SAM_IFC.sln">
<Properties>Configuration=Release;Platform=x64</Properties>
</Solution>
<Solution Include="SAM_Topologic/SAM_Topologic.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_BHom/SAM_BHom.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_gbXML/SAM_gbXML.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_GEM/SAM_GEM.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_LadybugTools/SAM_LadybugTools.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_Solver/SAM_Solver.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_SolarCalculator/SAM_SolarCalculator.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_Tas/SAM_Tas.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_Excel/SAM_Excel.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_SQLite/SAM_SQLite.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_OpenStudio/SAM_OpenStudio.sln">
<Properties>Configuration=Release;Platform=x64</Properties>
</Solution>
<Solution Include="SAM_Revit/SAM_Revit.sln">
<Properties>Configuration=Release2020;Platform=Any CPU;ReferencePath=$(MSBuildProjectDirectory)\SAM_Revit\references\Revit 2020</Properties>
</Solution>
<Solution Include="SAM_Revit/SAM_Revit.sln">
<Properties>Configuration=Release2021;Platform=Any CPU;ReferencePath=$(MSBuildProjectDirectory)\SAM_Revit\references\Revit 2021</Properties>
</Solution>
<Solution Include="SAM_Revit/SAM_Revit.sln">
<Properties>Configuration=Release2022;Platform=Any CPU;ReferencePath=$(MSBuildProjectDirectory)\SAM_Revit\references\Revit 2022</Properties>
</Solution>
<Solution Include="SAM_Revit/SAM_Revit.sln">
<Properties>Configuration=Release2023;Platform=Any CPU;ReferencePath=$(MSBuildProjectDirectory)\SAM_Revit\references\Revit 2023</Properties>
</Solution>
<Solution Include="SAM_Revit/SAM_Revit.sln">
<Properties>Configuration=Release2024;Platform=Any CPU;ReferencePath=$(MSBuildProjectDirectory)\SAM_Revit\references\Revit 2024</Properties>
</Solution>
<Solution Include="SAM_UI/Framework/SAM_UI.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_Rhino_UI/SAM_Rhino_UI.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
<Solution Include="SAM_Revit_UI/SAM_Revit_UI.sln">
<Properties>Configuration=Release2020;Platform=Any CPU;ReferencePath=$(MSBuildProjectDirectory)\SAM_Revit\references\Revit 2020</Properties>
</Solution>
<Solution Include="SAM_Revit_UI/SAM_Revit_UI.sln">
<Properties>Configuration=Release2021;Platform=Any CPU;ReferencePath=$(MSBuildProjectDirectory)\SAM_Revit\references\Revit 2021</Properties>
</Solution>
<Solution Include="SAM_Revit_UI/SAM_Revit_UI.sln">
<Properties>Configuration=Release2022;Platform=Any CPU;ReferencePath=$(MSBuildProjectDirectory)\SAM_Revit\references\Revit 2022</Properties>
</Solution>
<Solution Include="SAM_Revit_UI/SAM_Revit_UI.sln">
<Properties>Configuration=Release2023;Platform=Any CPU;ReferencePath=$(MSBuildProjectDirectory)\SAM_Revit\references\Revit 2023</Properties>
</Solution>
<Solution Include="SAM_Revit_UI/SAM_Revit_UI.sln">
<Properties>Configuration=Release2024;Platform=Any CPU;ReferencePath=$(MSBuildProjectDirectory)\SAM_Revit\references\Revit 2024</Properties>
</Solution>
<Solution Include="SAM_Multitasker/SAM_Multitasker.sln">
<Properties>Configuration=Release;Platform=Any CPU</Properties>
</Solution>
</ItemGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
</PropertyGroup>
<Target Name="Build">
<MSBuild Projects="@(Solution)" BuildInParallel="false" Targets="Build" Properties="Configuration=$(Configuration);OutputPath=%(Projects.BuildOutputPath)" />
</Target>
<Target Name="Clean">
<MSBuild Projects="@(Solution)" BuildInParallel="false" Targets="Clean" />
</Target>
<Target Name="Rebuild">
<MSBuild Projects="@(Solution)" BuildInParallel="false" Targets="Rebuild" Properties="Configuration=$(Configuration);OutputPath=%(Projects.BuildOutputPath)"/>
</Target>
<Target Name="Restore">
<MSBuild Projects="@(Solution)" BuildInParallel="false" Targets="Restore" Properties="Configuration=$(Configuration);OutputPath=%(Projects.BuildOutputPath)" />
</Target>
</Project>