We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da153d5 commit 73d3c69Copy full SHA for 73d3c69
Build.proj
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <ItemGroup>
4
+ <ProjectFiles Include="$(MSBuildProjectDirectory)\*.sln">
5
+ <Properties>Configuration=Release;Platform=Any CPU</Properties>
6
+ </ProjectFiles>
7
+ </ItemGroup>
8
+ <Target Name="Build">
9
+ <MSBuild Projects="@(ProjectFiles)" Targets="Rebuild" />
10
+ </Target>
11
+</Project>
0 commit comments