diff options
| author | nakeee <nakeee@gmail.com> | 2008-11-23 12:51:58 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-11-23 12:51:58 +0000 |
| commit | e2345ba34045be672bdbf2e468857b5ad3f652d7 (patch) | |
| tree | 5fdcc0addc4d3e9acf03caae5d3071cb86d68d76 /Source | |
| parent | 117a05fa64f9e64dbe4ceb5317205502787533d5 (diff) | |
fix compilation on win
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1270 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Dolphin.sln | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Dolphin.sln b/Source/Dolphin.sln index 8a239e715e..03e769a660 100644 --- a/Source/Dolphin.sln +++ b/Source/Dolphin.sln @@ -101,7 +101,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Plugin_DSP_HLE", "Plugins\P EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LZO", "..\Externals\LZO\LZO.vcproj", "{33546D62-7F34-4EA6-A88E-D538B36E16BF}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Plugin_Wiimote", "Plugins\Plugin_Wiimote_Test\Plugin_Wiimote_Test.vcproj", "{8D612734-FAA5-4B8A-804F-4DEA2367D495}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Plugin_Wiimote", "Plugins\Plugin_Wiimote\Plugin_Wiimote.vcproj", "{8D612734-FAA5-4B8A-804F-4DEA2367D495}"
ProjectSection(ProjectDependencies) = postProject
{48AD7E0A-25B1-4974-A1E3-03F8C438D34F} = {48AD7E0A-25B1-4974-A1E3-03F8C438D34F}
{0318BA30-EF48-441A-9E10-DC85EFAE39F0} = {0318BA30-EF48-441A-9E10-DC85EFAE39F0}
|
