diff options
Diffstat (limited to 'src/htm')
-rw-r--r-- | src/htm/htm-xp.csproj | 4 | ||||
-rw-r--r-- | src/htm/htm.csproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/htm/htm-xp.csproj b/src/htm/htm-xp.csproj index 975870b3..84fce8aa 100644 --- a/src/htm/htm-xp.csproj +++ b/src/htm/htm-xp.csproj @@ -35,7 +35,7 @@ <PlatformTarget>x86</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> - <OutputPath>..\..\win32\build-xp\Win32\bin\</OutputPath> + <OutputPath>..\..\..\hexchat-build-xp\Win32\bin\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> @@ -61,7 +61,7 @@ </PropertyGroup> <PropertyGroup /> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> - <OutputPath>..\..\win32\build-xp\x64\bin\</OutputPath> + <OutputPath>..\..\..\hexchat-build-xp\x64\bin\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> diff --git a/src/htm/htm.csproj b/src/htm/htm.csproj index d3bfac39..eea953d2 100644 --- a/src/htm/htm.csproj +++ b/src/htm/htm.csproj @@ -35,7 +35,7 @@ <PlatformTarget>x86</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> - <OutputPath>..\..\win32\build\Win32\bin\</OutputPath> + <OutputPath>..\..\..\hexchat-build\Win32\bin\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> @@ -61,7 +61,7 @@ </PropertyGroup> <PropertyGroup /> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> - <OutputPath>..\..\win32\build\x64\bin\</OutputPath> + <OutputPath>..\..\..\hexchat-build\x64\bin\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> |