forked from mrvux/dx11-vvvv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vvvv.DX11.References.targets
33 lines (33 loc) · 1.45 KB
/
vvvv.DX11.References.targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8" ?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Reference Include="System.ComponentModel.Composition.Codeplex">
<HintPath>$(SolutionDir)\Dependencies\mixed\System.ComponentModel.Composition.Codeplex.dll</HintPath>
<Private>$(IncludeVVVVCore)</Private>
</Reference>
<Reference Include="SlimDX">
<HintPath>$(SolutionDir)\Dependencies\$(Platform)\SlimDX.dll</HintPath>
<Private>$(IncludeVVVVCore)</Private>
</Reference>
<Reference Include="VVVV.Core">
<HintPath>$(SolutionDir)\Dependencies\$(Platform)\VVVV.Core.dll</HintPath>
<Private>$(IncludeVVVVCore)</Private>
</Reference>
<Reference Include="VVVV.Utils">
<HintPath>$(SolutionDir)\Dependencies\$(Platform)\VVVV.Utils.dll</HintPath>
<Private>$(IncludeVVVVCore)</Private>
</Reference>
<Reference Include="VVVV.Hosting">
<HintPath>$(SolutionDir)\Dependencies\$(Platform)\VVVV.Hosting.dll</HintPath>
<Private>$(IncludeVVVVCore)</Private>
</Reference>
<Reference Include="VVVV.PluginInterfaces">
<HintPath>$(SolutionDir)\Dependencies\$(Platform)\VVVV.PluginInterfaces.dll</HintPath>
<Private>$(IncludeVVVVCore)</Private>
</Reference>
<Reference Include="VVVV.Nodes.Generic">
<HintPath>$(SolutionDir)\Dependencies\$(Platform)\VVVV.Nodes.Generic.dll</HintPath>
<Private>$(IncludeVVVVCore)</Private>
</Reference>
</ItemGroup>
</Project>