--- trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj 2012/05/11 10:58:42 124 +++ trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj 2012/05/11 11:04:20 127 @@ -67,6 +67,9 @@ <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> + <Reference Include="WeifenLuo.WinFormsUI.Docking"> + <HintPath>..\deps\WeifenLuo.WinFormsUI.Docking\WeifenLuo.WinFormsUI.Docking.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="Program.cs" /> @@ -125,6 +128,9 @@ <Link>ManagedWinapiNativeHelper.dll</Link> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> + <Content Include="..\deps\WeifenLuo.WinFormsUI.Docking\WeifenLuo.WinFormsUI.Docking-license.txt"> + <Link>WeifenLuo.WinFormsUI.Docking-license.txt</Link> + </Content> <Content Include="bin\Debug\current-version.txt" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |