Output: Create Visual Studio .csproj files when using --project (Project References are not currently resolved)

This commit is contained in:
Katy Coe
2020-01-21 01:44:47 +01:00
parent a136f49603
commit f01c20570b
3 changed files with 20 additions and 6 deletions

View File

@@ -126,7 +126,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>%PROJECTGUID%</ProjectGuid>
<ProjectGuid>{%PROJECTGUID%}</ProjectGuid>
<!--<ProductVersion/>-->
<!--<SchemaVersion/>-->
<OutputType>Library</OutputType>