aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/windows-bootstrap/dirs.proj
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/windows-bootstrap/dirs.proj')
-rw-r--r--toolsrc/windows-bootstrap/dirs.proj20
1 files changed, 0 insertions, 20 deletions
diff --git a/toolsrc/windows-bootstrap/dirs.proj b/toolsrc/windows-bootstrap/dirs.proj
deleted file mode 100644
index 960374bff..000000000
--- a/toolsrc/windows-bootstrap/dirs.proj
+++ /dev/null
@@ -1,20 +0,0 @@
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
- </PropertyGroup>
- <ItemGroup>
- <ProjectFile Include="vcpkglib\vcpkglib.vcxproj"/>
- <ProjectFile Include="vcpkg\vcpkg.vcxproj"/>
- <ProjectFile Include="vcpkgmetricsuploader\vcpkgmetricsuploader.vcxproj" Condition="'$(DISABLE_METRICS)'!='1'"/>
- </ItemGroup>
-
- <Target Name="Rebuild" DependsOnTargets="Clean;Build" />
-
- <Target Name="Build">
- <MSBuild Projects="@(ProjectFile)" Properties="SolutionDir=$(SolutionDir)" Targets="Build"/>
- </Target>
-
- <Target Name="Clean">
- <MSBuild Projects="@(ProjectFile)" Properties="SolutionDir=$(SolutionDir)" Targets="Clean"/>
- </Target>
-</Project> \ No newline at end of file