JBIM.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{A6A90BFE-126D-4499-860A-F0E2C40EBB23}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>JBIM</RootNamespace>
  10. <AssemblyName>JBIM</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>..\..\..\OutputDll\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>..\..\..\OutputDll\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <StartupObject />
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Xml" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="System.Xaml">
  50. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="WindowsBase" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="BimDocument.cs" />
  56. <Compile Include="BimId.cs" />
  57. <Compile Include="BimObject.cs" />
  58. <Compile Include="Common\BimObjectUtil.cs" />
  59. <Compile Include="Common\EnumExtensions.cs" />
  60. <Compile Include="Common\PropertyCache.cs" />
  61. <Compile Include="Common\TypeDefinitonAttribute.cs" />
  62. <Compile Include="Common\TypeDefinitonUtil.cs" />
  63. <Compile Include="Component\BoundarySegment.cs" />
  64. <Compile Include="Component\Column.cs" />
  65. <Compile Include="Component\ComponentObject.cs" />
  66. <Compile Include="Component\Connector.cs" />
  67. <Compile Include="Component\Door.cs" />
  68. <Compile Include="Component\FlexDuct.cs" />
  69. <Compile Include="Component\Duct.cs" />
  70. <Compile Include="Component\Grid.cs" />
  71. <Compile Include="Component\Level.cs" />
  72. <Compile Include="Component\MepSystem.cs" />
  73. <Compile Include="Component\MepSystemType.cs" />
  74. <Compile Include="Component\Other.cs" />
  75. <Compile Include="Component\OtherJoinObject.cs" />
  76. <Compile Include="Component\Parameter.cs" />
  77. <Compile Include="Component\ParameterDefinition.cs" />
  78. <Compile Include="Component\FlexPipe.cs" />
  79. <Compile Include="Component\Pipe.cs" />
  80. <Compile Include="Component\EquipPart.cs" />
  81. <Compile Include="Component\Equipment.cs" />
  82. <Compile Include="Component\Space.cs" />
  83. <Compile Include="Component\Unit.cs" />
  84. <Compile Include="Component\VirtualWall.cs" />
  85. <Compile Include="Component\VisibleComponentObject.cs" />
  86. <Compile Include="Component\Wall.cs" />
  87. <Compile Include="Component\Window.cs" />
  88. <Compile Include="Definition\ConnectorShape.cs" />
  89. <Compile Include="Definition\GeometryLocation.cs" />
  90. <Compile Include="Definition\XYZ.cs" />
  91. <Compile Include="Geometry\GeometryObject.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs">
  93. <SubType>Code</SubType>
  94. </Compile>
  95. <Compile Include="Properties\Resources.Designer.cs">
  96. <AutoGen>True</AutoGen>
  97. <DesignTime>True</DesignTime>
  98. <DependentUpon>Resources.resx</DependentUpon>
  99. </Compile>
  100. <Compile Include="Properties\Settings.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DependentUpon>Settings.settings</DependentUpon>
  103. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  104. </Compile>
  105. <Compile Include="Definition\TypeDefinition.cs" />
  106. <Compile Include="Relationship\OneToManyRel.cs" />
  107. <Compile Include="Relationship\OneToOneRel.cs" />
  108. <Compile Include="Relationship\RelationshipBase.cs" />
  109. <EmbeddedResource Include="Properties\Resources.resx">
  110. <Generator>ResXFileCodeGenerator</Generator>
  111. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  112. </EmbeddedResource>
  113. <None Include="Properties\Settings.settings">
  114. <Generator>SettingsSingleFileGenerator</Generator>
  115. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  116. </None>
  117. </ItemGroup>
  118. <ItemGroup />
  119. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  120. </Project>