diff options
| author | OpportunityLiu <[email protected]> | 2019-07-16 14:21:09 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-16 14:21:09 +0800 |
| commit | 89baf2ecdca1fb8bd25c449b3f3b05b47706377d (patch) | |
| tree | 308358ee5483f6f5ca6d5c4f90c5e9642d8e85bc /xmake/plugins | |
| parent | 0566af6ff1659597f1bf597e2762a15dbc680257 (diff) | |
fix sln
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/project/vsxmake/vsproj/templates/sln/vsxmake.sln | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xmake/plugins/project/vsxmake/vsproj/templates/sln/vsxmake.sln b/xmake/plugins/project/vsxmake/vsproj/templates/sln/vsxmake.sln index bc2872afe..fa719dfff 100644 --- a/xmake/plugins/project/vsxmake/vsproj/templates/sln/vsxmake.sln +++ b/xmake/plugins/project/vsxmake/vsproj/templates/sln/vsxmake.sln @@ -20,11 +20,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Properties", "Properties", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution -#Import(SlnConfig)# - EndGlobalSection +#Import(SlnConfig)# EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution -#Import(ProjConfig)# - EndGlobalSection +#Import(ProjConfig)# EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection |
