diff options
| author | Michael <[email protected]> | 2017-06-19 16:09:15 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-19 18:48:05 -0400 |
| commit | ec33d482d3bab8d86172dadb2baa7c6634563769 (patch) | |
| tree | 651805eef50032b9ed045234ae37e0549f50564c /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | f667cfbc9e57d8fe203679369d622a9678e7699e (diff) | |
| download | shiftos_thereturn-ec33d482d3bab8d86172dadb2baa7c6634563769.tar.gz shiftos_thereturn-ec33d482d3bab8d86172dadb2baa7c6634563769.tar.bz2 shiftos_thereturn-ec33d482d3bab8d86172dadb2baa7c6634563769.zip | |
fix language persistence bug
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 8c1accc..a8c25b7 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -932,6 +932,11 @@ </COMReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <ProjectExtensions> + <VisualStudio> + <UserProperties Resources_4strings_3fr_1txt__JSONSchema="http://json.schemastore.org/bundleconfig" /> + </VisualStudio> + </ProjectExtensions> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> |
