Skip to content

Commit

Permalink
Fixed references of Swizzle4d project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
azeno committed Feb 10, 2014
1 parent 134bbb2 commit 7c6d28f
Showing 1 changed file with 11 additions and 7 deletions.
Expand Up @@ -12,15 +12,19 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition.Codeplex">
<HintPath>..\..\..\..\..\..\lib\core\System.ComponentModel.Composition.Codeplex.dll</HintPath>
</Reference>
<Reference Include="VVVV.PluginInterfaces">
<HintPath>..\..\..\..\..\..\lib\core\VVVV.PluginInterfaces.dll</HintPath>
</Reference>
<Reference Include="VVVV.Utils">
<HintPath>..\..\..\..\..\..\lib\core\VVVV.Utils.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\common\src\thirdparty\System.ComponentModel.Composition.Codeplex.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\..\src\core\PluginInterfaces\PluginInterfaces.csproj">
<Project>{837C740A-485C-424C-8C38-086ED3DC73CB}</Project>
<Name>PluginInterfaces</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\..\..\common\src\core\Utils\Utils.csproj">
<Project>{C3773330-81FA-4253-823E-1BDE1529AA99}</Project>
<Name>Utils</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Swizzle4dNodes.cs" />
Expand Down

0 comments on commit 7c6d28f

Please sign in to comment.