Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-01-31 21:30:28 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-01-31 21:30:28 +0400
commita822d8a52dd57797069af4dd629566adf91b4514 (patch)
tree9b94c8a02fce64d67b0fd84491dd74e1ff3026c4 /mpciconlib.sln
parent9f5a03a81f17d45bf021d581ac564e445f3c5a6f (diff)
* change OutDir to "bin" instead of "bin10" now that we only use MSVC 2010
* remove the "vs2010" suffix from the solution files and build.bat * remove the "gcc" suffix from libavcodec.vcxproj git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4020 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'mpciconlib.sln')
-rw-r--r--mpciconlib.sln20
1 files changed, 20 insertions, 0 deletions
diff --git a/mpciconlib.sln b/mpciconlib.sln
new file mode 100644
index 000000000..9e9127200
--- /dev/null
+++ b/mpciconlib.sln
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpciconlib", "src\apps\mplayerc\mpciconlib\mpciconlib.vcxproj", "{86251DC4-9298-424C-AE6C-07844F79C0B5}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {86251DC4-9298-424C-AE6C-07844F79C0B5}.Release|Win32.ActiveCfg = Release|Win32
+ {86251DC4-9298-424C-AE6C-07844F79C0B5}.Release|Win32.Build.0 = Release|Win32
+ {86251DC4-9298-424C-AE6C-07844F79C0B5}.Release|x64.ActiveCfg = Release|x64
+ {86251DC4-9298-424C-AE6C-07844F79C0B5}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal