|
31 | 31 | <WarningLevel>4</WarningLevel>
|
32 | 32 | </PropertyGroup>
|
33 | 33 | <ItemGroup>
|
34 |
| - <Reference Include="DynamoCore"> |
35 |
| - <HintPath>..\..\..\..\Program Files\Dynamo\Dynamo Core\1.0\DynamoCore.dll</HintPath> |
| 34 | + <Reference Include="DynamoCore, Version=1.0.0.1431, Culture=neutral, processorArchitecture=MSIL"> |
| 35 | + <HintPath>..\packages\DynamoVisualProgramming.Core.1.0.0\lib\net45\DynamoCore.dll</HintPath> |
36 | 36 | <Private>False</Private>
|
37 | 37 | </Reference>
|
38 |
| - <Reference Include="ProtoCore"> |
39 |
| - <HintPath>..\..\..\..\Program Files\Dynamo\Dynamo Core\1.0\ProtoCore.dll</HintPath> |
| 38 | + <Reference Include="DynamoServices, Version=1.0.0.1431, Culture=neutral, processorArchitecture=MSIL"> |
| 39 | + <HintPath>..\packages\DynamoVisualProgramming.DynamoServices.1.0.0\lib\net45\DynamoServices.dll</HintPath> |
| 40 | + <Private>False</Private> |
| 41 | + </Reference> |
| 42 | + <Reference Include="DynamoShapeManager, Version=1.0.0.1431, Culture=neutral, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\DynamoVisualProgramming.Core.1.0.0\lib\net45\DynamoShapeManager.dll</HintPath> |
| 44 | + <Private>False</Private> |
| 45 | + </Reference> |
| 46 | + <Reference Include="DynamoUnits, Version=1.0.0.1431, Culture=neutral, processorArchitecture=MSIL"> |
| 47 | + <HintPath>..\packages\DynamoVisualProgramming.ZeroTouchLibrary.1.0.0\lib\net45\DynamoUnits.dll</HintPath> |
| 48 | + <Private>False</Private> |
| 49 | + </Reference> |
| 50 | + <Reference Include="DynamoUtilities, Version=1.0.0.1431, Culture=neutral, processorArchitecture=MSIL"> |
| 51 | + <HintPath>..\packages\DynamoVisualProgramming.Core.1.0.0\lib\net45\DynamoUtilities.dll</HintPath> |
| 52 | + <Private>False</Private> |
| 53 | + </Reference> |
| 54 | + <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Expression.Interactions.dll</HintPath> |
| 56 | + <Private>True</Private> |
| 57 | + <Private>False</Private> |
| 58 | + </Reference> |
| 59 | + <Reference Include="Microsoft.Practices.Prism, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 60 | + <HintPath>..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath> |
| 61 | + <Private>False</Private> |
| 62 | + </Reference> |
| 63 | + <Reference Include="Microsoft.Practices.Prism.Interactivity, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 64 | + <HintPath>..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.Interactivity.dll</HintPath> |
| 65 | + <Private>False</Private> |
| 66 | + </Reference> |
| 67 | + <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 68 | + <HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath> |
| 69 | + <Private>False</Private> |
| 70 | + </Reference> |
| 71 | + <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 72 | + <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
| 73 | + <Private>False</Private> |
| 74 | + </Reference> |
| 75 | + <Reference Include="ProtoCore, Version=1.0.0.1431, Culture=neutral, processorArchitecture=MSIL"> |
| 76 | + <HintPath>..\packages\DynamoVisualProgramming.Core.1.0.0\lib\net45\ProtoCore.dll</HintPath> |
| 77 | + <Private>False</Private> |
| 78 | + </Reference> |
| 79 | + <Reference Include="ProtoGeometry, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 80 | + <HintPath>..\packages\DynamoVisualProgramming.ZeroTouchLibrary.1.0.0\lib\net45\ProtoGeometry.dll</HintPath> |
40 | 81 | <Private>False</Private>
|
41 | 82 | </Reference>
|
42 | 83 | <Reference Include="System" />
|
43 | 84 | <Reference Include="System.Core" />
|
| 85 | + <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 86 | + <HintPath>..\packages\Prism.4.1.0.0\lib\NET40\System.Windows.Interactivity.dll</HintPath> |
| 87 | + <Private>True</Private> |
| 88 | + <Private>False</Private> |
| 89 | + </Reference> |
44 | 90 | <Reference Include="System.Xml.Linq" />
|
45 | 91 | <Reference Include="System.Data.DataSetExtensions" />
|
46 | 92 | <Reference Include="Microsoft.CSharp" />
|
|
59 | 105 | </ProjectReference>
|
60 | 106 | </ItemGroup>
|
61 | 107 | <ItemGroup>
|
| 108 | + <None Include="packages.config" /> |
62 | 109 | <None Include="pkg.json" />
|
63 | 110 | </ItemGroup>
|
64 | 111 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
65 |
| - |
66 |
| - |
67 | 112 | <Target Name="AfterBuild">
|
68 | 113 | <ItemGroup>
|
69 | 114 | <SourceDlls Include="$(TargetDir)*.dll" />
|
|
0 commit comments