62 lines
2.4 KiB
XML
62 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{6EF0F4D1-EDD2-498A-A9C7-13DAAF6C5361}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>KGdev.BI3D.Revit.Addin.MainWindow.External.Browser</RootNamespace>
|
|
<AssemblyName>KGdev.BI3D.Revit.Addin.MainWindow.External.Browser</AssemblyName>
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<UseWindowsForms>True</UseWindowsForms>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<EnableDefaultItems>False</EnableDefaultItems>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
<StartupObject>KGdev.BI3D.Revit.Addin.MainWindow.External.Browser.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyLoaderUtil.cs" />
|
|
<Compile Include="BrowserConfiguration.cs" />
|
|
<Compile Include="BrowserForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="BrowserForm.Designer.cs">
|
|
<DependentUpon>BrowserForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="BrowserFunctions.cs" />
|
|
<Compile Include="ContextMenuHandler.cs" />
|
|
<Compile Include="LifeSpanHandler.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>C:\ProgramData\Autodesk\Revit\Addins\2020\3DBI for Revit\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="app.manifest" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="CefSharp.WinForms" Version="120.1.110" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="resources\logo.png" />
|
|
<Resource Include="resources\logo512.png" />
|
|
</ItemGroup>
|
|
</Project> |