[Mobies-commit] [commit] r4008 - in GReAT/trunk/Libraries: MetaGMEAPI UmlGMEAPI

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Thu Feb 23 10:18:12 CST 2012


Author: ksmyth
Date: Thu Feb 23 10:18:12 2012
New Revision: 4008

Log:
Add missing files

Added:
   GReAT/trunk/Libraries/MetaGMEAPI/MetaGMEAPIGen.vcxproj
   GReAT/trunk/Libraries/MetaGMEAPI/MetaGMEAPIGen.vcxproj.filters
   GReAT/trunk/Libraries/UmlGMEAPI/UmlGMEAPIGen.vcxproj
   GReAT/trunk/Libraries/UmlGMEAPI/UmlGMEAPIGen.vcxproj.filters
Modified:
   GReAT/trunk/Libraries/MetaGMEAPI/   (props changed)
   GReAT/trunk/Libraries/UmlGMEAPI/   (props changed)

Added: GReAT/trunk/Libraries/MetaGMEAPI/MetaGMEAPIGen.vcxproj
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ GReAT/trunk/Libraries/MetaGMEAPI/MetaGMEAPIGen.vcxproj	Thu Feb 23 10:18:12 2012	(r4008)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Release|Win32">
+      <Configuration>Release</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <ProjectGuid>{B521355D-BE39-46F1-A58B-BE1EA9E9CEBE}</ProjectGuid>
+    <RootNamespace>MetaGMEAPIGen</RootNamespace>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+    <ConfigurationType>Utility</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>MultiByte</CharacterSet>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+  <ImportGroup Label="ExtensionSettings">
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <PropertyGroup Label="UserMacros" />
+  <PropertyGroup />
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <ClCompile>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>MaxSpeed</Optimization>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+    </ClCompile>
+    <Link>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemGroup>
+  </ItemGroup>
+  <ItemGroup>
+    <CustomBuild Include="MetaGME.xml">
+      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" -d "%UDM_PATH%/etc" -v
+</Command>
+      <Command Condition="'$(Configuration)|$(Platform)'=='DebugVS9|Win32'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" -d "%UDM_PATH%/etc" -v
+</Command>
+      <Command Condition="'$(Configuration)|$(Platform)'=='DebugVS9|x64'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" -d "%UDM_PATH%/etc" -v
+</Command>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='DebugVS9|Win32'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='DebugVS9|x64'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" -d "%UDM_PATH%/etc" -v
+</Command>
+      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" -d "%UDM_PATH%/etc" -v
+</Command>
+      <Command Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|Win32'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" -d "%UDM_PATH%/etc" -v
+</Command>
+      <Command Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|x64'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" -d "%UDM_PATH%/etc" -v
+</Command>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|Win32'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|x64'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+    </CustomBuild>
+  </ItemGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+  <ImportGroup Label="ExtensionTargets">
+  </ImportGroup>
+</Project>
\ No newline at end of file

Added: GReAT/trunk/Libraries/MetaGMEAPI/MetaGMEAPIGen.vcxproj.filters
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ GReAT/trunk/Libraries/MetaGMEAPI/MetaGMEAPIGen.vcxproj.filters	Thu Feb 23 10:18:12 2012	(r4008)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup>
+    <CustomBuild Include="MetaGME.xml" />
+  </ItemGroup>
+</Project>
\ No newline at end of file

Added: GReAT/trunk/Libraries/UmlGMEAPI/UmlGMEAPIGen.vcxproj
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ GReAT/trunk/Libraries/UmlGMEAPI/UmlGMEAPIGen.vcxproj	Thu Feb 23 10:18:12 2012	(r4008)
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Release|Win32">
+      <Configuration>Release</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <ProjectGuid>{5200F1A8-C2CF-439D-90A5-3135C9749115}</ProjectGuid>
+    <RootNamespace>UmlGMEAPIGen</RootNamespace>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+    <ConfigurationType>Utility</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>MultiByte</CharacterSet>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+  <ImportGroup Label="ExtensionSettings">
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <PropertyGroup Label="UserMacros" />
+  <PropertyGroup />
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <ClCompile>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>MaxSpeed</Optimization>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+    </ClCompile>
+    <Link>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemGroup>
+  </ItemGroup>
+  <ItemGroup>
+    <CustomBuild Include="UmlGME.xml">
+      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">udm.exe %(FullPath)</Message>
+      <Message Condition="'$(Configuration)|$(Platform)'=='DebugVS9|Win32'">udm.exe %(FullPath)</Message>
+      <Message Condition="'$(Configuration)|$(Platform)'=='DebugVS9|x64'">udm.exe %(FullPath)</Message>
+      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" UmlGME -d "%UDM_PATH%/etc" -v
+</Command>
+      <Command Condition="'$(Configuration)|$(Platform)'=='DebugVS9|Win32'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" UmlGME -d "%UDM_PATH%/etc" -v
+</Command>
+      <Command Condition="'$(Configuration)|$(Platform)'=='DebugVS9|x64'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" UmlGME -d "%UDM_PATH%/etc" -v
+</Command>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='DebugVS9|Win32'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='DebugVS9|x64'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">udm.exe %(FullPath)</Message>
+      <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">udm.exe %(FullPath)</Message>
+      <Message Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|Win32'">udm.exe %(FullPath)</Message>
+      <Message Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|x64'">udm.exe %(FullPath)</Message>
+      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" -d "%UDM_PATH%/etc" -v
+</Command>
+      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" -d "%UDM_PATH%/etc" -v
+</Command>
+      <Command Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|Win32'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" -d "%UDM_PATH%/etc" -v
+</Command>
+      <Command Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|x64'">"%UDM_PATH%/bin/udm.exe" "%(FullPath)" -d "%UDM_PATH%/etc" -v
+</Command>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|Win32'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+      <Outputs Condition="'$(Configuration)|$(Platform)'=='ReleaseVS9|x64'">%(Filename).cpp;%(Filename).h;%(Filename).xsd;%(Outputs)</Outputs>
+    </CustomBuild>
+  </ItemGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+  <ImportGroup Label="ExtensionTargets">
+  </ImportGroup>
+</Project>
\ No newline at end of file

Added: GReAT/trunk/Libraries/UmlGMEAPI/UmlGMEAPIGen.vcxproj.filters
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ GReAT/trunk/Libraries/UmlGMEAPI/UmlGMEAPIGen.vcxproj.filters	Thu Feb 23 10:18:12 2012	(r4008)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup>
+    <CustomBuild Include="UmlGME.xml" />
+  </ItemGroup>
+</Project>
\ No newline at end of file


More information about the Mobies-commit mailing list