OTSInclusionsTraceability.csproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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>{83412BF0-F802-456C-8A33-7C6CD5B6704D}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>OTSInclusionsTraceability</RootNamespace>
  10. <AssemblyName>OTSInclusionsTraceability</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>x64</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\Bin\x64\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>x64</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>..\bin\x64\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>x64</PlatformTarget>
  42. <LangVersion>7.3</LangVersion>
  43. <ErrorReport>prompt</ErrorReport>
  44. <Prefer32Bit>true</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  47. <OutputPath>bin\x64\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <Optimize>true</Optimize>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x64</PlatformTarget>
  52. <LangVersion>7.3</LangVersion>
  53. <ErrorReport>prompt</ErrorReport>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
  57. <OutputPath>bin\Release_oxford50\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <Optimize>true</Optimize>
  60. <DebugType>pdbonly</DebugType>
  61. <PlatformTarget>x64</PlatformTarget>
  62. <LangVersion>7.3</LangVersion>
  63. <ErrorReport>prompt</ErrorReport>
  64. <Prefer32Bit>true</Prefer32Bit>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  67. <OutputPath>..\Bin\x64\Release_oxford50\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>x64</PlatformTarget>
  72. <LangVersion>7.3</LangVersion>
  73. <ErrorReport>prompt</ErrorReport>
  74. <Prefer32Bit>true</Prefer32Bit>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|AnyCPU'">
  77. <OutputPath>bin\Release_oxford60\</OutputPath>
  78. <DefineConstants>TRACE</DefineConstants>
  79. <Optimize>true</Optimize>
  80. <DebugType>pdbonly</DebugType>
  81. <PlatformTarget>x64</PlatformTarget>
  82. <LangVersion>7.3</LangVersion>
  83. <ErrorReport>prompt</ErrorReport>
  84. <Prefer32Bit>true</Prefer32Bit>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
  87. <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
  88. <DefineConstants>TRACE</DefineConstants>
  89. <Optimize>true</Optimize>
  90. <DebugType>pdbonly</DebugType>
  91. <PlatformTarget>x64</PlatformTarget>
  92. <LangVersion>7.3</LangVersion>
  93. <ErrorReport>prompt</ErrorReport>
  94. <Prefer32Bit>true</Prefer32Bit>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">
  97. <OutputPath>bin\Release_oxford61\</OutputPath>
  98. <DefineConstants>TRACE</DefineConstants>
  99. <Optimize>true</Optimize>
  100. <DebugType>pdbonly</DebugType>
  101. <PlatformTarget>x64</PlatformTarget>
  102. <LangVersion>7.3</LangVersion>
  103. <ErrorReport>prompt</ErrorReport>
  104. <Prefer32Bit>true</Prefer32Bit>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">
  107. <OutputPath>..\bin\x64\Release_oxford61\</OutputPath>
  108. <DefineConstants>TRACE</DefineConstants>
  109. <Optimize>true</Optimize>
  110. <DebugType>pdbonly</DebugType>
  111. <PlatformTarget>x64</PlatformTarget>
  112. <LangVersion>7.3</LangVersion>
  113. <ErrorReport>prompt</ErrorReport>
  114. <Prefer32Bit>true</Prefer32Bit>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|AnyCPU'">
  117. <OutputPath>bin\Release_oxford62\</OutputPath>
  118. <DefineConstants>TRACE</DefineConstants>
  119. <Optimize>true</Optimize>
  120. <DebugType>pdbonly</DebugType>
  121. <PlatformTarget>x64</PlatformTarget>
  122. <LangVersion>7.3</LangVersion>
  123. <ErrorReport>prompt</ErrorReport>
  124. <Prefer32Bit>true</Prefer32Bit>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|x64'">
  127. <OutputPath>bin\x64\Release_oxford62\</OutputPath>
  128. <DefineConstants>TRACE</DefineConstants>
  129. <Optimize>true</Optimize>
  130. <DebugType>pdbonly</DebugType>
  131. <PlatformTarget>x64</PlatformTarget>
  132. <LangVersion>7.3</LangVersion>
  133. <ErrorReport>prompt</ErrorReport>
  134. <Prefer32Bit>true</Prefer32Bit>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|AnyCPU'">
  137. <OutputPath>bin\Release_oxford61sp1\</OutputPath>
  138. <DefineConstants>TRACE</DefineConstants>
  139. <Optimize>true</Optimize>
  140. <DebugType>pdbonly</DebugType>
  141. <PlatformTarget>x64</PlatformTarget>
  142. <LangVersion>7.3</LangVersion>
  143. <ErrorReport>prompt</ErrorReport>
  144. <Prefer32Bit>true</Prefer32Bit>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64'">
  147. <OutputPath>..\bin\x64\Release_oxford61sp1\</OutputPath>
  148. <DefineConstants>TRACE</DefineConstants>
  149. <Optimize>true</Optimize>
  150. <DebugType>pdbonly</DebugType>
  151. <PlatformTarget>x64</PlatformTarget>
  152. <LangVersion>7.3</LangVersion>
  153. <ErrorReport>prompt</ErrorReport>
  154. <Prefer32Bit>true</Prefer32Bit>
  155. </PropertyGroup>
  156. <ItemGroup>
  157. <Reference Include="BouncyCastle.Crypto">
  158. <HintPath>..\OpenDll\WordApiDll\BouncyCastle.Crypto.dll</HintPath>
  159. <Private>False</Private>
  160. </Reference>
  161. <Reference Include="ICSharpCode.SharpZipLib">
  162. <HintPath>..\OpenDll\WordApiDll\ICSharpCode.SharpZipLib.dll</HintPath>
  163. <Private>False</Private>
  164. </Reference>
  165. <Reference Include="NPOI">
  166. <HintPath>..\OpenDll\NPOI\NPOI.dll</HintPath>
  167. <Private>False</Private>
  168. </Reference>
  169. <Reference Include="NPOI.OOXML">
  170. <HintPath>..\OpenDll\NPOI\NPOI.OOXML.dll</HintPath>
  171. <Private>False</Private>
  172. </Reference>
  173. <Reference Include="NPOI.OpenXml4Net">
  174. <HintPath>..\OpenDll\NPOI\NPOI.OpenXml4Net.dll</HintPath>
  175. <Private>False</Private>
  176. </Reference>
  177. <Reference Include="NPOI.OpenXmlFormats">
  178. <HintPath>..\OpenDll\NPOI\NPOI.OpenXmlFormats.dll</HintPath>
  179. <Private>False</Private>
  180. </Reference>
  181. <Reference Include="System" />
  182. <Reference Include="System.Core" />
  183. <Reference Include="System.Xml.Linq" />
  184. <Reference Include="System.Data.DataSetExtensions" />
  185. <Reference Include="Microsoft.CSharp" />
  186. <Reference Include="System.Data" />
  187. <Reference Include="System.Deployment" />
  188. <Reference Include="System.Drawing" />
  189. <Reference Include="System.Net.Http" />
  190. <Reference Include="System.Windows.Forms" />
  191. <Reference Include="System.Xml" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <Compile Include="OTSInclusionsTraceability.cs">
  195. <SubType>Form</SubType>
  196. </Compile>
  197. <Compile Include="OTSInclusionsTraceability.Designer.cs">
  198. <DependentUpon>OTSInclusionsTraceability.cs</DependentUpon>
  199. </Compile>
  200. <Compile Include="Particle.cs" />
  201. <Compile Include="DataOperation.cs" />
  202. <Compile Include="Program.cs" />
  203. <Compile Include="Properties\AssemblyInfo.cs" />
  204. <EmbeddedResource Include="OTSInclusionsTraceability.resx">
  205. <DependentUpon>OTSInclusionsTraceability.cs</DependentUpon>
  206. </EmbeddedResource>
  207. <EmbeddedResource Include="Properties\Resources.resx">
  208. <Generator>ResXFileCodeGenerator</Generator>
  209. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  210. <SubType>Designer</SubType>
  211. </EmbeddedResource>
  212. <Compile Include="Properties\Resources.Designer.cs">
  213. <AutoGen>True</AutoGen>
  214. <DependentUpon>Resources.resx</DependentUpon>
  215. <DesignTime>True</DesignTime>
  216. </Compile>
  217. <None Include="packages.config" />
  218. <None Include="Properties\Settings.settings">
  219. <Generator>SettingsSingleFileGenerator</Generator>
  220. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  221. </None>
  222. <Compile Include="Properties\Settings.Designer.cs">
  223. <AutoGen>True</AutoGen>
  224. <DependentUpon>Settings.settings</DependentUpon>
  225. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  226. </Compile>
  227. </ItemGroup>
  228. <ItemGroup>
  229. <None Include="App.config" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <ProjectReference Include="..\OTSCommon\OTSCommon.csproj">
  233. <Project>{3b7695aa-8231-45ac-b493-84390a945d02}</Project>
  234. <Name>OTSCommon</Name>
  235. <Private>False</Private>
  236. </ProjectReference>
  237. </ItemGroup>
  238. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  239. </Project>