diff options
Diffstat (limited to '')
-rw-r--r-- | VC2008/MCServer.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index a2137e87f..9082c8de2 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -64,6 +64,7 @@ <Tool
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib Psapi.lib"
+ OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -139,6 +140,7 @@ <Tool
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib Psapi.lib"
+ OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName).exe"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
@@ -216,6 +218,7 @@ <Tool
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib Psapi.lib"
+ OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName).exe"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
|