All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aspnetcore.2.0.Solution.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2043
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "{{packageName}}", "{{sourceFolder}}\{{packageName}}\{{packageName}}.csproj", "{{packageGuid}}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {{packageGuid}}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {{packageGuid}}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {{packageGuid}}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {{packageGuid}}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
EndGlobal




© 2015 - 2024 Weber Informatics LLC | Privacy Policy