-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdosymep.Revit.Journaling.csproj
More file actions
29 lines (23 loc) · 1.12 KB
/
dosymep.Revit.Journaling.csproj
File metadata and controls
29 lines (23 loc) · 1.12 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Authors>dosymep</Authors>
<RepositoryType>Git</RepositoryType>
<PackageProjectUrl>https://github.com/dosymep/dosymep.Autodesk/dosymep.Revit.Journaling</PackageProjectUrl>
<RepositoryUrl>https://github.com/dosymep/dosymep.Autodesk</RepositoryUrl>
<PackageTags>dosymep, revit, journaling</PackageTags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\dosymep.Revit.Journaling.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\dosymep.Revit.Journaling.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\dosymep.AutodeskApps\dosymep.AutodeskApps.csproj" />
<ProjectReference Include="..\dosymep.Revit.FileInfo\dosymep.Revit.FileInfo.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>