Browse Source

Enable generating solution file from the dirs.proj file. Useful for creating Omnisharp-compatible solution with subset of projects.

pull/1815/head
Jeremy Koritzinsky 8 years ago
parent
commit
7507a01531
  1. 2
      .gitignore
  2. 4
      dirs.proj

2
.gitignore

@ -187,3 +187,5 @@ project.lock.json
## BenchmarkDotNet ## BenchmarkDotNet
################## ##################
BenchmarkDotNet.Artifacts/ BenchmarkDotNet.Artifacts/
dirs.sln

4
dirs.proj

@ -18,4 +18,8 @@
<ProjectReference Remove="src/Windows/Avalonia.Win32.Interop/Avalonia.Win32.Interop.csproj" /> <ProjectReference Remove="src/Windows/Avalonia.Win32.Interop/Avalonia.Win32.Interop.csproj" />
<ProjectReference Remove="samples/interop/**/*.*proj" /> <ProjectReference Remove="samples/interop/**/*.*proj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<PackageReference Include="SlnGen" Version="2.0.40" PrivateAssets="all" />
</ItemGroup>
</Project> </Project>

Loading…
Cancel
Save