Skip to content

Commit

Permalink
Removed association of japanese resource files with the (Public)ResxF…
Browse files Browse the repository at this point in the history
…ileCodeGenerator custom tool.

Signed-off-by: Konstantina Chremmou <[email protected]>
  • Loading branch information
kc284 committed Nov 30, 2017
1 parent fb84348 commit 1ec3ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions XenModel/XenModel.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -546,7 +546,6 @@
<LastGenOutput>FriendlyNames.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="FriendlyNames.ja.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>FriendlyNames.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
Expand Down Expand Up @@ -601,4 +600,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
3 changes: 1 addition & 2 deletions XenOvfApi/XenOvfApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
</EmbeddedResource>
<EmbeddedResource Include="Content.zh-CN.resx" />
<EmbeddedResource Include="Messages.ja.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Messages.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Messages.resx">
Expand Down Expand Up @@ -198,7 +197,7 @@
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
<UserProperties StartDate="20090814" AssemblyFileVersion="1" AssemblyVersion="1" Reset="1" />
<UserProperties Reset="1" AssemblyVersion="1" AssemblyFileVersion="1" StartDate="20090814" />
</VisualStudio>
</ProjectExtensions>
</Project>

0 comments on commit 1ec3ba6

Please sign in to comment.