OxfordExtenderWrapper.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  4. <PlatformTarget>x64</PlatformTarget>
  5. <Prefer32Bit>false</Prefer32Bit>
  6. <OutputPath>..\Bin\x64\Debug\OxfordExtender\</OutputPath>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  9. <PlatformTarget>x64</PlatformTarget>
  10. <Prefer32Bit>false</Prefer32Bit>
  11. <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
  12. </PropertyGroup>
  13. <PropertyGroup>
  14. <ProjectGuid>{B2683648-C829-40E7-A479-AC90B1B80286}</ProjectGuid>
  15. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup>
  19. <RootNamespace>OxfordExtenderWrapper</RootNamespace>
  20. </PropertyGroup>
  21. <PropertyGroup>
  22. <OutputType>WinExe</OutputType>
  23. </PropertyGroup>
  24. <PropertyGroup>
  25. <StartupObject>OxfordExtenderWrapper.Program</StartupObject>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford61|x64' ">
  28. <OutputPath>..\Bin\x64\Release_oxford61\OxfordExtender\</OutputPath>
  29. <PlatformTarget>x64</PlatformTarget>
  30. <LangVersion>7.3</LangVersion>
  31. </PropertyGroup>
  32. <PropertyGroup>
  33. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  34. </PropertyGroup>
  35. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  36. <ItemGroup>
  37. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\OpenDll\Nlog\NLog.dll</HintPath>
  40. <Private>False</Private>
  41. </Reference>
  42. <Reference Include="OINA.Extender, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\OpenDll\OxfordApi50Dll\OINA.Extender.dll</HintPath>
  45. <Private>False</Private>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Runtime.Remoting" />
  51. <Reference Include="System.Windows.Forms" />
  52. <Reference Include="System.Windows.Forms.DataVisualization" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Net.Http" />
  58. <Reference Include="System.Xml" />
  59. <Reference Include="WindowsBase" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="ExtenderIpcUI.cs" />
  63. <Compile Include="ExtenderIpcUI1.cs" />
  64. <Compile Include="ExtenderWrapper.cs" />
  65. <Compile Include="ExtenderWrapper1.cs" />
  66. <Compile Include="Form1.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="Form1.designer.cs">
  70. <DependentUpon>Form1.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="OTSMeasureOutputNlog.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="OTSMeasureOutputNlog.designer.cs">
  76. <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="Program.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. <Compile Include="Properties\Resources.Designer.cs">
  81. <AutoGen>True</AutoGen>
  82. <DesignTime>True</DesignTime>
  83. <DependentUpon>Resources.resx</DependentUpon>
  84. </Compile>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="app.config" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <EmbeddedResource Include="Form1.resx">
  91. <DependentUpon>Form1.cs</DependentUpon>
  92. </EmbeddedResource>
  93. <EmbeddedResource Include="OTSMeasureOutputNlog.resx">
  94. <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>
  95. </EmbeddedResource>
  96. <EmbeddedResource Include="Properties\Resources.resx">
  97. <Generator>ResXFileCodeGenerator</Generator>
  98. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  99. </EmbeddedResource>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. </Project>