When using our default .csproj template: ``` XML <ItemGroup> <Compile Include="**\*.cs" Exclude="$(GlobalExclude)" /> <EmbeddedResource Include="**\*.resx" Exclude="$(GlobalExclude)" /> <None Include="project.json" /> </ItemGroup> ``` We don't get the ResXFileCodeGenerator executed, so there isn't a nice developer experience of how to get access to the resources. /cc @davkean @srivatsn @natidea @nguerrera