OxfordExtenderWrapper.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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\OxfordExtender\</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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
  36. <OutputPath>..\bin\x64\Release_oxford60\OxfordExtender\</OutputPath>
  37. <PlatformTarget>x64</PlatformTarget>
  38. <LangVersion>7.3</LangVersion>
  39. <Prefer32Bit>true</Prefer32Bit>
  40. </PropertyGroup>
  41. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  42. <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  43. <Reference Include="OINA.Extender, Version=6.1.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\OpenDll\OxfordApi61Dll\OINA.Extender.dll</HintPath>
  46. <Private>False</Private>
  47. </Reference>
  48. </ItemGroup>
  49. <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford61|x64' ">
  50. <Reference Include="OINA.Extender, Version=6.1.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\OpenDll\OxfordApi61Dll\OINA.Extender.dll</HintPath>
  53. <Private>False</Private>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford60|x64' ">
  57. <Reference Include="OINA.Extender, Version=6.0.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\OpenDll\OxfordApi60Dll\OINA.Extender.dll</HintPath>
  60. <Private>False</Private>
  61. </Reference>
  62. </ItemGroup>
  63. <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford50|x64' ">
  64. <Reference Include="OINA.Extender, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\OpenDll\OxfordApi50Dll\OINA.Extender.dll</HintPath>
  67. <Private>False</Private>
  68. </Reference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\OpenDll\Nlog\NLog.dll</HintPath>
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.Core" />
  78. <Reference Include="System.Drawing" />
  79. <Reference Include="System.Runtime.Remoting" />
  80. <Reference Include="System.Windows.Forms" />
  81. <Reference Include="System.Windows.Forms.DataVisualization" />
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Xml" />
  88. <Reference Include="WindowsBase" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="ExtenderIpcUI1.cs" />
  92. <Compile Include="ExtenderWrapper.cs" />
  93. <Compile Include="Form1.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="Form1.designer.cs">
  97. <DependentUpon>Form1.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="OTSMeasureOutputNlog.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="OTSMeasureOutputNlog.designer.cs">
  103. <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="Program.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <Compile Include="Properties\Resources.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DesignTime>True</DesignTime>
  110. <DependentUpon>Resources.resx</DependentUpon>
  111. </Compile>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="app.config" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <EmbeddedResource Include="Form1.resx">
  118. <DependentUpon>Form1.cs</DependentUpon>
  119. </EmbeddedResource>
  120. <EmbeddedResource Include="OTSMeasureOutputNlog.resx">
  121. <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="Properties\Resources.resx">
  124. <Generator>ResXFileCodeGenerator</Generator>
  125. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  126. </EmbeddedResource>
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. </Project>