diff options
Diffstat (limited to 'src/samples/Dtf/Tools/Tools.proj')
-rw-r--r-- | src/samples/Dtf/Tools/Tools.proj | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/samples/Dtf/Tools/Tools.proj b/src/samples/Dtf/Tools/Tools.proj deleted file mode 100644 index 751247dc..00000000 --- a/src/samples/Dtf/Tools/Tools.proj +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | <?xml version='1.0' encoding='utf-8'?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | |||
5 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
6 | <ItemGroup> | ||
7 | <ProjectReference Include="MakeSfxCA\MakeSfxCA.csproj" /> | ||
8 | <ProjectReference Include="SfxCA\SfxCA.vcxproj" /> | ||
9 | <ProjectReference Include="SfxCA\SfxCA.vcxproj"> | ||
10 | <Properties>Platform=x64</Properties> | ||
11 | </ProjectReference> | ||
12 | </ItemGroup> | ||
13 | |||
14 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\Traversal.targets" /> | ||
15 | </Project> | ||