From dcf141c99e4696900fa239e5b38327f0481c128c Mon Sep 17 00:00:00 2001 From: sigatrev Date: Sat, 14 Jun 2014 23:18:09 -0500 Subject: [PATCH 1/2] AVM in VS2010 projects --- src/StepMania-net2010.vcxproj | 2 ++ src/StepMania-net2010.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/src/StepMania-net2010.vcxproj b/src/StepMania-net2010.vcxproj index 42dd65e66e..14303661dc 100644 --- a/src/StepMania-net2010.vcxproj +++ b/src/StepMania-net2010.vcxproj @@ -748,6 +748,7 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir) + @@ -2069,6 +2070,7 @@ cl /Zl /nologo /c verstub.cpp /Fo$(IntDir) + diff --git a/src/StepMania-net2010.vcxproj.filters b/src/StepMania-net2010.vcxproj.filters index f1863366af..718d8b3c93 100644 --- a/src/StepMania-net2010.vcxproj.filters +++ b/src/StepMania-net2010.vcxproj.filters @@ -1251,6 +1251,9 @@ Actors + + Actors + Actors @@ -2783,6 +2786,9 @@ Actors + + Actors + Actors From acdb2962768c1ffbcebf99998791e29f0d4d2730 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 15 Jun 2014 00:44:05 -0400 Subject: [PATCH 2/2] Set up ActorMultiVertex for other VS projects. --- src/StepMania-net2011.vcxproj | 4 +++- src/StepMania-net2011.vcxproj.filters | 8 +++++++- src/StepMania-net2013.vcxproj | 4 +++- src/StepMania-net2013.vcxproj.filters | 6 ++++++ 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/StepMania-net2011.vcxproj b/src/StepMania-net2011.vcxproj index 846feec821..901f8608db 100644 --- a/src/StepMania-net2011.vcxproj +++ b/src/StepMania-net2011.vcxproj @@ -774,6 +774,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" + @@ -1655,6 +1656,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" + @@ -1935,4 +1937,4 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" - \ No newline at end of file + diff --git a/src/StepMania-net2011.vcxproj.filters b/src/StepMania-net2011.vcxproj.filters index 9b43a92ff6..22f3d05525 100644 --- a/src/StepMania-net2011.vcxproj.filters +++ b/src/StepMania-net2011.vcxproj.filters @@ -1239,6 +1239,9 @@ Actors + + Actors + Actors @@ -2621,6 +2624,9 @@ Actors + + Actors + Actors @@ -2869,4 +2875,4 @@ BaseClasses - \ No newline at end of file + diff --git a/src/StepMania-net2013.vcxproj b/src/StepMania-net2013.vcxproj index 95f8a99813..8121d7e9cb 100644 --- a/src/StepMania-net2013.vcxproj +++ b/src/StepMania-net2013.vcxproj @@ -773,6 +773,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" + @@ -2094,6 +2095,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" + @@ -2395,4 +2397,4 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)" - \ No newline at end of file + diff --git a/src/StepMania-net2013.vcxproj.filters b/src/StepMania-net2013.vcxproj.filters index 5ece508628..4254fdd875 100644 --- a/src/StepMania-net2013.vcxproj.filters +++ b/src/StepMania-net2013.vcxproj.filters @@ -1251,6 +1251,9 @@ Actors + + Actors + Actors @@ -2783,6 +2786,9 @@ Actors + + Actors + Actors