Forráskód Böngészése

调整各c#生成位置

cxs 2 éve
szülő
commit
8a295da8ed

+ 2 - 2
OTSCPP/OTSControl/OTSControl.vcxproj

@@ -208,7 +208,7 @@
     <IntDir>$(SolutionDir)\Obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
     <OutDir>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\</OutDir>
     <IncludePath>$(SolutionDir)\OTSCPP\OTSControl;$(SolutionDir)OTSCPP\OTSData;$(SolutionDir)OTSCPP\Tools;$(SolutionDir)OTSCPP\OTSLog;$(IncludePath)</IncludePath>
-    <ReferencePath>$(SolutionDir)OTSCPP\OpenDll\OxfordApi50Dll;$(ReferencePath)</ReferencePath>
+    <ReferencePath>$(SolutionDir)OTSCPP\OpenDll\OxfordApi60Dll;$(ReferencePath)</ReferencePath>
     <LibraryPath>$(SolutionDir)\Bin\$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_oxford50|x64'">
@@ -726,7 +726,7 @@
   </ItemGroup>
   <ItemGroup>
     <Reference Include="OINA.Extender">
-      <HintPath>..\..\Bin\x64\Release_oxford50\OINA.Extender.dll</HintPath>
+      <HintPath>..\OpenDll\OxfordApi60Dll\OINA.Extender.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Data" />

+ 1 - 1
OTSIncAMeasureApp/OTSIncAMeasureApp.csproj

@@ -150,7 +150,7 @@
     <Prefer32Bit>true</Prefer32Bit>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
-    <OutputPath>bin\x64\Release_oxford60\</OutputPath>
+    <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <PlatformTarget>x64</PlatformTarget>
     <LangVersion>7.3</LangVersion>

+ 1 - 1
OTSIncAReportApp/OTSIncAReportApp.csproj

@@ -177,7 +177,7 @@
     <Prefer32Bit>true</Prefer32Bit>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
-    <OutputPath>bin\x64\Release_oxford60\</OutputPath>
+    <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <DebugType>pdbonly</DebugType>

+ 2 - 2
OTSPartA_STDEditor/OTSPartA_STDEditor.csproj

@@ -124,7 +124,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\x64\Release_oxford60\</OutputPath>
+    <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <DebugType>full</DebugType>
     <PlatformTarget>x64</PlatformTarget>
@@ -139,7 +139,7 @@
     </Reference>
     <Reference Include="OTSClrInterface, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\Bin\x64\Debug\OTSClrInterface.dll</HintPath>
+      <HintPath>..\Bin\x64\Release_oxford60\OTSClrInterface.dll</HintPath>
     </Reference>
     <Reference Include="SourceGrid, Version=4.40.7083.30975, Culture=neutral, PublicKeyToken=df6f5e538749e85d, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>

+ 1 - 1
OTSSysMgrApp/OTSSysMgrApp.csproj

@@ -143,7 +143,7 @@
     <Prefer32Bit>true</Prefer32Bit>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
-    <OutputPath>bin\x64\Release_oxford60\</OutputPath>
+    <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
     <DebugType>pdbonly</DebugType>
     <PlatformTarget>x64</PlatformTarget>
     <LangVersion>7.3</LangVersion>