forked from dolphin-emu/dolphin
19 lines
488 B
Plaintext
19 lines
488 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<VisualStudioToolFile
|
||
|
|
Name="OpenCL"
|
||
|
|
Version="8,00"
|
||
|
|
>
|
||
|
|
<Rules>
|
||
|
|
<CustomBuildRule
|
||
|
|
Name="OpenCL source"
|
||
|
|
DisplayName="OpenCL"
|
||
|
|
CommandLine="xcopy /I /Y $(InputPath) $(SolutionDir)\..\Binary\$(PlatformName)\User\OpenCL"
|
||
|
|
Outputs="$(SolutionDir)\..\Binary\$(PlatformName)\User\OpenCL\$(InputFileName)"
|
||
|
|
FileExtensions="*.cl"
|
||
|
|
>
|
||
|
|
<Properties>
|
||
|
|
</Properties>
|
||
|
|
</CustomBuildRule>
|
||
|
|
</Rules>
|
||
|
|
</VisualStudioToolFile>
|