Sha256: a739293f53acee9fc2a4d547a6d95446445b92bce710a8e57fd984e2df7c26ec
Contents?: true
Size: 822 Bytes
Versions: 1
Compression:
Stored size: 822 Bytes
Contents
Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "<%= @class_name %>.Controls", "src\<%= @class_name %>.Controls.csproj", "{<%= @guid %>}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {<%= @guid %>}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {<%= @guid %>}.Debug|Any CPU.Build.0 = Debug|Any CPU {<%= @guid %>}.Release|Any CPU.ActiveCfg = Release|Any CPU {<%= @guid %>}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ironnails-0.0.3 | generators/base_app/blend_solution.sln.tt |