From: <mcu...@us...> - 2013-11-26 19:17:56
|
Revision: 1534 http://sourceforge.net/p/orm/code/1534 Author: mcurland Date: 2013-11-26 19:17:51 +0000 (Tue, 26 Nov 2013) Log Message: ----------- Added VS2013 solution files missed in [1533] Modified Paths: -------------- trunk/Tools/VersionGenerator/VersionGenerator.csproj trunk/XML/GenerationSamples/GenerationSamples.csproj Added Paths: ----------- trunk/Tools/DisableRuleDirectiveProcessor/DisableRuleDirectiveProcessor.VS2013.sln trunk/Tools/NUBuild/NUBuild.VS2013.sln trunk/Tools/NUBuildVS/NUBuildVS.VS2013.sln trunk/Tools/VersionGenerator/VersionGenerator.VS2013.sln trunk/XML/GenerationSamples/GenerationSamples.VS2013.sln Added: trunk/Tools/DisableRuleDirectiveProcessor/DisableRuleDirectiveProcessor.VS2013.sln =================================================================== --- trunk/Tools/DisableRuleDirectiveProcessor/DisableRuleDirectiveProcessor.VS2013.sln (rev 0) +++ trunk/Tools/DisableRuleDirectiveProcessor/DisableRuleDirectiveProcessor.VS2013.sln 2013-11-26 19:17:51 UTC (rev 1534) @@ -0,0 +1,19 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.21005.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisableRuleDirectiveProcessor", "DisableRuleDirectiveProcessor.csproj", "{FF511C36-4CC6-4AF4-AA5B-5F5F70E3154F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + DisableRuleDirectiveProcessor|Any CPU = DisableRuleDirectiveProcessor|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FF511C36-4CC6-4AF4-AA5B-5F5F70E3154F}.DisableRuleDirectiveProcessor|Any CPU.ActiveCfg = DisableRuleDirectiveProcessor|Any CPU + {FF511C36-4CC6-4AF4-AA5B-5F5F70E3154F}.DisableRuleDirectiveProcessor|Any CPU.Build.0 = DisableRuleDirectiveProcessor|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Added: trunk/Tools/NUBuild/NUBuild.VS2013.sln =================================================================== (Binary files differ) Index: trunk/Tools/NUBuild/NUBuild.VS2013.sln =================================================================== --- trunk/Tools/NUBuild/NUBuild.VS2013.sln 2013-11-26 06:46:35 UTC (rev 1533) +++ trunk/Tools/NUBuild/NUBuild.VS2013.sln 2013-11-26 19:17:51 UTC (rev 1534) Property changes on: trunk/Tools/NUBuild/NUBuild.VS2013.sln ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/Tools/NUBuildVS/NUBuildVS.VS2013.sln =================================================================== (Binary files differ) Index: trunk/Tools/NUBuildVS/NUBuildVS.VS2013.sln =================================================================== --- trunk/Tools/NUBuildVS/NUBuildVS.VS2013.sln 2013-11-26 06:46:35 UTC (rev 1533) +++ trunk/Tools/NUBuildVS/NUBuildVS.VS2013.sln 2013-11-26 19:17:51 UTC (rev 1534) Property changes on: trunk/Tools/NUBuildVS/NUBuildVS.VS2013.sln ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: trunk/Tools/VersionGenerator/VersionGenerator.VS2013.sln =================================================================== --- trunk/Tools/VersionGenerator/VersionGenerator.VS2013.sln (rev 0) +++ trunk/Tools/VersionGenerator/VersionGenerator.VS2013.sln 2013-11-26 19:17:51 UTC (rev 1534) @@ -0,0 +1,19 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.21005.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionGenerator", "VersionGenerator.csproj", "{08A86751-1C54-44E4-9402-E1A3AD1DF15B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + VersionGenerator|Any CPU = VersionGenerator|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {08A86751-1C54-44E4-9402-E1A3AD1DF15B}.VersionGenerator|Any CPU.ActiveCfg = VersionGenerator|Any CPU + {08A86751-1C54-44E4-9402-E1A3AD1DF15B}.VersionGenerator|Any CPU.Build.0 = VersionGenerator|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Modified: trunk/Tools/VersionGenerator/VersionGenerator.csproj =================================================================== --- trunk/Tools/VersionGenerator/VersionGenerator.csproj 2013-11-26 06:46:35 UTC (rev 1533) +++ trunk/Tools/VersionGenerator/VersionGenerator.csproj 2013-11-26 19:17:51 UTC (rev 1534) @@ -1,4 +1,4 @@ -<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">VersionGenerator</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> Added: trunk/XML/GenerationSamples/GenerationSamples.VS2013.sln =================================================================== (Binary files differ) Index: trunk/XML/GenerationSamples/GenerationSamples.VS2013.sln =================================================================== --- trunk/XML/GenerationSamples/GenerationSamples.VS2013.sln 2013-11-26 06:46:35 UTC (rev 1533) +++ trunk/XML/GenerationSamples/GenerationSamples.VS2013.sln 2013-11-26 19:17:51 UTC (rev 1534) Property changes on: trunk/XML/GenerationSamples/GenerationSamples.VS2013.sln ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Modified: trunk/XML/GenerationSamples/GenerationSamples.csproj =================================================================== --- trunk/XML/GenerationSamples/GenerationSamples.csproj 2013-11-26 06:46:35 UTC (rev 1533) +++ trunk/XML/GenerationSamples/GenerationSamples.csproj 2013-11-26 19:17:51 UTC (rev 1534) @@ -1,4 +1,4 @@ -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">GenerationSamples</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |