Parcourir la source

change the reference path of some dll file of the SpectrumSTDEditor.csproj

gsp il y a 1 mois
Parent
commit
9fce0fc673
2 fichiers modifiés avec 66 ajouts et 6 suppressions
  1. 2 2
      OTS.sln
  2. 64 4
      SpectrumSTDEditor/SpectrumSTDEditor.csproj

+ 2 - 2
OTS.sln

@@ -745,8 +745,8 @@ Global
 		{A60440F1-FC94-4802-BFCB-E96457830D50}.Debug|x86.Build.0 = Debug|Any CPU
 		{A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|Any CPU.ActiveCfg = Release|Any CPU
 		{A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|Any CPU.Build.0 = Release|Any CPU
-		{A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x64.ActiveCfg = Release|x64
-		{A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x64.Build.0 = Release|x64
+		{A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x64.ActiveCfg = Release_oxford50|x64
+		{A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x64.Build.0 = Release_oxford50|x64
 		{A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x86.ActiveCfg = Release|Any CPU
 		{A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford50|x86.Build.0 = Release|Any CPU
 		{A60440F1-FC94-4802-BFCB-E96457830D50}.Release_oxford60|Any CPU.ActiveCfg = Release|Any CPU

+ 64 - 4
SpectrumSTDEditor/SpectrumSTDEditor.csproj

@@ -43,7 +43,67 @@
     <Prefer32Bit>true</Prefer32Bit>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
-    <OutputPath>bin\x64\Release\</OutputPath>
+    <OutputPath>..\bin\x64\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <Optimize>true</Optimize>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>x64</PlatformTarget>
+    <LangVersion>7.3</LangVersion>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
+    <OutputPath>bin\Release_oxford50\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <Optimize>true</Optimize>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <LangVersion>7.3</LangVersion>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
+    <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <Optimize>true</Optimize>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>x64</PlatformTarget>
+    <LangVersion>7.3</LangVersion>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">
+    <OutputPath>bin\Release_oxford61\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <Optimize>true</Optimize>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <LangVersion>7.3</LangVersion>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">
+    <OutputPath>bin\x64\Release_oxford61\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <Optimize>true</Optimize>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>x64</PlatformTarget>
+    <LangVersion>7.3</LangVersion>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|AnyCPU'">
+    <OutputPath>bin\Release_oxford61sp1\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <Optimize>true</Optimize>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <LangVersion>7.3</LangVersion>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64'">
+    <OutputPath>bin\x64\Release_oxford61sp1\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>pdbonly</DebugType>
@@ -54,7 +114,7 @@
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="OTS.WinFormsUI.Docking">
-      <HintPath>..\..\..\OTS2_7\OTS2_0\OpenDll\WordApiDll\OTS.WinFormsUI.Docking.dll</HintPath>
+      <HintPath>..\OpenDll\WordApiDll\OTS.WinFormsUI.Docking.dll</HintPath>
       <Private>False</Private>
     </Reference>
     <Reference Include="OTSClrInterface, Version=0.0.0.0, Culture=neutral, processorArchitecture=AMD64">
@@ -63,7 +123,7 @@
       <Private>False</Private>
     </Reference>
     <Reference Include="SourceGrid">
-      <HintPath>..\..\..\OTS2_7\OTS2_0\OpenDll\WordApiDll\SourceGrid.dll</HintPath>
+      <HintPath>..\OpenDll\WordApiDll\SourceGrid.dll</HintPath>
       <Private>False</Private>
     </Reference>
     <Reference Include="System">
@@ -77,7 +137,7 @@
       <Private>False</Private>
     </Reference>
     <Reference Include="System.Windows.Forms.Ribbon">
-      <HintPath>..\..\..\OTS2_7\OTS2_0\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
+      <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
       <Private>False</Private>
     </Reference>
     <Reference Include="System.Xml.Linq">