--- trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj 2012/05/10 18:43:55 122 +++ trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj 2012/05/11 10:58:42 124 @@ -55,6 +55,9 @@ <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> </PropertyGroup> <ItemGroup> + <Reference Include="ManagedWinapi"> + <HintPath>..\deps\managedwinapi-0.3\ManagedWinapi.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Drawing" /> @@ -118,6 +121,10 @@ <None Include="app.config" /> </ItemGroup> <ItemGroup> + <Content Include="..\deps\managedwinapi-0.3\ManagedWinapiNativeHelper.dll"> + <Link>ManagedWinapiNativeHelper.dll</Link> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> <Content Include="bin\Debug\current-version.txt" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |