[Mmclibrary-cvs] mmclibrary/MMCTest2 MMCTest2.csproj,1.11,1.12
Brought to you by:
imjimmurphy,
kachalkov
From: Alexander K. <kac...@us...> - 2005-03-25 07:55:43
|
Update of /cvsroot/mmclibrary/mmclibrary/MMCTest2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4995/MMCTest2 Modified Files: MMCTest2.csproj Log Message: Index: MMCTest2.csproj =================================================================== RCS file: /cvsroot/mmclibrary/mmclibrary/MMCTest2/MMCTest2.csproj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** MMCTest2.csproj 20 Jan 2005 00:10:50 -0000 1.11 --- MMCTest2.csproj 25 Mar 2005 07:55:34 -0000 1.12 *************** *** 131,135 **** <File RelPath = "MyPropertyPage.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 131,135 ---- <File RelPath = "MyPropertyPage.cs" ! SubType = "Code" BuildAction = "Compile" /> *************** *** 141,145 **** <File RelPath = "MyPropertyPageForItems.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 141,145 ---- <File RelPath = "MyPropertyPageForItems.cs" ! SubType = "Code" BuildAction = "Compile" /> *************** *** 176,180 **** <File RelPath = "TestSnapinBase.cs" ! SubType = "Component" BuildAction = "Compile" /> --- 176,180 ---- <File RelPath = "TestSnapinBase.cs" ! SubType = "Code" BuildAction = "Compile" /> *************** *** 206,210 **** <File RelPath = "WzdAddItem.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 206,210 ---- <File RelPath = "WzdAddItem.cs" ! SubType = "Code" BuildAction = "Compile" /> *************** *** 216,220 **** <File RelPath = "WzdSnapinManager.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 216,220 ---- <File RelPath = "WzdSnapinManager.cs" ! SubType = "Code" BuildAction = "Compile" /> |