OTSSysMgrTools.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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>{3B7695AA-8231-45AC-B493-84390A945D02}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>OTSSysMgrTools</RootNamespace>
  11. <AssemblyName>OTSSysMgrTools</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\Bin\Win32\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <PlatformTarget>AnyCPU</PlatformTarget>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>..\Bin\x64\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
  39. <OutputPath>..\bin\Win32\Release_oxford50\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  42. <DebugType>pdbonly</DebugType>
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <LangVersion>7.3</LangVersion>
  45. <ErrorReport>prompt</ErrorReport>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  48. <DebugSymbols>true</DebugSymbols>
  49. <OutputPath>..\Bin\x64\Debug\</OutputPath>
  50. <DefineConstants>DEBUG;TRACE</DefineConstants>
  51. <DebugType>full</DebugType>
  52. <PlatformTarget>x64</PlatformTarget>
  53. <LangVersion>7.3</LangVersion>
  54. <ErrorReport>prompt</ErrorReport>
  55. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  58. <OutputPath>bin\x64\Release\</OutputPath>
  59. <DefineConstants>TRACE</DefineConstants>
  60. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  61. <DebugType>pdbonly</DebugType>
  62. <PlatformTarget>x64</PlatformTarget>
  63. <LangVersion>7.3</LangVersion>
  64. <ErrorReport>prompt</ErrorReport>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  67. <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
  68. <DefineConstants>
  69. </DefineConstants>
  70. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  71. <DebugType>pdbonly</DebugType>
  72. <PlatformTarget>x64</PlatformTarget>
  73. <LangVersion>7.3</LangVersion>
  74. <ErrorReport>prompt</ErrorReport>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="OTSClrInterface, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\Bin\Win32\Debug\OTSClrInterface.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System" />
  82. <Reference Include="System.Core" />
  83. <Reference Include="System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\Bin\x64\Debug\System.Data.SQLite.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Drawing" />
  88. <Reference Include="System.Windows.Forms" />
  89. <Reference Include="System.Windows.Forms.Ribbon, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Xml.Linq" />
  94. <Reference Include="System.Data.DataSetExtensions" />
  95. <Reference Include="Microsoft.CSharp" />
  96. <Reference Include="System.Data" />
  97. <Reference Include="System.Net.Http" />
  98. <Reference Include="System.Xml" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="Imagepro.cs" />
  102. <Compile Include="Language.cs" />
  103. <Compile Include="MergedparticlesHelper.cs" />
  104. <Compile Include="ParticleData.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs" />
  106. <Compile Include="SqLiteHelper.cs" />
  107. <Compile Include="SQliteManageClass.cs" />
  108. <Compile Include="XMLManageClass.cs" />
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. </Project>