JBIM.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\..\..\OutputDll\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>..\..\..\OutputDll\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <StartupObject />
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="System.Xaml">
  49. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  50. </Reference>
  51. <Reference Include="WindowsBase" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="BimDocument.cs" />
  55. <Compile Include="BimId.cs" />
  56. <Compile Include="BimObject.cs" />
  57. <Compile Include="Common\BimObjectUtil.cs" />
  58. <Compile Include="Common\EnumExtensions.cs" />
  59. <Compile Include="Common\PropertyCache.cs" />
  60. <Compile Include="Common\TypeDefinitonAttribute.cs" />
  61. <Compile Include="Common\TypeDefinitonUtil.cs" />
  62. <Compile Include="Component\BoundarySegment.cs" />
  63. <Compile Include="Component\Column.cs" />
  64. <Compile Include="Component\ComponentObject.cs" />
  65. <Compile Include="Component\Connector.cs" />
  66. <Compile Include="Component\Door.cs" />
  67. <Compile Include="Component\Duct.cs" />
  68. <Compile Include="Component\Grid.cs" />
  69. <Compile Include="Component\Level.cs" />
  70. <Compile Include="Component\MepSystem.cs" />
  71. <Compile Include="Component\MepSystemType.cs" />
  72. <Compile Include="Component\Other.cs" />
  73. <Compile Include="Component\OtherJoinObject.cs" />
  74. <Compile Include="Component\Parameter.cs" />
  75. <Compile Include="Component\ParameterDefinition.cs" />
  76. <Compile Include="Component\Pipe.cs" />
  77. <Compile Include="Component\EquipPart.cs" />
  78. <Compile Include="Component\Equipment.cs" />
  79. <Compile Include="Component\Space.cs" />
  80. <Compile Include="Component\Unit.cs" />
  81. <Compile Include="Component\VirtualWall.cs" />
  82. <Compile Include="Component\VisibleComponentObject.cs" />
  83. <Compile Include="Component\Wall.cs" />
  84. <Compile Include="Component\Window.cs" />
  85. <Compile Include="Definition\ConnectorShape.cs" />
  86. <Compile Include="Definition\GeometryLocation.cs" />
  87. <Compile Include="Definition\XYZ.cs" />
  88. <Compile Include="Geometry\GeometryObject.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs">
  90. <SubType>Code</SubType>
  91. </Compile>
  92. <Compile Include="Properties\Resources.Designer.cs">
  93. <AutoGen>True</AutoGen>
  94. <DesignTime>True</DesignTime>
  95. <DependentUpon>Resources.resx</DependentUpon>
  96. </Compile>
  97. <Compile Include="Properties\Settings.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Settings.settings</DependentUpon>
  100. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101. </Compile>
  102. <Compile Include="Definition\TypeDefinition.cs" />
  103. <Compile Include="Relationship\OneToManyRel.cs" />
  104. <Compile Include="Relationship\OneToOneRel.cs" />
  105. <Compile Include="Relationship\RelationshipBase.cs" />
  106. <EmbeddedResource Include="Properties\Resources.resx">
  107. <Generator>ResXFileCodeGenerator</Generator>
  108. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  109. </EmbeddedResource>
  110. <None Include="Properties\Settings.settings">
  111. <Generator>SettingsSingleFileGenerator</Generator>
  112. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  113. </None>
  114. </ItemGroup>
  115. <ItemGroup />
  116. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  117. </Project>