From b0b34bbea4e799899265c8eecd0623df6303ef45 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Fri, 21 Sep 2012 09:46:50 +0100 Subject: [PATCH] Adding baseline visual studio project for building the mps. Only the amcss test is included for W3I3MV so far. Copied from Perforce Change: 179602 ServerID: perforce.ravenbrook.com --- mps/code/w3mv/amcss/amcss.vcxproj | 94 +++++++++++++++++++++++++++++++ mps/code/w3mv/mps.sln | 20 +++++++ 2 files changed, 114 insertions(+) create mode 100755 mps/code/w3mv/amcss/amcss.vcxproj create mode 100755 mps/code/w3mv/mps.sln diff --git a/mps/code/w3mv/amcss/amcss.vcxproj b/mps/code/w3mv/amcss/amcss.vcxproj new file mode 100755 index 00000000000..c128906557e --- /dev/null +++ b/mps/code/w3mv/amcss/amcss.vcxproj @@ -0,0 +1,94 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE} + Win32Proj + amcss + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mps/code/w3mv/mps.sln b/mps/code/w3mv/mps.sln new file mode 100755 index 00000000000..b54441df399 --- /dev/null +++ b/mps/code/w3mv/mps.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "amcss", "amcss\amcss.vcxproj", "{8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Debug|Win32.ActiveCfg = Debug|Win32 + {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Debug|Win32.Build.0 = Debug|Win32 + {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Release|Win32.ActiveCfg = Release|Win32 + {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal