Skip to content

Commit

Permalink
Move GeometryColor resource file (#9435)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Feb 28, 2019
1 parent b3b3ecf commit 01e036a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Libraries/GeometryColor/GeometryColor.csproj
Expand Up @@ -24,7 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\..\..\bin\AnyCPU\Debug\GeometryColor.xml</DocumentationFile>
<DocumentationFile>..\..\..\bin\AnyCPU\Debug\en-US\GeometryColor.xml</DocumentationFile>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand All @@ -35,7 +35,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<DocumentationFile>..\..\..\bin\AnyCPU\Release\GeometryColor.xml</DocumentationFile>
<DocumentationFile>..\..\..\bin\AnyCPU\Release\en-US\GeometryColor.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="ProtoGeometry">
Expand Down

0 comments on commit 01e036a

Please sign in to comment.