QuickImage – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <PropertyGroup> |
||
4 | <MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' < '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
||
5 | <HasSharedItems>true</HasSharedItems> |
||
6 | <SharedGUID>0432d5cc-c23f-49a4-a353-ce7c239535a3</SharedGUID> |
||
7 | </PropertyGroup> |
||
8 | <PropertyGroup Label="Configuration"> |
||
9 | <Import_RootNamespace>Dependencies</Import_RootNamespace> |
||
10 | </PropertyGroup> |
||
11 | <ItemGroup> |
||
12 | <None Include="$(MSBuildThisFileDirectory)redist\vc\VC_redist.x64.exe"> |
||
13 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
14 | </None> |
||
15 | <None Include="$(MSBuildThisFileDirectory)redist\vc\VC_redist.x86.exe"> |
||
16 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
17 | </None> |
||
18 | </ItemGroup> |
||
19 | <ItemGroup> |
||
20 | <Folder Include="$(MSBuildThisFileDirectory)redist\vc\" /> |
||
21 | </ItemGroup> |
||
22 | </Project> |