添加项目文件。
This commit is contained in:
71
Mstn.Toolkit/Mstn.Toolkit.csproj
Normal file
71
Mstn.Toolkit/Mstn.Toolkit.csproj
Normal file
@@ -0,0 +1,71 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<LangVersion>13.0</LangVersion>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
<AppendPlatformToOutputPath>false</AppendPlatformToOutputPath>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<UseWPF>True</UseWPF>
|
||||
<AppendTargetFrameworkToOutputPath>False</AppendTargetFrameworkToOutputPath>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Bentley.Interop.MicroStationDGN">
|
||||
<HintPath>..\dlls\Bentley.Interop.MicroStationDGN.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Bentley.MicroStation">
|
||||
<HintPath>..\dlls\Bentley.MicroStation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Bentley.Platform">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\dlls\Bentley.Platform.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Bentley.DgnDisplayNet" HintPath="..\dlls\Bentley.DgnDisplayNet.dll" SpecificVersion="False" Private="False" />
|
||||
<Reference Include="Bentley.DgnPlatformNET" SpecificVersion="False" HintPath="..\dlls\Bentley.DgnPlatformNET.dll" Private="False" />
|
||||
<Reference Include="Bentley.ECObjects3">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath><!--$(MSAssemblies)-->..\dlls\Bentley.ECObjects3.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="ConstraintCommonNet">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath><!--$(MSAssemblies)-->..\dlls\ConstraintCommonNet.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Bentley.ECObjects.MixedMode3">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath><!--$(MSAssemblies)-->..\dlls\Bentley.ECObjects.MixedMode3.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Bentley.General.1.0">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath><!--$(MSAssemblies)-->..\dlls\Bentley.General.1.0.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Bentley.MicroStation.Interfaces.1.0">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath><!--$(MSAssemblies)-->..\dlls\Bentley.MicroStation.Interfaces.1.0.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Bentley.GeometryNET">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<Private>False</Private>
|
||||
<HintPath><!--$(BentleyReferencePath)-->..\dlls\Bentley.GeometryNET.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Bentley.GeometryNET.Structs">
|
||||
<Private>False</Private>
|
||||
<HintPath><!--$(BentleyReferencePath)-->..\dlls\Bentley.GeometryNET.Structs.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Bentley.MicroStation.WPF">
|
||||
<Private>False</Private>
|
||||
<HintPath><!--$(BentleyReferencePath)-->..\dlls\Bentley.MicroStation.WPF.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="ustation">
|
||||
<HintPath><!--$(BentleyReferencePath)-->..\dlls\ustation.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user