diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-01 10:31:51 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-01 10:31:51 +0000 |
commit | e8268e93edc3fe17abb22b870a66eecaf5ba1e13 (patch) | |
tree | 90d69e45464936a7799e32796543094151da20ba | |
parent | 85f4d70c7d6f06bbce93360cb05308de2901a683 (diff) | |
download | hercules-e8268e93edc3fe17abb22b870a66eecaf5ba1e13.tar.gz hercules-e8268e93edc3fe17abb22b870a66eecaf5ba1e13.tar.bz2 hercules-e8268e93edc3fe17abb22b870a66eecaf5ba1e13.tar.xz hercules-e8268e93edc3fe17abb22b870a66eecaf5ba1e13.zip |
Fixed wrong project file path ...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10836 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | eAthena-8.sln | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eAthena-8.sln b/eAthena-8.sln index 97feb5ef0..05ed49b1b 100644 --- a/eAthena-8.sln +++ b/eAthena-8.sln @@ -16,9 +16,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapcache", "vcproj-8\mapcac EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ladmin", "vcproj-8\ladmin.vcproj", "{D356871D-58E1-450B-967A-E8E9646175AF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "txt-converter-login", "vcproj-9\txt-converter-login.vcproj", "{D356871D-58E1-450B-967A-E9E9646175AF}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "txt-converter-login", "vcproj-8\txt-converter-login.vcproj", "{D356871D-58E1-450B-967A-E9E9646175AF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "txt-converter-char", "vcproj-9\txt-converter-char.vcproj", "{D356871D-58E1-450B-967A-EAE9646175AF}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "txt-converter-char", "vcproj-8\txt-converter-char.vcproj", "{D356871D-58E1-450B-967A-EAE9646175AF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution |