[commit] r2598 - trunk/GME/Parser
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon May 18 16:19:17 CDT 2015
Author: ksmyth
Date: Mon May 18 16:19:17 2015
New Revision: 2598
Log:
Copy mgaclosure.dtd to OutputDir
Modified:
trunk/GME/Parser/Parser.vcxproj
trunk/GME/Parser/Parser.vcxproj.filters
Modified: trunk/GME/Parser/Parser.vcxproj
==============================================================================
--- trunk/GME/Parser/Parser.vcxproj Fri May 8 15:32:38 2015 (r2597)
+++ trunk/GME/Parser/Parser.vcxproj Mon May 18 16:19:17 2015 (r2598)
@@ -271,6 +271,17 @@
<ClCompile Include="Transcoder.cpp" />
</ItemGroup>
<ItemGroup>
+ <CustomBuild Include="mgaclosure.dtd">
+ <FileType>Document</FileType>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">xcopy /y/d/f "%(FullPath)" "$(OutDir)"</Command>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)\%(Identity)</Outputs>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">xcopy /y/d/f "%(FullPath)" "$(OutDir)"</Command>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)\%(Identity)</Outputs>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">xcopy /y/d/f "%(FullPath)" "$(OutDir)"</Command>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)\%(Identity)</Outputs>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">xcopy /y/d/f "%(FullPath)" "$(OutDir)"</Command>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)\%(Identity)</Outputs>
+ </CustomBuild>
<None Include="Parser.def" />
<None Include="MetaParser.rgs" />
<None Include="MgaDumper.rgs" />
Modified: trunk/GME/Parser/Parser.vcxproj.filters
==============================================================================
--- trunk/GME/Parser/Parser.vcxproj.filters Fri May 8 15:32:38 2015 (r2597)
+++ trunk/GME/Parser/Parser.vcxproj.filters Mon May 18 16:19:17 2015 (r2598)
@@ -76,6 +76,7 @@
</None>
<None Include="edf.dtd" />
<None Include="mga.dtd" />
+ <None Include="mgaclosure.dtd" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Parser.rc">
More information about the gme-commit
mailing list