90 lines
4.0 KiB
XML
90 lines
4.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{8B9832C5-1479-4C32-A7DA-4B9B06880158}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>GraphicsStudy</RootNamespace>
|
|
<AssemblyName>GraphicsStudy</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="NewtonSoft.Json">
|
|
<HintPath>C:\Program Files\Autodesk\Revit 2019\NewtonSoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="RevitAPI">
|
|
<HintPath>C:\Program Files\Autodesk\Revit 2019\RevitAPI.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RevitAPIUI">
|
|
<HintPath>C:\Program Files\Autodesk\Revit 2019\RevitAPIUI.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Data\Test\BeamData.cs" />
|
|
<Compile Include="Data\Test\ColumnData.cs" />
|
|
<Compile Include="Data\Test\CTData.cs" />
|
|
<Compile Include="Data\Test\DataInfo.cs" />
|
|
<Compile Include="Data\Test\DuctData.cs" />
|
|
<Compile Include="Data\Test\FloorData.cs" />
|
|
<Compile Include="Data\Test\PipeData.cs" />
|
|
<Compile Include="Data\Test\WallData.cs" />
|
|
<Compile Include="DeleteTest.cs" />
|
|
<Compile Include="GetTest.cs" />
|
|
<Compile Include="GraphicsStudyCmd.cs" />
|
|
<Compile Include="Data\Instance.cs" />
|
|
<Compile Include="json\ElementIdConverter.cs" />
|
|
<Compile Include="json\JsonUtils.cs" />
|
|
<Compile Include="json\LineConverter.cs" />
|
|
<Compile Include="json\TransformConvert.cs" />
|
|
<Compile Include="json\XYZConverter.cs" />
|
|
<Compile Include="Data\MaterialData.cs" />
|
|
<Compile Include="Method\DocumentEx.cs" />
|
|
<Compile Include="Method\DoubleMethod.cs" />
|
|
<Compile Include="Method\GeoMethod.cs" />
|
|
<Compile Include="Method\LineListMethod.cs" />
|
|
<Compile Include="Method\LineMethod.cs" />
|
|
<Compile Include="Method\TestMethod.cs" />
|
|
<Compile Include="Method\VectorsMethod.cs" />
|
|
<Compile Include="Method\ViewMethod.cs" />
|
|
<Compile Include="Method\WallMethod.cs" />
|
|
<Compile Include="Method\WindowMethod.cs" />
|
|
<Compile Include="Method\XYZMethod.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Data\MeshData.cs" />
|
|
<Compile Include="SetTest.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |