OTSInclusionsTraceability.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. <ItemGroup>
  97. <Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  99. </Reference>
  100. <Reference Include="ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  101. <HintPath>..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  102. </Reference>
  103. <Reference Include="NPOI, Version=2.5.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  104. <HintPath>..\packages\NPOI.2.5.6\lib\net45\NPOI.dll</HintPath>
  105. </Reference>
  106. <Reference Include="NPOI.OOXML, Version=2.5.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  107. <HintPath>..\packages\NPOI.2.5.6\lib\net45\NPOI.OOXML.dll</HintPath>
  108. </Reference>
  109. <Reference Include="NPOI.OpenXml4Net, Version=2.5.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  110. <HintPath>..\packages\NPOI.2.5.6\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
  111. </Reference>
  112. <Reference Include="NPOI.OpenXmlFormats, Version=2.5.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  113. <HintPath>..\packages\NPOI.2.5.6\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
  114. </Reference>
  115. <Reference Include="OTSCommon, Version=1.0.1.0, Culture=neutral, processorArchitecture=AMD64">
  116. <SpecificVersion>False</SpecificVersion>
  117. <HintPath>..\Bin\x64\Debug\OTSCommon.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System" />
  120. <Reference Include="System.Core" />
  121. <Reference Include="System.Xml.Linq" />
  122. <Reference Include="System.Data.DataSetExtensions" />
  123. <Reference Include="Microsoft.CSharp" />
  124. <Reference Include="System.Data" />
  125. <Reference Include="System.Deployment" />
  126. <Reference Include="System.Drawing" />
  127. <Reference Include="System.Net.Http" />
  128. <Reference Include="System.Windows.Forms" />
  129. <Reference Include="System.Xml" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Compile Include="OTSInclusionsTraceability.cs">
  133. <SubType>Form</SubType>
  134. </Compile>
  135. <Compile Include="OTSInclusionsTraceability.Designer.cs">
  136. <DependentUpon>OTSInclusionsTraceability.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="Particle.cs" />
  139. <Compile Include="DataOperation.cs" />
  140. <Compile Include="Program.cs" />
  141. <Compile Include="Properties\AssemblyInfo.cs" />
  142. <EmbeddedResource Include="OTSInclusionsTraceability.resx">
  143. <DependentUpon>OTSInclusionsTraceability.cs</DependentUpon>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="Properties\Resources.resx">
  146. <Generator>ResXFileCodeGenerator</Generator>
  147. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  148. <SubType>Designer</SubType>
  149. </EmbeddedResource>
  150. <Compile Include="Properties\Resources.Designer.cs">
  151. <AutoGen>True</AutoGen>
  152. <DependentUpon>Resources.resx</DependentUpon>
  153. <DesignTime>True</DesignTime>
  154. </Compile>
  155. <None Include="packages.config" />
  156. <None Include="Properties\Settings.settings">
  157. <Generator>SettingsSingleFileGenerator</Generator>
  158. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  159. </None>
  160. <Compile Include="Properties\Settings.Designer.cs">
  161. <AutoGen>True</AutoGen>
  162. <DependentUpon>Settings.settings</DependentUpon>
  163. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  164. </Compile>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <None Include="App.config" />
  168. </ItemGroup>
  169. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  170. </Project>