SpacePlugin.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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>{2F9288E2-3392-4D66-A966-A1295B59CDAA}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>SpacePlugin</RootNamespace>
  10. <AssemblyName>SpacePlugin</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. <TargetFrameworkProfile />
  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="ICSharpCode.SharpZipLib">
  42. <HintPath>Dlls\ICSharpCode.SharpZipLib.dll</HintPath>
  43. </Reference>
  44. <Reference Include="NPOI">
  45. <HintPath>Dlls\NPOI.dll</HintPath>
  46. </Reference>
  47. <Reference Include="NPOI.OOXML">
  48. <HintPath>Dlls\NPOI.OOXML.dll</HintPath>
  49. </Reference>
  50. <Reference Include="NPOI.OpenXml4Net">
  51. <HintPath>Dlls\NPOI.OpenXml4Net.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NPOI.OpenXmlFormats">
  54. <HintPath>Dlls\NPOI.OpenXmlFormats.dll</HintPath>
  55. </Reference>
  56. <Reference Include="RevitAPI">
  57. <HintPath>..\Dlls\R2016\RevitAPI.dll</HintPath>
  58. </Reference>
  59. <Reference Include="RevitAPIUI">
  60. <HintPath>..\Dlls\R2016\RevitAPIUI.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Windows.Forms" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Xaml">
  72. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="WindowsBase" />
  75. <Reference Include="PresentationCore" />
  76. <Reference Include="PresentationFramework" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="AutoSpace\AutoCreateSpace.cs" />
  80. <Compile Include="AutoSpace\ModifyDocument.cs" />
  81. <Compile Include="AutoSpace\OpenDocument.cs" />
  82. <Compile Include="AutoSpace\SelectFile.xaml.cs">
  83. <DependentUpon>SelectFile.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="AutoSpace\VirtualizeWall.cs" />
  86. <Compile Include="AutoSpace\WinCreateSpace.xaml.cs">
  87. <DependentUpon>WinCreateSpace.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="CobineWall\NpoiHelper.cs" />
  90. <Compile Include="CobineWall\WallRelation.cs" />
  91. <Compile Include="CobineWall\WrapperedWall.cs" />
  92. <Compile Include="Command.cs" />
  93. <Compile Include="Comparer\VectorParallelComparer.cs" />
  94. <Compile Include="DrawElementEdgesCmd.cs" />
  95. <Compile Include="ExportCombineWall.cs" />
  96. <Compile Include="GetEdgesCmd.cs" />
  97. <Compile Include="CobineWall\LogicWall.cs" />
  98. <Compile Include="SpaceManager.cs" />
  99. <Compile Include="CobineWall\WallOperationFactory.cs" />
  100. <Compile Include="WallFilter.cs" />
  101. <Compile Include="WinSpaceBottom.xaml.cs">
  102. <DependentUpon>WinSpaceBottom.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="ZoneManager.cs" />
  105. <Page Include="AutoSpace\SelectFile.xaml">
  106. <Generator>MSBuild:Compile</Generator>
  107. <SubType>Designer</SubType>
  108. </Page>
  109. <Page Include="AutoSpace\WinCreateSpace.xaml">
  110. <SubType>Designer</SubType>
  111. <Generator>MSBuild:Compile</Generator>
  112. </Page>
  113. <Page Include="MainWindow.xaml">
  114. <Generator>MSBuild:Compile</Generator>
  115. <SubType>Designer</SubType>
  116. </Page>
  117. <Compile Include="DataManager.cs" />
  118. <Compile Include="GenerateSpaceCmd.cs" />
  119. <Compile Include="MainWindow.xaml.cs">
  120. <DependentUpon>MainWindow.xaml</DependentUpon>
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Page Include="WinSpaceBottom.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </Page>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Compile Include="Properties\AssemblyInfo.cs">
  130. <SubType>Code</SubType>
  131. </Compile>
  132. <Compile Include="Properties\Resources.Designer.cs">
  133. <AutoGen>True</AutoGen>
  134. <DesignTime>True</DesignTime>
  135. <DependentUpon>Resources.resx</DependentUpon>
  136. </Compile>
  137. <Compile Include="Properties\Settings.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DependentUpon>Settings.settings</DependentUpon>
  140. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  141. </Compile>
  142. <EmbeddedResource Include="Properties\Resources.resx">
  143. <Generator>ResXFileCodeGenerator</Generator>
  144. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  145. </EmbeddedResource>
  146. <None Include="Properties\Settings.settings">
  147. <Generator>SettingsSingleFileGenerator</Generator>
  148. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  149. </None>
  150. </ItemGroup>
  151. <ItemGroup>
  152. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  153. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  154. <Name>SAGA.DotNetUtils</Name>
  155. </ProjectReference>
  156. <ProjectReference Include="..\SAGY.Models\SAGA.Models.csproj">
  157. <Project>{e77d7f18-966e-4ef9-acd6-dd9ad38eff3d}</Project>
  158. <Name>SAGA.Models</Name>
  159. </ProjectReference>
  160. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  161. <Project>{d6201677-b7e4-495a-81ab-33c5837121e6}</Project>
  162. <Name>SAGA.RevitUtils</Name>
  163. </ProjectReference>
  164. </ItemGroup>
  165. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  166. </Project>