forked from dotnet/wpf
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e21142
commit 19f4cfd
Showing
59 changed files
with
11,543 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,6 @@ artifacts/ | |
StyleCopReport.xml | ||
|
||
# Files built by Visual Studio | ||
*_i.c | ||
*_p.c | ||
*_i.h | ||
*.ilk | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
src/Microsoft.DotNet.Wpf/redist/D3DCompiler/D3DCompiler.vcxproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|Win32"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|Win32"> | ||
<Configuration>Release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<ConfigurationType>DynamicLibrary</ConfigurationType> | ||
<CLRSupport>false</CLRSupport> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<Import Project="$(WpfCppProps)" /> | ||
<PropertyGroup> | ||
<!-- | ||
Target assembly will be a privatized copy of D3DCompiler, like | ||
d3dcompiler_47_cor3.dll | ||
--> | ||
<TargetName>$(D3DCompilerDllBaseName)$(D3DCompilerVersion)$(WpfVersionSuffix)</TargetName> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<PropertyGroup> | ||
<RedistSourcePath>$(Windows10SdkPath)Redist\D3D\$(Architecture)\$(D3DCompilerDllBaseName)$(D3DCompilerVersion).dll</RedistSourcePath> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Globals"> | ||
<VCProjectVersion>16.0</VCProjectVersion> | ||
<ProjectGuid>{60E8E057-79E1-4860-A015-23C9587434F7}</ProjectGuid> | ||
<Keyword>Win32Proj</Keyword> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project> | ||
<!-- | ||
IsRedistProject=true should be set prior to importing Directory.Build.props from ancestor folders | ||
--> | ||
<PropertyGroup> | ||
<IsRedistProject>true</IsRedistProject> | ||
</PropertyGroup> | ||
|
||
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.28606.126 | ||
MinimumVisualStudioVersion = 15.0.26124.0 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VCRuntime", "VCRuntime\VCRuntime.vcxproj", "{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}" | ||
EndProject | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3DCompiler", "D3DCompiler\D3DCompiler.vcxproj", "{60E8E057-79E1-4860-A015-23C9587434F7}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|AnyCPU = Debug|AnyCPU | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|AnyCPU = Release|AnyCPU | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Debug|AnyCPU.ActiveCfg = Debug|Win32 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Debug|AnyCPU.Build.0 = Debug|Win32 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Debug|AnyCPU.Deploy.0 = Debug|Win32 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Debug|x64.ActiveCfg = Debug|x64 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Debug|x64.Build.0 = Debug|x64 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Debug|x86.Build.0 = Debug|Win32 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Debug|x86.Deploy.0 = Debug|Win32 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Release|AnyCPU.ActiveCfg = Release|Win32 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Release|AnyCPU.Build.0 = Release|Win32 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Release|AnyCPU.Deploy.0 = Release|Win32 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Release|x64.ActiveCfg = Release|x64 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Release|x64.Build.0 = Release|x64 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Release|x86.ActiveCfg = Release|Win32 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Release|x86.Build.0 = Release|Win32 | ||
{B7399B2E-CE92-42D5-B36A-EBD4C9C4FBDA}.Release|x86.Deploy.0 = Release|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Debug|AnyCPU.ActiveCfg = Debug|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Debug|AnyCPU.Build.0 = Debug|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Debug|AnyCPU.Deploy.0 = Debug|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Debug|x64.ActiveCfg = Debug|x64 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Debug|x64.Build.0 = Debug|x64 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Debug|x86.Build.0 = Debug|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Debug|x86.Deploy.0 = Debug|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Release|AnyCPU.ActiveCfg = Release|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Release|AnyCPU.Build.0 = Release|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Release|AnyCPU.Deploy.0 = Release|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Release|x64.ActiveCfg = Release|x64 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Release|x64.Build.0 = Release|x64 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Release|x86.ActiveCfg = Release|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Release|x86.Build.0 = Release|Win32 | ||
{60E8E057-79E1-4860-A015-23C9587434F7}.Release|x86.Deploy.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {CF85847B-E97C-4020-A8DC-AA3B46E42331} | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.