OTSPeriodicTable.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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>{C9BAA562-FB41-4BDE-9C79-B55D4233830B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>OTSPeriodicTable</RootNamespace>
  10. <AssemblyName>OTSPeriodicTable</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <TargetFrameworkProfile />
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\Bin\Win32\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>0</WarningLevel>
  23. <PlatformTarget>x86</PlatformTarget>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\Bin\Win32\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Data.SQLite, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\OpenDll\SQliteDll\System.Data.SQLite.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Net.Http" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="Controls\ThePeriodicTable_Small.cs">
  51. <SubType>UserControl</SubType>
  52. </Compile>
  53. <Compile Include="Controls\ThePeriodicTable_Small.Designer.cs">
  54. <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>
  55. </Compile>
  56. <Compile Include="Controls\User_Element.cs">
  57. <SubType>UserControl</SubType>
  58. </Compile>
  59. <Compile Include="Controls\User_Element.designer.cs">
  60. <DependentUpon>User_Element.cs</DependentUpon>
  61. </Compile>
  62. <Compile Include="Controls\ThePeriodicTable.cs">
  63. <SubType>UserControl</SubType>
  64. </Compile>
  65. <Compile Include="Controls\ThePeriodicTable.Designer.cs">
  66. <DependentUpon>ThePeriodicTable.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="Controls\User_Element_Small.cs">
  69. <SubType>UserControl</SubType>
  70. </Compile>
  71. <Compile Include="Controls\User_Element_Small.Designer.cs">
  72. <DependentUpon>User_Element_Small.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="OTSPeriodicTableForm.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="OTSPeriodicTableForm.Designer.cs">
  78. <DependentUpon>OTSPeriodicTableForm.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="OTSPeriodicTableForm_Small.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="OTSPeriodicTableForm_Small.Designer.cs">
  84. <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="OTSPeriodicTableFunction\OTSPeriodicTableFun.cs" />
  87. <Compile Include="OTSPeriodicTableFunction\SqlLiteClass.cs" />
  88. <Compile Include="Periodic.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. <Compile Include="Properties\Resources.Designer.cs">
  91. <AutoGen>True</AutoGen>
  92. <DesignTime>True</DesignTime>
  93. <DependentUpon>Resources.resx</DependentUpon>
  94. </Compile>
  95. <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <EmbeddedResource Include="Controls\ThePeriodicTable_Small.resx">
  99. <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>
  100. </EmbeddedResource>
  101. <EmbeddedResource Include="Controls\User_Element.resx">
  102. <DependentUpon>User_Element.cs</DependentUpon>
  103. </EmbeddedResource>
  104. <EmbeddedResource Include="Controls\ThePeriodicTable.resx">
  105. <DependentUpon>ThePeriodicTable.cs</DependentUpon>
  106. </EmbeddedResource>
  107. <EmbeddedResource Include="Controls\User_Element_Small.resx">
  108. <DependentUpon>User_Element_Small.cs</DependentUpon>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="OTSPeriodicTableForm.resx">
  111. <DependentUpon>OTSPeriodicTableForm.cs</DependentUpon>
  112. </EmbeddedResource>
  113. <EmbeddedResource Include="OTSPeriodicTableForm_Small.resx">
  114. <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>
  115. </EmbeddedResource>
  116. <EmbeddedResource Include="Properties\Resources.resx">
  117. <Generator>ResXFileCodeGenerator</Generator>
  118. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  119. </EmbeddedResource>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <EmbeddedResource Include="images\cubic.gif" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <EmbeddedResource Include="images\cubicbodycentered.gif" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <EmbeddedResource Include="images\cubicfacecentered.gif" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <EmbeddedResource Include="images\Hexagonal.gif" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <EmbeddedResource Include="images\Monoclinic.gif" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <EmbeddedResource Include="images\orthohombic.gif" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <EmbeddedResource Include="images\rhombohedral.gif" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <EmbeddedResource Include="images\teragonal.gif" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <ProjectReference Include="..\OTSInterface\OTSInterface.vcxproj">
  147. <Project>{92c68e2c-6e8e-4e3a-bdb5-6525e566f8c7}</Project>
  148. <Name>OTSInterface</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\OTSLog\OTSLog.vcxproj">
  151. <Project>{0ff40344-34d5-49d0-9467-1f43c81a0d31}</Project>
  152. <Name>OTSLog</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\OTSSysMgrTools\OTSSysMgrTools.csproj">
  155. <Project>{3b7695aa-8231-45ac-b493-84390a945d02}</Project>
  156. <Name>OTSSysMgrTools</Name>
  157. </ProjectReference>
  158. </ItemGroup>
  159. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  160. </Project>