Skip to content

Commit

Permalink
Fix weather editor DLL root namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kovalenko committed Oct 20, 2014
1 parent d9a1487 commit 67d5d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editors/xrWeatherEditor/xrWeatherEditor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{492D3DFE-9068-4E7E-A008-7C2420A651C0}</ProjectGuid>
<RootNamespace>xrWeatherEditor</RootNamespace>
<RootNamespace>editor</RootNamespace>
<Keyword>ManagedCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down

0 comments on commit 67d5d8e

Please sign in to comment.