Click here to Skip to main content
15,893,266 members
Articles / Programming Languages / XSLT

Version Resource Tool Using XML/XSLT and .NET

Rate me:
Please Sign up or sign in to vote.
2.00/5 (1 vote)
24 Oct 20027 min read 65K   479   22  
A tool for automatically updating version resources in C++, C# and other projects
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MkVer2", "MkVer2\MkVer2.csproj", "{558E1DFE-B0E8-44E4-AC3E-C3B4889A47CE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Version", "Version\Version.vcproj", "{8E733219-5685-4E56-B6AE-ACB946C86097}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CopyTemplates", "CopyTemplates\CopyTemplates.vcproj", "{4BCDE0CC-C91B-4FE2-96B0-E2BCAEF4ED59}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
		{558E1DFE-B0E8-44E4-AC3E-C3B4889A47CE}.0 = {8E733219-5685-4E56-B6AE-ACB946C86097}
		{4BCDE0CC-C91B-4FE2-96B0-E2BCAEF4ED59}.0 = {558E1DFE-B0E8-44E4-AC3E-C3B4889A47CE}
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{558E1DFE-B0E8-44E4-AC3E-C3B4889A47CE}.Debug.ActiveCfg = Debug|.NET
		{558E1DFE-B0E8-44E4-AC3E-C3B4889A47CE}.Debug.Build.0 = Debug|.NET
		{558E1DFE-B0E8-44E4-AC3E-C3B4889A47CE}.Release.ActiveCfg = Release|.NET
		{558E1DFE-B0E8-44E4-AC3E-C3B4889A47CE}.Release.Build.0 = Release|.NET
		{8E733219-5685-4E56-B6AE-ACB946C86097}.Debug.ActiveCfg = Debug|Win32
		{8E733219-5685-4E56-B6AE-ACB946C86097}.Release.ActiveCfg = Release|Win32
		{8E733219-5685-4E56-B6AE-ACB946C86097}.Release.Build.0 = Release|Win32
		{4BCDE0CC-C91B-4FE2-96B0-E2BCAEF4ED59}.Debug.ActiveCfg = Debug|Win32
		{4BCDE0CC-C91B-4FE2-96B0-E2BCAEF4ED59}.Debug.Build.0 = Debug|Win32
		{4BCDE0CC-C91B-4FE2-96B0-E2BCAEF4ED59}.Release.ActiveCfg = Release|Win32
		{4BCDE0CC-C91B-4FE2-96B0-E2BCAEF4ED59}.Release.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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.


Written By
Web Developer
United States United States
When I was 14 my physics teacher dragged a dusty Commodore PET out of a cupboard and asked, "Do you think you could do anything with this?"

Comments and Discussions