OxfordExtenderWrapper.csproj 7.1 KB

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