--- trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj 2012/05/09 16:46:44 71 +++ trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj 2012/05/09 17:10:48 78 @@ -66,6 +66,12 @@ <ItemGroup> <None Include="Properties\AssemblyInfo.cs.tmpl" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> + <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> + <Name>RomCheater.Logging</Name> + </ProjectReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |