OxfordExtenderWrapper.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. <DebugType>full</DebugType>
  8. </PropertyGroup>
  9. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  10. <PlatformTarget>x64</PlatformTarget>
  11. <Prefer32Bit>false</Prefer32Bit>
  12. <OutputPath>..\Bin\x64\Release_oxford50\OxfordExtender\</OutputPath>
  13. </PropertyGroup>
  14. <PropertyGroup>
  15. <ProjectGuid>{B2683648-C829-40E7-A479-AC90B1B80286}</ProjectGuid>
  16. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup>
  20. <RootNamespace>OxfordExtenderWrapper</RootNamespace>
  21. </PropertyGroup>
  22. <PropertyGroup>
  23. <OutputType>WinExe</OutputType>
  24. </PropertyGroup>
  25. <PropertyGroup>
  26. <StartupObject>OxfordExtenderWrapper.Program</StartupObject>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford61|x64' ">
  29. <OutputPath>..\Bin\x64\Release_oxford61\OxfordExtender\</OutputPath>
  30. <PlatformTarget>x64</PlatformTarget>
  31. <LangVersion>7.3</LangVersion>
  32. </PropertyGroup>
  33. <PropertyGroup>
  34. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
  37. <OutputPath>..\bin\x64\Release_oxford60\OxfordExtender\</OutputPath>
  38. <PlatformTarget>x64</PlatformTarget>
  39. <LangVersion>7.3</LangVersion>
  40. <Prefer32Bit>true</Prefer32Bit>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64'">
  43. <OutputPath>..\bin\x64\Release_oxford61sp1\OxfordExtender\</OutputPath>
  44. <PlatformTarget>x64</PlatformTarget>
  45. <LangVersion>7.3</LangVersion>
  46. <Prefer32Bit>true</Prefer32Bit>
  47. </PropertyGroup>
  48. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  49. <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|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_oxford61sp1|x64' ">
  57. <Reference Include="OINA.Extender, Version=6.1.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\OpenDll\OxfordApi61sp1Dll\OINA.Extender.dll</HintPath>
  60. <Private>False</Private>
  61. </Reference>
  62. </ItemGroup>
  63. <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford61|x64' ">
  64. <Reference Include="OINA.Extender, Version=6.1.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\OpenDll\OxfordApi61Dll\OINA.Extender.dll</HintPath>
  67. <Private>False</Private>
  68. </Reference>
  69. </ItemGroup>
  70. <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford60|x64' ">
  71. <Reference Include="OINA.Extender, Version=6.0.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\OpenDll\OxfordApi60Dll\OINA.Extender.dll</HintPath>
  74. <Private>False</Private>
  75. </Reference>
  76. </ItemGroup>
  77. <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_oxford50|x64' ">
  78. <Reference Include="OINA.Extender, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5efad68c95e0364e, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\OpenDll\OxfordApi50Dll\OINA.Extender.dll</HintPath>
  81. <Private>False</Private>
  82. </Reference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\OpenDll\Nlog\NLog.dll</HintPath>
  88. <Private>False</Private>
  89. </Reference>
  90. <Reference Include="System" />
  91. <Reference Include="System.Core" />
  92. <Reference Include="System.Drawing" />
  93. <Reference Include="System.Runtime.Remoting" />
  94. <Reference Include="System.Windows.Forms" />
  95. <Reference Include="System.Windows.Forms.DataVisualization" />
  96. <Reference Include="System.Xml.Linq" />
  97. <Reference Include="System.Data.DataSetExtensions" />
  98. <Reference Include="Microsoft.CSharp" />
  99. <Reference Include="System.Data" />
  100. <Reference Include="System.Net.Http" />
  101. <Reference Include="System.Xml" />
  102. <Reference Include="WindowsBase" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Compile Include="ExtenderIpcUI1.cs" />
  106. <Compile Include="ExtenderWrapper.cs" />
  107. <Compile Include="Form1.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="Form1.designer.cs">
  111. <DependentUpon>Form1.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="OTSMeasureOutputNlog.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="OTSMeasureOutputNlog.designer.cs">
  117. <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="Program.cs" />
  120. <Compile Include="Properties\AssemblyInfo.cs" />
  121. <Compile Include="Properties\Resources.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DesignTime>True</DesignTime>
  124. <DependentUpon>Resources.resx</DependentUpon>
  125. </Compile>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <None Include="app.config" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <EmbeddedResource Include="Form1.resx">
  132. <DependentUpon>Form1.cs</DependentUpon>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="OTSMeasureOutputNlog.resx">
  135. <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>
  136. </EmbeddedResource>
  137. <EmbeddedResource Include="Properties\Resources.resx">
  138. <Generator>ResXFileCodeGenerator</Generator>
  139. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  140. </EmbeddedResource>
  141. </ItemGroup>
  142. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  143. </Project>