OxfordExtenderWrapper.csproj 6.4 KB

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