Click here to Skip to main content
15,884,628 members
Articles / Programming Languages / C#

XDD-Tools for developer

Rate me:
Please Sign up or sign in to vote.
5.00/5 (9 votes)
24 Jun 2012CPOL2 min read 22.5K   449   14  
XDD-Tools for developer , count source code line,copy project file, remove comment in source code.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XDesigner.Development", "Source\XDesigner.Development.csproj", "{A6207761-4647-4ABB-A144-6197D0E6EB9F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{73ED7182-7F32-496C-B053-2771694093FD}"
	ProjectSection(SolutionItems) = preProject
		Readme.txt = Readme.txt
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NewFolder1", "NewFolder1", "{6BCA393C-DC0A-4177-9519-06596E5064B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NewFolder2", "NewFolder2", "{FAE56461-8332-4333-BC46-EDDE8945EF8C}"
	ProjectSection(SolutionItems) = preProject
		TextFile2.txt = TextFile2.txt
	EndProjectSection
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 1
		SccProjectUniqueName0 = Source\\XDesigner.Development.csproj
		SccProjectName0 = \u0022$/08代码/Main/XDesigner.Development/Source\u0022,\u0020OLNAAAAA
		SccLocalPath0 = Source
		SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A6207761-4647-4ABB-A144-6197D0E6EB9F}.Debug|x86.ActiveCfg = Debug|x86
		{A6207761-4647-4ABB-A144-6197D0E6EB9F}.Debug|x86.Build.0 = Debug|x86
		{A6207761-4647-4ABB-A144-6197D0E6EB9F}.Release|x86.ActiveCfg = Release|x86
		{A6207761-4647-4ABB-A144-6197D0E6EB9F}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{6BCA393C-DC0A-4177-9519-06596E5064B7} = {73ED7182-7F32-496C-B053-2771694093FD}
		{FAE56461-8332-4333-BC46-EDDE8945EF8C} = {6BCA393C-DC0A-4177-9519-06596E5064B7}
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer duchang soft
China China
yuan yong fu of duchang soft , come from CHINA , 2008 Microsoft MVP,Use GDI+,XML/XSLT, site:http://www.cnblogs.com/xdesigner/

Comments and Discussions