summaryrefslogtreecommitdiffstats
path: root/VC2008
diff options
context:
space:
mode:
Diffstat (limited to 'VC2008')
-rw-r--r--VC2008/MCServer.rc17
-rw-r--r--VC2008/MCServer.vcproj8
-rw-r--r--VC2008/debug_profile_run.cmd73
-rw-r--r--VC2008/icon.icobin353118 -> 0 bytes
-rw-r--r--VC2008/icon_128.pngbin26758 -> 0 bytes
-rw-r--r--VC2008/icon_256.pngbin66137 -> 0 bytes
-rw-r--r--VC2008/profile_run.cmd73
-rw-r--r--VC2008/resource_MCServer.h5
8 files changed, 4 insertions, 172 deletions
diff --git a/VC2008/MCServer.rc b/VC2008/MCServer.rc
deleted file mode 100644
index e0fbbea5d..000000000
--- a/VC2008/MCServer.rc
+++ /dev/null
@@ -1,17 +0,0 @@
-// Generated by ResEdit 1.5.11
-// Copyright (C) 2006-2012
-// http://www.resedit.net
-
-#include <windows.h>
-#include <commctrl.h>
-#include <richedit.h>
-#include "resource_MCServer.h"
-
-
-
-
-//
-// Icon resources
-//
-LANGUAGE 9, SUBLANG_DEFAULT
-IDI_ICON1 ICON "icon.ico"
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj
index f835819a6..0927f2f7b 100644
--- a/VC2008/MCServer.vcproj
+++ b/VC2008/MCServer.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="9,00"
Name="MCServer"
ProjectGUID="{32012054-0C96-4C43-AB27-174FF8E72D66}"
RootNamespace="MCServer"
@@ -413,15 +413,15 @@
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
<File
- RelativePath=".\icon.ico"
+ RelativePath="..\src\Resources\icon.ico"
>
</File>
<File
- RelativePath=".\MCServer.rc"
+ RelativePath="..\src\Resources\MCServer.rc"
>
</File>
<File
- RelativePath=".\resource_MCServer.h"
+ RelativePath="..\src\Resources\resource_MCServer.h"
>
</File>
<File
diff --git a/VC2008/debug_profile_run.cmd b/VC2008/debug_profile_run.cmd
deleted file mode 100644
index a078768d0..000000000
--- a/VC2008/debug_profile_run.cmd
+++ /dev/null
@@ -1,73 +0,0 @@
-@echo off
-::
-:: Profiling using a MSVC standalone profiler
-::
-:: See http://www.codeproject.com/Articles/144643/Profiling-of-C-Applications-in-Visual-Studio-for-F for details
-::
-
-
-
-
-set pt="C:\Program Files\Microsoft Visual Studio 9.0\Team Tools\Performance Tools"
-set appdir=..\MCServer
-set app=MCServer_dbgprof.exe
-
-:: outputdir is relative to appdir!
-set outputdir=..\Profiling
-set outputname=profile.vsp
-set output=%outputdir%\%outputname%
-
-
-
-
-
-:: Must cd to MCServer's directory so that it can find settings.ini etc.
-cd %appdir%
-
-::Create the output directory, if it didn't exist
-mkdir %outputdir%
-
-
-
-
-
-:: Start the profiler
-%pt%\vsperfcmd /start:sample /output:%output%
-if errorlevel 1 goto haderror
-
-:: Launch the application via the profiler
-%pt%\vsperfcmd /launch:%app%
-if errorlevel 1 goto haderror
-
-:: Shut down the profiler (this command waits, until the application is terminated)
-%pt%\vsperfcmd /shutdown
-if errorlevel 1 goto haderror
-
-
-
-
-
-:: cd to outputdir, so that the reports are generated there
-cd %outputdir%
-
-:: generate the report files (.csv)
-%pt%\vsperfreport /summary:all %outputname% /symbolpath:"srv*C:\Programovani\Symbols*http://msdl.microsoft.com/download/symbols"
-if errorlevel 1 goto haderror
-
-
-
-
-
-goto finished
-
-
-
-
-:haderror
-echo An error was encountered
-pause
-
-
-
-
-:finished
diff --git a/VC2008/icon.ico b/VC2008/icon.ico
deleted file mode 100644
index 4024523a1..000000000
--- a/VC2008/icon.ico
+++ /dev/null
Binary files differ
diff --git a/VC2008/icon_128.png b/VC2008/icon_128.png
deleted file mode 100644
index 87d939a04..000000000
--- a/VC2008/icon_128.png
+++ /dev/null
Binary files differ
diff --git a/VC2008/icon_256.png b/VC2008/icon_256.png
deleted file mode 100644
index 9a77a490f..000000000
--- a/VC2008/icon_256.png
+++ /dev/null
Binary files differ
diff --git a/VC2008/profile_run.cmd b/VC2008/profile_run.cmd
deleted file mode 100644
index e8e6eb11b..000000000
--- a/VC2008/profile_run.cmd
+++ /dev/null
@@ -1,73 +0,0 @@
-@echo off
-::
-:: Profiling using a MSVC standalone profiler
-::
-:: See http://www.codeproject.com/Articles/144643/Profiling-of-C-Applications-in-Visual-Studio-for-F for details
-::
-
-
-
-
-set pt="C:\Program Files\Microsoft Visual Studio 9.0\Team Tools\Performance Tools"
-set appdir=..\MCServer
-set app=MCServer_profiled.exe
-
-:: outputdir is relative to appdir!
-set outputdir=..\Profiling
-set outputname=profile.vsp
-set output=%outputdir%\%outputname%
-
-
-
-
-
-:: Must cd to MCServer's directory so that it can find settings.ini etc.
-cd %appdir%
-
-::Create the output directory, if it didn't exist
-mkdir %outputdir%
-
-
-
-
-
-:: Start the profiler
-%pt%\vsperfcmd /start:sample /output:%output%
-if errorlevel 1 goto haderror
-
-:: Launch the application via the profiler
-%pt%\vsperfcmd /launch:%app%
-if errorlevel 1 goto haderror
-
-:: Shut down the profiler (this command waits, until the application is terminated)
-%pt%\vsperfcmd /shutdown
-if errorlevel 1 goto haderror
-
-
-
-
-
-:: cd to outputdir, so that the reports are generated there
-cd %outputdir%
-
-:: generate the report files (.csv)
-%pt%\vsperfreport /summary:all %outputname% /symbolpath:"srv*C:\Programovani\Symbols*http://msdl.microsoft.com/download/symbols"
-if errorlevel 1 goto haderror
-
-
-
-
-
-goto finished
-
-
-
-
-:haderror
-echo An error was encountered
-pause
-
-
-
-
-:finished
diff --git a/VC2008/resource_MCServer.h b/VC2008/resource_MCServer.h
deleted file mode 100644
index 42f6c4eaf..000000000
--- a/VC2008/resource_MCServer.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifndef IDC_STATIC
-#define IDC_STATIC (-1)
-#endif
-
-#define IDI_ICON1 101