123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{C9BAA562-FB41-4BDE-9C79-B55D4233830B}</ProjectGuid>
- <OutputType>Library</OutputType>
- <RootNamespace>OTSPeriodicTable</RootNamespace>
- <AssemblyName>OTSPeriodicTable</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\Bin\Win32\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>0</WarningLevel>
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\Bin\Win32\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.SQLite, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\OpenDll\SQliteDll\System.Data.SQLite.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Controls\ThePeriodicTable_Small.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\ThePeriodicTable_Small.Designer.cs">
- <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>
- </Compile>
- <Compile Include="Controls\User_Element.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\User_Element.designer.cs">
- <DependentUpon>User_Element.cs</DependentUpon>
- </Compile>
- <Compile Include="Controls\ThePeriodicTable.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\ThePeriodicTable.Designer.cs">
- <DependentUpon>ThePeriodicTable.cs</DependentUpon>
- </Compile>
- <Compile Include="Controls\User_Element_Small.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\User_Element_Small.Designer.cs">
- <DependentUpon>User_Element_Small.cs</DependentUpon>
- </Compile>
- <Compile Include="OTSPeriodicTableForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="OTSPeriodicTableForm.Designer.cs">
- <DependentUpon>OTSPeriodicTableForm.cs</DependentUpon>
- </Compile>
- <Compile Include="OTSPeriodicTableForm_Small.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="OTSPeriodicTableForm_Small.Designer.cs">
- <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>
- </Compile>
- <Compile Include="OTSPeriodicTableFunction\OTSPeriodicTableFun.cs" />
- <Compile Include="OTSPeriodicTableFunction\SqlLiteClass.cs" />
- <Compile Include="Periodic.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Controls\ThePeriodicTable_Small.resx">
- <DependentUpon>ThePeriodicTable_Small.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\User_Element.resx">
- <DependentUpon>User_Element.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\ThePeriodicTable.resx">
- <DependentUpon>ThePeriodicTable.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Controls\User_Element_Small.resx">
- <DependentUpon>User_Element_Small.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OTSPeriodicTableForm.resx">
- <DependentUpon>OTSPeriodicTableForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OTSPeriodicTableForm_Small.resx">
- <DependentUpon>OTSPeriodicTableForm_Small.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="images\cubic.gif" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="images\cubicbodycentered.gif" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="images\cubicfacecentered.gif" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="images\Hexagonal.gif" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="images\Monoclinic.gif" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="images\orthohombic.gif" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="images\rhombohedral.gif" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="images\teragonal.gif" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\OTSInterface\OTSInterface.vcxproj">
- <Project>{92c68e2c-6e8e-4e3a-bdb5-6525e566f8c7}</Project>
- <Name>OTSInterface</Name>
- </ProjectReference>
- <ProjectReference Include="..\OTSLog\OTSLog.vcxproj">
- <Project>{0ff40344-34d5-49d0-9467-1f43c81a0d31}</Project>
- <Name>OTSLog</Name>
- </ProjectReference>
- <ProjectReference Include="..\OTSSysMgrTools\OTSSysMgrTools.csproj">
- <Project>{3b7695aa-8231-45ac-b493-84390a945d02}</Project>
- <Name>OTSSysMgrTools</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|