diff options
Diffstat (limited to 'src/htm/htm-xp.csproj')
-rw-r--r-- | src/htm/htm-xp.csproj | 4 |
1 files changed, 2 insertions, 2 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> |