From 767cdc1f6f6a63ce997fc9476911e2c361f9d402 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Wed, 20 Feb 2013 20:33:05 -0500 Subject: Pushing missing changes --- TestPlugin/TestPlugin.csproj | 68 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 TestPlugin/TestPlugin.csproj (limited to 'TestPlugin/TestPlugin.csproj') diff --git a/TestPlugin/TestPlugin.csproj b/TestPlugin/TestPlugin.csproj new file mode 100644 index 000000000..bab005073 --- /dev/null +++ b/TestPlugin/TestPlugin.csproj @@ -0,0 +1,68 @@ + + + + + Debug + AnyCPU + {C454798C-D4AE-4E6E-A0B6-274EF13BCE65} + Library + Properties + TestPlugin + TestPlugin + v4.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\MediaBrowser.Common\bin\Debug\MediaBrowser.Common.dll + + + ..\MediaBrowser.Controller\bin\Debug\MediaBrowser.Controller.dll + + + ..\MediaBrowser.Model\bin\Debug\MediaBrowser.Model.dll + + + + + + + + + + + + + + + + + + + xcopy "$(TargetPath)" "$(SolutionDir)\..\ProgramData-Server\Plugins\" /y + + + \ No newline at end of file -- cgit v1.2.3