|
1 |
| -<Project Sdk="Microsoft.NET.Sdk"> |
2 |
| - |
3 |
| - <PropertyGroup> |
4 |
| - <AssemblyVersion>8.0.0.0</AssemblyVersion> |
5 |
| - <Description>https://github.com/BHoM/SQL_Toolkit</Description> |
6 |
| - <Version>5.0.0</Version> |
7 |
| - <Authors>BHoM</Authors> |
8 |
| - <Copyright>Copyright © https://github.com/BHoM</Copyright> |
9 |
| - <RootNamespace>BH.Adapter.SQL</RootNamespace> |
10 |
| - <FileVersion>8.1.0.0</FileVersion> |
11 |
| - <Configurations>Debug;Release;ZeroCodeTool</Configurations> |
12 |
| - <OutputPath>..\Build\</OutputPath> |
13 |
| - <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
14 |
| - </PropertyGroup> |
15 |
| - |
16 |
| - <PropertyGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'"> |
17 |
| - <TargetFramework>net472</TargetFramework> |
18 |
| - <DefineConstants>INSTALLERDEPLOY</DefineConstants> |
19 |
| - </PropertyGroup> |
20 |
| - <PropertyGroup Condition="'$(Configuration)'=='ZeroCodeTool'"> |
21 |
| - <TargetFramework>netstandard2.0</TargetFramework> |
22 |
| - <DefineConstants>ZCTDEPLOY</DefineConstants> |
23 |
| - </PropertyGroup> |
24 |
| - |
25 |
| - <ItemGroup Condition="'$(Configuration)'=='ZeroCodeTool'"> |
26 |
| - <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
27 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" /> |
28 |
| - <PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" /> |
29 |
| - </ItemGroup> |
30 |
| - |
31 |
| - <Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'"> |
32 |
| - <Exec Command="xcopy "$(TargetDir)$(TargetFileName)" "$(ProgramData)\BHoM\Assemblies" /Y" /> |
33 |
| - </Target> |
34 |
| - |
35 |
| - <ItemGroup> |
36 |
| - <ProjectReference Include="..\SQL_Engine\SQL_Engine.csproj" /> |
37 |
| - <ProjectReference Include="..\SQL_oM\SQL_oM.csproj" /> |
38 |
| - </ItemGroup> |
39 |
| - |
40 |
| - <ItemGroup> |
41 |
| - <Reference Include="Adapter_oM"> |
42 |
| - <HintPath>$(ProgramData)\BHoM\Assemblies\Adapter_oM.dll</HintPath> |
43 |
| - <Private>False</Private> |
44 |
| - <SpecificVersion>False</SpecificVersion> |
45 |
| - </Reference> |
46 |
| - <Reference Include="BHoM"> |
47 |
| - <HintPath>$(ProgramData)\BHoM\Assemblies\BHoM.dll</HintPath> |
48 |
| - <Private>False</Private> |
49 |
| - <SpecificVersion>False</SpecificVersion> |
50 |
| - </Reference> |
51 |
| - <Reference Include="BHoM_Adapter"> |
52 |
| - <HintPath>$(ProgramData)\BHoM\Assemblies\BHoM_Adapter.dll</HintPath> |
53 |
| - <Private>False</Private> |
54 |
| - <SpecificVersion>False</SpecificVersion> |
55 |
| - </Reference> |
56 |
| - <Reference Include="BHoM_Engine"> |
57 |
| - <HintPath>$(ProgramData)\BHoM\Assemblies\BHoM_Engine.dll</HintPath> |
58 |
| - <Private>False</Private> |
59 |
| - <SpecificVersion>False</SpecificVersion> |
60 |
| - </Reference> |
61 |
| - <Reference Include="Data_oM"> |
62 |
| - <HintPath>$(ProgramData)\BHoM\Assemblies\Data_oM.dll</HintPath> |
63 |
| - <Private>False</Private> |
64 |
| - <SpecificVersion>False</SpecificVersion> |
65 |
| - </Reference> |
66 |
| - </ItemGroup> |
67 |
| - |
68 |
| - <ItemGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'"> |
69 |
| - <Reference Include="System" /> |
70 |
| - <Reference Include="System.Core" /> |
71 |
| - <Reference Include="System.Xml.Linq" /> |
72 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
73 |
| - <Reference Include="Microsoft.CSharp" /> |
74 |
| - <Reference Include="System.Data" /> |
75 |
| - <Reference Include="System.Net.Http" /> |
76 |
| - <Reference Include="System.Xml" /> |
77 |
| - </ItemGroup> |
78 |
| - |
79 |
| -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <AssemblyVersion>8.0.0.0</AssemblyVersion> |
| 5 | + <Description>https://github.com/BHoM/SQL_Toolkit</Description> |
| 6 | + <Version>5.0.0</Version> |
| 7 | + <Authors>BHoM</Authors> |
| 8 | + <Copyright>Copyright © https://github.com/BHoM</Copyright> |
| 9 | + <RootNamespace>BH.Adapter.SQL</RootNamespace> |
| 10 | + <FileVersion>8.2.0.0</FileVersion> |
| 11 | + <Configurations>Debug;Release;ZeroCodeTool</Configurations> |
| 12 | + <OutputPath>..\Build\</OutputPath> |
| 13 | + <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
| 14 | + </PropertyGroup> |
| 15 | + |
| 16 | + <PropertyGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'"> |
| 17 | + <TargetFramework>net472</TargetFramework> |
| 18 | + <DefineConstants>INSTALLERDEPLOY</DefineConstants> |
| 19 | + </PropertyGroup> |
| 20 | + <PropertyGroup Condition="'$(Configuration)'=='ZeroCodeTool'"> |
| 21 | + <TargetFramework>netstandard2.0</TargetFramework> |
| 22 | + <DefineConstants>ZCTDEPLOY</DefineConstants> |
| 23 | + </PropertyGroup> |
| 24 | + |
| 25 | + <ItemGroup Condition="'$(Configuration)'=='ZeroCodeTool'"> |
| 26 | + <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
| 27 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.32" /> |
| 28 | + <PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" /> |
| 29 | + </ItemGroup> |
| 30 | + |
| 31 | + <Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'"> |
| 32 | + <Exec Command="xcopy "$(TargetDir)$(TargetFileName)" "$(ProgramData)\BHoM\Assemblies" /Y" /> |
| 33 | + </Target> |
| 34 | + |
| 35 | + <ItemGroup> |
| 36 | + <ProjectReference Include="..\SQL_Engine\SQL_Engine.csproj" /> |
| 37 | + <ProjectReference Include="..\SQL_oM\SQL_oM.csproj" /> |
| 38 | + </ItemGroup> |
| 39 | + |
| 40 | + <ItemGroup> |
| 41 | + <Reference Include="Adapter_oM"> |
| 42 | + <HintPath>$(ProgramData)\BHoM\Assemblies\Adapter_oM.dll</HintPath> |
| 43 | + <Private>False</Private> |
| 44 | + <SpecificVersion>False</SpecificVersion> |
| 45 | + </Reference> |
| 46 | + <Reference Include="BHoM"> |
| 47 | + <HintPath>$(ProgramData)\BHoM\Assemblies\BHoM.dll</HintPath> |
| 48 | + <Private>False</Private> |
| 49 | + <SpecificVersion>False</SpecificVersion> |
| 50 | + </Reference> |
| 51 | + <Reference Include="BHoM_Adapter"> |
| 52 | + <HintPath>$(ProgramData)\BHoM\Assemblies\BHoM_Adapter.dll</HintPath> |
| 53 | + <Private>False</Private> |
| 54 | + <SpecificVersion>False</SpecificVersion> |
| 55 | + </Reference> |
| 56 | + <Reference Include="BHoM_Engine"> |
| 57 | + <HintPath>$(ProgramData)\BHoM\Assemblies\BHoM_Engine.dll</HintPath> |
| 58 | + <Private>False</Private> |
| 59 | + <SpecificVersion>False</SpecificVersion> |
| 60 | + </Reference> |
| 61 | + <Reference Include="Data_oM"> |
| 62 | + <HintPath>$(ProgramData)\BHoM\Assemblies\Data_oM.dll</HintPath> |
| 63 | + <Private>False</Private> |
| 64 | + <SpecificVersion>False</SpecificVersion> |
| 65 | + </Reference> |
| 66 | + </ItemGroup> |
| 67 | + |
| 68 | + <ItemGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'"> |
| 69 | + <Reference Include="System" /> |
| 70 | + <Reference Include="System.Core" /> |
| 71 | + <Reference Include="System.Xml.Linq" /> |
| 72 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 73 | + <Reference Include="Microsoft.CSharp" /> |
| 74 | + <Reference Include="System.Data" /> |
| 75 | + <Reference Include="System.Net.Http" /> |
| 76 | + <Reference Include="System.Xml" /> |
| 77 | + </ItemGroup> |
| 78 | + |
| 79 | +</Project> |
0 commit comments