Files
duplicati/BuildTools/ResXEscapeCodeFixer/ResXEscapeCodeFixer.sln
T
kenneth.skovhede@gmail.com 5010e4f094 Fixed issue #96.
Added a small application to fix future issues with embedded escape codes.
Also fixed some encoding issues with the pt-BR files.

git-svn-id: https://duplicati.googlecode.com/svn/trunk@298 59da171f-624f-0410-aa54-27559c288bec
2009-09-26 09:43:02 +00:00

21 lines
951 B
Plaintext

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResXEscapeCodeFixer", "ResXEscapeCodeFixer\ResXEscapeCodeFixer.csproj", "{982E3EB3-369D-4DF4-AA73-C875D388F1BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{982E3EB3-369D-4DF4-AA73-C875D388F1BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{982E3EB3-369D-4DF4-AA73-C875D388F1BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{982E3EB3-369D-4DF4-AA73-C875D388F1BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{982E3EB3-369D-4DF4-AA73-C875D388F1BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal