diff options
Diffstat (limited to 'vcproj-10')
-rw-r--r-- | vcproj-10/char-server.vcxproj | 6 | ||||
-rw-r--r-- | vcproj-10/login-server.vcxproj | 6 | ||||
-rw-r--r-- | vcproj-10/map-server.vcxproj | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/vcproj-10/char-server.vcxproj b/vcproj-10/char-server.vcxproj index 4900ffc91..898f0cb68 100644 --- a/vcproj-10/char-server.vcxproj +++ b/vcproj-10/char-server.vcxproj @@ -12,7 +12,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D356871D-58E1-450B-967A-E4E9646175AF}</ProjectGuid> - <RootNamespace>char-server_sql</RootNamespace> + <RootNamespace>char-server</RootNamespace> <Keyword>Win32Proj</Keyword> <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath11)</VCTargetsPath> </PropertyGroup> @@ -47,8 +47,8 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">char-server_sql</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">char-server_sql</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">char-server</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">char-server</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> diff --git a/vcproj-10/login-server.vcxproj b/vcproj-10/login-server.vcxproj index a9e693676..dc55af074 100644 --- a/vcproj-10/login-server.vcxproj +++ b/vcproj-10/login-server.vcxproj @@ -12,7 +12,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D356871D-58E1-450B-967A-E5E9646175AF}</ProjectGuid> - <RootNamespace>login-server_sql</RootNamespace> + <RootNamespace>login-server</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> @@ -45,8 +45,8 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">login-server_sql</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">login-server_sql</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">login-server</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">login-server</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> diff --git a/vcproj-10/map-server.vcxproj b/vcproj-10/map-server.vcxproj index 9d7543e02..07e4b2df8 100644 --- a/vcproj-10/map-server.vcxproj +++ b/vcproj-10/map-server.vcxproj @@ -12,7 +12,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D356871D-58E1-450B-967A-E6E9646175AF}</ProjectGuid> - <RootNamespace>map-server_sql</RootNamespace> + <RootNamespace>map-server</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> @@ -44,8 +44,8 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">map-server_sql</TargetName> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">map-server_sql</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">map-server</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">map-server</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> |