diff --git a/.gitignore b/.gitignore index 4f0dee318c..58ced9917d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Generated or Downloaded (as part of the build process) +# SDK-style projects auto-include files, reducing the need for explicit entries GeneratedAssemblyInfo.cs Collection.cpp .vs/ diff --git a/Bin/nmock/src/sample/sample.csproj b/Bin/nmock/src/sample/sample.csproj index bea0d1535e..b235dcf71e 100644 --- a/Bin/nmock/src/sample/sample.csproj +++ b/Bin/nmock/src/sample/sample.csproj @@ -1,141 +1,21 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net48 + ../../../../Output/$(Configuration) + false + 4 + + + DEBUG;TRACE + true + full + false + + + TRACE + false + none + true + + \ No newline at end of file diff --git a/Bin/nmock/src/src/NMock.csproj b/Bin/nmock/src/src/NMock.csproj index 15eeae0c2c..7193e7b0b1 100644 --- a/Bin/nmock/src/src/NMock.csproj +++ b/Bin/nmock/src/src/NMock.csproj @@ -1,194 +1,33 @@ - - + + - Local - 8.0.50727 - 2.0 - {4859B9E5-3F65-4517-878C-AFC58B9D0035} - Debug - AnyCPU - - - - + net48 NMock - - - JScript - Grid - IE50 - false - Library NMock - OnBuildSuccess - - - - - - - 3.5 - v4.6.1 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - bin\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../../Output/$(Configuration) + false - false - false - false - false 4 + + + DEBUG;TRACE + true full - prompt + false - - bin\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - - - true - false - false - false - 4 none - prompt + true - - System - - - System.Data - - - System.XML - + + + - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - - - - - - - \ No newline at end of file diff --git a/Bin/nmock/src/src/NMock/NMock.csproj b/Bin/nmock/src/src/NMock/NMock.csproj index 166f14a855..c4b9e2698c 100644 --- a/Bin/nmock/src/src/NMock/NMock.csproj +++ b/Bin/nmock/src/src/NMock/NMock.csproj @@ -1,168 +1,34 @@ - + + - Local - 8.0.50727 - 2.0 - {9079A8CF-4143-4737-9F47-0FD3C83A0CE7} - Debug - AnyCPU - - - - - NMock - - - JScript - Grid - IE50 - false - Library - NMock - OnBuildSuccess - - - - - - - 2.0 - - - bin\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - + net48 + NMock + NMock + ../../../../../Output/$(Configuration) + false + - false - false - false - false - 4 - full - prompt + 4 - - bin\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false - - - true - false - false - false - 4 - none - prompt + + DEBUG;TRACE + true + full + false + + + TRACE + false + none + true - - nunit.framework - ..\..\tools\nunit.framework.dll - - - System - - - System.Data - - - System.XML - + + + + - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - + - - - - - - - \ No newline at end of file diff --git a/Bin/nmock/src/src/src.csproj b/Bin/nmock/src/src/src.csproj index a878d9b5cb..b235dcf71e 100644 --- a/Bin/nmock/src/src/src.csproj +++ b/Bin/nmock/src/src/src.csproj @@ -1,194 +1,21 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net48 + ../../../../Output/$(Configuration) + false + 4 + + + DEBUG;TRACE + true + full + false + + + TRACE + false + none + true + + \ No newline at end of file diff --git a/Bin/nmock/src/test/NMock/NMockTests.csproj b/Bin/nmock/src/test/NMock/NMockTests.csproj index 63d62d7c01..739c0021fc 100644 --- a/Bin/nmock/src/test/NMock/NMockTests.csproj +++ b/Bin/nmock/src/test/NMock/NMockTests.csproj @@ -1,174 +1,21 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net48 + ../../../../../Output/$(Configuration) + false + 4 + + + DEBUG;TRACE + true + full + false + + + TRACE + false + none + true + + \ No newline at end of file diff --git a/Bin/nmock/src/test/test.csproj b/Bin/nmock/src/test/test.csproj index d087e64329..b235dcf71e 100644 --- a/Bin/nmock/src/test/test.csproj +++ b/Bin/nmock/src/test/test.csproj @@ -1,162 +1,21 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net48 + ../../../../Output/$(Configuration) + false + 4 + + + DEBUG;TRACE + true + full + false + + + TRACE + false + none + true + + \ No newline at end of file diff --git a/Bin/nunitforms/source/FormsTester/FormsTester.csproj b/Bin/nunitforms/source/FormsTester/FormsTester.csproj index 9be9d851b7..a6beb0d815 100644 --- a/Bin/nunitforms/source/FormsTester/FormsTester.csproj +++ b/Bin/nunitforms/source/FormsTester/FormsTester.csproj @@ -1,73 +1,34 @@ - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {A46DD895-15DB-40BC-A5C5-595BDFBA69EE} - Library - Properties - FormsTester - FormsTester - v4.6.1 - 512 + net48 + FormsTester + FormsTester + ../../../../Output/$(Configuration) + false + 4 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 + + DEBUG;TRACE + true + full + false - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + + TRACE + false + none + true - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Build/FieldWorks.proj b/Build/FieldWorks.proj index 46731c9446..a8f304bd37 100644 --- a/Build/FieldWorks.proj +++ b/Build/FieldWorks.proj @@ -36,5 +36,4 @@ - diff --git a/Build/NuGet.targets b/Build/NuGet.targets deleted file mode 100644 index 2500b864f6..0000000000 --- a/Build/NuGet.targets +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - $(MSBuildThisFileDirectory) - $(NuGetToolsPath)nuget-windows/packages.config - $(NuGetToolsPath)nuget-common/packages.config - - - $(NuGetToolsPath)NuGet.exe - "$(NuGetExePath)" - - - $(NuGetCommand) restore "$(CommonPackagesConfig)" -NonInteractive -PackagesDirectory "$(fwrt)/packages" -PackageSaveMode "nuspec;nupkg" - $(NuGetCommand) restore "$(PlatformPackagesConfig)" -NonInteractive -PackagesDirectory "$(fwrt)/packages" -PackageSaveMode "nuspec;nupkg" - - - - - - - - - - https://dist.nuget.org/win-x86-commandline/latest/nuget.exe - - - - - - - - - - - - - - - - - - - - - - diff --git a/Build/Src/FwBuildTasks/CollectTargets.cs b/Build/Src/FwBuildTasks/CollectTargets.cs index 38ca770f47..90fa422d82 100644 --- a/Build/Src/FwBuildTasks/CollectTargets.cs +++ b/Build/Src/FwBuildTasks/CollectTargets.cs @@ -24,12 +24,26 @@ public override bool Execute() { try { + Log.LogMessage(MessageImportance.Normal, "Starting GenerateFwTargets task..."); var gen = new CollectTargets(Log, ToolsVersion); gen.Generate(); + Log.LogMessage(MessageImportance.Normal, "GenerateFwTargets task completed successfully."); return true; } - catch (CollectTargets.StopTaskException) + catch (CollectTargets.StopTaskException ex) { + Log.LogError("GenerateFwTargets task failed."); + if (ex.InnerException != null) + { + Log.LogError("Inner exception: {0}", ex.InnerException.Message); + Log.LogError("Stack trace: {0}", ex.InnerException.StackTrace); + } + return false; + } + catch (Exception ex) + { + Log.LogError("GenerateFwTargets task failed with unexpected exception: {0}", ex.Message); + Log.LogError("Stack trace: {0}", ex.StackTrace); return false; } } @@ -82,16 +96,22 @@ public CollectTargets(TaskLoggingHelper log, string toolsVersion) /// public void Generate() { + Log.LogMessage(MessageImportance.Normal, "Collecting project information from Src directory..."); var infoSrc = new DirectoryInfo(Path.Combine(m_fwroot, "Src")); CollectInfo(infoSrc); + // These projects from Lib had nant targets. They really should be under Src. + Log.LogMessage(MessageImportance.Normal, "Collecting project information from Lib directories..."); var infoEth = new DirectoryInfo(Path.Combine(m_fwroot, "Lib/src/Ethnologue")); CollectInfo(infoEth); var infoScr2 = new DirectoryInfo(Path.Combine(m_fwroot, "Lib/src/ScrChecks")); CollectInfo(infoScr2); var infoObj = new DirectoryInfo(Path.Combine(m_fwroot, "Lib/src/ObjectBrowser")); CollectInfo(infoObj); + + Log.LogMessage(MessageImportance.Normal, "Found {0} projects. Writing target files...", m_mapProjFile.Count); WriteTargetFiles(); + Log.LogMessage(MessageImportance.Normal, "Target file generation completed."); } /// @@ -100,11 +120,20 @@ public void Generate() private void CollectInfo(DirectoryInfo dirInfo) { if (dirInfo == null || !dirInfo.Exists) + { + Log.LogMessage(MessageImportance.Low, "Directory does not exist: {0}", dirInfo?.FullName ?? "null"); return; + } + + Log.LogMessage(MessageImportance.Low, "Scanning directory: {0}", dirInfo.FullName); + foreach (var fi in dirInfo.GetFiles()) { if (fi.Name.EndsWith(".csproj") && fi.Exists) + { + Log.LogMessage(MessageImportance.Low, "Processing project file: {0}", fi.FullName); ProcessCsProjFile(fi.FullName); + } } foreach (var diSub in dirInfo.GetDirectories()) CollectInfo(diSub); @@ -212,14 +241,62 @@ private string AssemblyName { get { - var name = m_csprojFile.SelectSingleNode("/c:Project/c:PropertyGroup/c:AssemblyName", - m_namespaceMgr); - var type = m_csprojFile.SelectSingleNode("/c:Project/c:PropertyGroup/c:OutputType", - m_namespaceMgr); + // Try SDK-style project first (no namespace) + var name = m_csprojFile.SelectSingleNode("/Project/PropertyGroup/AssemblyName"); + var type = m_csprojFile.SelectSingleNode("/Project/PropertyGroup/OutputType"); + + // If not found, try old-style project with namespace + if (name == null) + { + name = m_csprojFile.SelectSingleNode("/c:Project/c:PropertyGroup/c:AssemblyName", m_namespaceMgr); + type = m_csprojFile.SelectSingleNode("/c:Project/c:PropertyGroup/c:OutputType", m_namespaceMgr); + } + + // Default extension is .dll (for Library output type or when OutputType is not specified) string extension = ".dll"; - if (type.InnerText == "WinExe" || type.InnerText == "Exe") + if (type != null && (type.InnerText == "WinExe" || type.InnerText == "Exe")) extension = ".exe"; - return name.InnerText + extension; + + if (name != null) + return name.InnerText + extension; + + // If AssemblyName is not found, this shouldn't happen but return a safe default + Log.LogWarning("AssemblyName not found in project file, using default"); + return "Unknown" + extension; + } + } + + /// + /// Gets the assembly name for a specific project by name. + /// + /// The name of the project + /// The assembly name with extension + private string GetAssemblyNameForProject(string projectName) + { + if (!m_mapProjFile.ContainsKey(projectName)) + { + Log.LogWarning($"Project {projectName} not found in project map"); + return projectName + ".dll"; + } + + var projectPath = m_mapProjFile[projectName]; + var savedCsprojFile = m_csprojFile; + + try + { + // Load the specific project file + LoadProjectFile(projectPath); + return AssemblyName; + } + catch (Exception ex) + { + Log.LogWarning($"Failed to load project file {projectPath}: {ex.Message}"); + return projectName + ".dll"; + } + finally + { + // Restore the original project file + m_csprojFile = savedCsprojFile; } } @@ -230,12 +307,31 @@ private XmlNodeList ConfigNodes { get { + // Try SDK-style first (no namespace) + var nodes = m_csprojFile.SelectNodes("//PropertyGroup[DefineConstants]"); + if (nodes.Count > 0) + return nodes; + + // Fall back to legacy format with namespace return m_csprojFile.SelectNodes("/c:Project/c:PropertyGroup[c:DefineConstants]", m_namespaceMgr); } } - private string GetProjectSubDir(string project) + /// + /// Get DefineConstants value from a PropertyGroup node + /// + private string GetDefineConstants(XmlNode node) + { + // Try SDK-style first (no namespace) + var defineConstantsElement = node.SelectSingleNode("DefineConstants"); + if (defineConstantsElement != null) + return defineConstantsElement.InnerText; + + // Fall back to legacy format with namespace + var legacyElement = node.SelectSingleNode("c:DefineConstants", m_namespaceMgr); + return legacyElement?.InnerText ?? ""; + } { var projectSubDir = Path.GetDirectoryName(m_mapProjFile[project]); projectSubDir = projectSubDir.Substring(m_fwroot.Length); @@ -308,14 +404,14 @@ private void WriteTargetFiles() // for multiple platforms, e.g. for AnyCpu and x64. if (configs.ContainsKey(configuration)) { - if (configs[configuration] != node.SelectSingleNode("c:DefineConstants", m_namespaceMgr).InnerText.Replace(";", " ")) + if (configs[configuration] != GetDefineConstants(node).Replace(";", " ")) { Log.LogError("Configuration {0} for project {1} is defined several times " + "but contains differing values for DefineConstants.", configuration, project); } continue; } - configs.Add(configuration, node.SelectSingleNode("c:DefineConstants", m_namespaceMgr).InnerText.Replace(";", " ")); + configs.Add(configuration, GetDefineConstants(node).Replace(";", " ")); writer.WriteLine("\t\t", configuration); writer.WriteLine("\t\t\t"); @@ -372,7 +468,7 @@ private void WriteTargetFiles() writer.WriteLine("\t\t\tProperties=\"$(msbuild-props);IntermediateOutputPath=$(dir-fwobj){0}{1}{0};DefineConstants=$({2}Defines);$(warningsAsErrors);WarningLevel=4;LcmArtifactsDir=$(LcmArtifactsDir)\"/>", Path.DirectorySeparatorChar, GetProjectSubDir(project), project); // verification task - writer.WriteLine($"\t\t"); + writer.WriteLine($"\t\t"); if (isTestProject) { @@ -448,12 +544,56 @@ private void WriteTargetFiles() writer.Close(); } Console.WriteLine("Created {0}", targetsFile); + + // Always output the generated file content for debugging + if (File.Exists(targetsFile)) + { + Log.LogMessage(MessageImportance.High, "Generated targets file content:"); + try + { + var content = File.ReadAllText(targetsFile); + Log.LogMessage(MessageImportance.High, content); + } + catch (Exception readEx) + { + Log.LogError("Failed to read targets file for debugging: {0}", readEx.Message); + } + } } catch (Exception e) { + Log.LogError("Error occurred while writing target files: {0}", e.Message); + Log.LogError("Stack trace: {0}", e.StackTrace); + + // Output the generated file content for debugging + if (File.Exists(targetsFile)) + { + Log.LogError("Generated targets file content:"); + try + { + var content = File.ReadAllText(targetsFile); + Log.LogError(content); + } + catch (Exception readEx) + { + Log.LogError("Failed to read targets file for debugging: {0}", readEx.Message); + } + } + var badFile = targetsFile + ".bad"; - File.Move(targetsFile, badFile); - Console.WriteLine("Failed to Create FieldWorks.targets bad result stored in {0}", badFile); + try + { + if (File.Exists(badFile)) + File.Delete(badFile); + File.Move(targetsFile, badFile); + Log.LogMessage(MessageImportance.High, "Failed to create FieldWorks.targets, bad result stored in {0}", badFile); + Console.WriteLine("Failed to Create FieldWorks.targets bad result stored in {0}", badFile); + } + catch (Exception moveEx) + { + Log.LogError("Failed to move bad targets file: {0}", moveEx.Message); + } + throw new StopTaskException(e); } } diff --git a/Build/Src/FwBuildTasks/FwBuildTasks.csproj b/Build/Src/FwBuildTasks/FwBuildTasks.csproj index 4bca0f850c..d16658fc36 100644 --- a/Build/Src/FwBuildTasks/FwBuildTasks.csproj +++ b/Build/Src/FwBuildTasks/FwBuildTasks.csproj @@ -1,19 +1,32 @@ + SIL.FieldWorks.Build.Tasks Additional msbuild tasks for FieldWorks FwBuildTasks - net462 + net48 ../.. false + + DEBUG;TRACE + true + full + false + + + TRACE + false + none + true + + + - - diff --git a/Build/Src/NUnitReport/NUnitReport.csproj b/Build/Src/NUnitReport/NUnitReport.csproj index 087f24f9d4..9c08388f89 100644 --- a/Build/Src/NUnitReport/NUnitReport.csproj +++ b/Build/Src/NUnitReport/NUnitReport.csproj @@ -1,76 +1,40 @@ - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {BEFEBB89-264A-4205-B914-48963EDAB6D2} - Exe - Properties - NUnitReport - NUnitReport - v4.6.1 - - - 512 + net48 + Exe + NUnitReport + NUnitReport + ../../../Output/$(Configuration) + false + 4 - - AnyCPU - true - full - false - DEBUG;TRACE - prompt - 4 - ..\..\ + + DEBUG;TRACE + true + full + false - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + + TRACE + false + none + true - - NUnitReport.Program - - - - - ..\..\FwBuildTasks.dll - - - ..\..\..\..\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.Build.Framework.dll - - - ..\..\..\..\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.Build.Utilities.v4.0.dll - - - - - - - - - - - - - + + + + + + + + + + + - + - - \ No newline at end of file diff --git a/Build/build.bat b/Build/build.bat index 2e28f6c720..bfa9194d94 100755 --- a/Build/build.bat +++ b/Build/build.bat @@ -58,7 +58,7 @@ REM Run the next target only if the previous target succeeded ( %MsBuild% Src\FwBuildTasks\FwBuildTasks.sln /t:Restore;Build /p:Platform="Any CPU" ) && ( - if "%all_args:disableDownloads=%"=="%all_args%" %MsBuild% FieldWorks.proj /t:RestoreNuGetPackages + if "%all_args:disableDownloads=%"=="%all_args%" dotnet restore ) && ( %MsBuild% FieldWorks.proj /t:CheckDevelopmentPropertiesFile ) && ( diff --git a/Build/mkall.targets b/Build/mkall.targets index 7697d2c416..1d3b1b8967 100644 --- a/Build/mkall.targets +++ b/Build/mkall.targets @@ -370,7 +370,12 @@ - + + + + + + diff --git a/Build/nuget-common/packages.config b/Build/nuget-common/packages.config deleted file mode 100644 index e1b31b9e94..0000000000 --- a/Build/nuget-common/packages.config +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Build/nuget-windows/packages.config b/Build/nuget-windows/packages.config deleted file mode 100644 index 44ce4ba681..0000000000 --- a/Build/nuget-windows/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/FieldWorks.sln b/FieldWorks.sln new file mode 100644 index 0000000000..4b76f1f342 --- /dev/null +++ b/FieldWorks.sln @@ -0,0 +1,1959 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{3A8DF596-E814-FECC-DD4B-D8EF8AAC1A0D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F6AFDE3C-89A1-AC61-E5EF-956B19ED0D99}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormLanguageSwitch", "Lib\src\FormLanguageSwitch\FormLanguageSwitch.csproj", "{444761B8-0B6C-4207-A6DB-C782E2F0F115}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Converter", "Converter", "{0A5641E0-1BCB-B676-4E39-DAD9D6C371BF}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Convertlib", "Convertlib", "{1BADC6AD-438E-239A-43EA-2B4EF1E89D0C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConvertLib", "Lib\src\Converter\Convertlib\ConvertLib.csproj", "{638E781D-C2CE-4DF0-846D-FBD4F2194A4D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Converter", "Lib\src\Converter\Converter\Converter.csproj", "{1D29611F-3DC7-4EEA-BDD0-806E827620C5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConvertConsole", "ConvertConsole", "{04B23196-CA66-CB3A-E95C-2FCC93D94F7A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConverterConsole", "Lib\src\Converter\ConvertConsole\ConverterConsole.csproj", "{58354D4B-3409-42D3-BC10-61B27FD46BC4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectBrowser", "Lib\src\ObjectBrowser\ObjectBrowser.csproj", "{68E52854-D290-471A-9373-533F3240EFCA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScrChecks", "Lib\src\ScrChecks\ScrChecks.csproj", "{D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ScrChecks", "ScrChecks", "{5F40F68E-CD1C-376D-DB44-C5F39ADB8918}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScrChecksTests", "Lib\src\ScrChecks\ScrChecksTests\ScrChecksTests.csproj", "{A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{DEE5DD87-39C1-BF34-B639-A387DCCF972B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{37E8AE59-A161-5612-E67B-EDBB61A42753}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwBuildTasks", "Build\Src\FwBuildTasks\FwBuildTasks.csproj", "{ABAF4BA2-082F-4E90-BC4A-A4675F058640}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnitReport", "Build\Src\NUnitReport\NUnitReport.csproj", "{EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Bin", "Bin", "{C695CB73-81CB-8AFA-87D8-5BA7036879E6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nmock", "nmock", "{A72F8ADE-6735-30B9-2425-B0987C43FCC3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E4F328B9-7F59-872E-8DBB-4F7511BFC582}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sample", "Bin\nmock\src\sample\sample.csproj", "{7C2B1043-B4F6-404C-A347-790C63E34FAC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "Bin\nmock\src\test\test.csproj", "{C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{96710B94-CA07-E15F-1FE1-15919B9F4A4A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NMock", "NMock", "{55CFA640-FA4E-4D45-9251-FA96025CB496}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NMockTests", "Bin\nmock\src\test\NMock\NMockTests.csproj", "{BBB22FCE-A78D-46F5-9739-9E9BFCC20454}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CFBC6EEE-0C73-68A7-AF5E-C32B6B849C65}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NMock", "Bin\nmock\src\src\NMock.csproj", "{9755E050-6282-4FD1-8B8D-466AB76C0DF2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "src", "Bin\nmock\src\src\src.csproj", "{F594B34C-74BF-4DF0-A06D-81F74E8A2B79}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nunitforms", "nunitforms", "{CF1AC57E-92D1-B965-A9F8-37D51C864E0B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "source", "source", "{4A9E32E7-D389-58D2-F8C8-DC5B97F4810A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormsTester", "Bin\nunitforms\source\FormsTester\FormsTester.csproj", "{F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CacheLight", "Src\CacheLight\CacheLight.csproj", "{4D0744C7-2102-4070-9C48-1B951FE72CCC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CacheLight", "CacheLight", "{BF3649DB-4B48-366E-C43D-B5A6F14C745E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CacheLightTests", "Src\CacheLight\CacheLightTests\CacheLightTests.csproj", "{8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InstallValidator", "Src\InstallValidator\InstallValidator.csproj", "{70D5C150-539E-443D-BEC8-BD873FFBFC24}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "InstallValidator", "InstallValidator", "{D1EC0EE6-97FC-0F06-B606-C4DB633B29C7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InstallValidatorTests", "Src\InstallValidator\InstallValidatorTests\InstallValidatorTests.csproj", "{E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{BFF2DF6E-AA54-47C7-211F-79ACCBB4577C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleRootSite", "Src\Common\SimpleRootSite\SimpleRootSite.csproj", "{EF994132-BA0A-40C6-9564-F87DD61854E5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SimpleRootSite", "SimpleRootSite", "{3855E517-ECD0-ADA1-1ADC-22240FCED9FC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleRootSiteTests", "Src\Common\SimpleRootSite\SimpleRootSiteTests\SimpleRootSiteTests.csproj", "{17AF51B9-AEAD-41EA-A08F-EB1A856F7120}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Controls", "Controls", "{E1B64F69-004E-6ADF-C9A2-134C3B680682}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XMLViews", "Src\Common\Controls\XMLViews\XMLViews.csproj", "{29626724-FCEF-4276-969F-9D9B22F863D3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XMLViews", "XMLViews", "{1154269E-33BC-32FB-9138-9A7FB73216BD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XMLViewsTests", "Src\Common\Controls\XMLViews\XMLViewsTests\XMLViewsTests.csproj", "{D37A981C-6059-49BF-807C-1E5CA4ECD990}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FwControls", "FwControls", "{54E98A4D-D01B-F44C-90C9-94C73F302CF1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwControlsTests", "Src\Common\Controls\FwControls\FwControlsTests\FwControlsTests.csproj", "{F8965E9F-D1B6-42D2-A3CC-37343524DDAE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwControls", "Src\Common\Controls\FwControls\FwControls.csproj", "{7853EF40-D7B2-417E-A809-ADBD219BFCCD}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Widgets", "Widgets", "{56C49F86-F642-B511-DD77-07F1343852AB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WidgetsTests", "Src\Common\Controls\Widgets\WidgetsTests\WidgetsTests.csproj", "{8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Widgets", "Src\Common\Controls\Widgets\Widgets.csproj", "{83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Design", "Src\Common\Controls\Design\Design.csproj", "{319EFFF2-B576-48B5-BA85-C75107BE87E2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DetailControls", "Src\Common\Controls\DetailControls\DetailControls.csproj", "{B46A33AB-3C33-40E8-91CE-424F533B3232}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DetailControls", "DetailControls", "{2F9E350A-198B-B2A2-7860-834C56F212E0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DetailControlsTests", "Src\Common\Controls\DetailControls\DetailControlsTests\DetailControlsTests.csproj", "{A970E3CF-FB0A-438A-A83C-8826B69B112F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Filters", "Src\Common\Filters\Filters.csproj", "{83477B04-9FCC-4265-ADF1-E3D9A66E153C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Filters", "Filters", "{534788F2-E3FE-6243-9D6E-B6A850973EA6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FiltersTests", "Src\Common\Filters\FiltersTests\FiltersTests.csproj", "{8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewsInterfaces", "Src\Common\ViewsInterfaces\ViewsInterfaces.csproj", "{0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ViewsInterfaces", "ViewsInterfaces", "{52FA8288-6FF8-9840-A783-2F656A1C0ABF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewsInterfacesTests", "Src\Common\ViewsInterfaces\ViewsInterfacesTests\ViewsInterfacesTests.csproj", "{7D80C52D-88BD-4B59-A5BE-0A3F17C47428}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScriptureUtils", "Src\Common\ScriptureUtils\ScriptureUtils.csproj", "{BAAB232D-D140-41B5-B0C2-C981BB39FF1F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ScriptureUtils", "ScriptureUtils", "{180780E1-E0BC-3424-EDBA-92853F2CADB2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScriptureUtilsTests", "Src\Common\ScriptureUtils\ScriptureUtilsTests\ScriptureUtilsTests.csproj", "{272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RootSite", "RootSite", "{8EB6A4FB-28B7-5E4C-9CAE-294CD9B918E0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RootSiteTests", "Src\Common\RootSite\RootSiteTests\RootSiteTests.csproj", "{0DB07558-244F-43E6-B877-4737BA696E07}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RootSite", "Src\Common\RootSite\RootSite.csproj", "{2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIAdapterInterfaces", "Src\Common\UIAdapterInterfaces\UIAdapterInterfaces.csproj", "{61A31FD2-89D7-468C-B8A1-727C2AEA93A4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FwUtils", "FwUtils", "{EDCFB4F0-7BAA-1910-2869-EAFD5CE869DC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwUtilsTests", "Src\Common\FwUtils\FwUtilsTests\FwUtilsTests.csproj", "{5FFAB264-0241-4664-9757-B50019C8A205}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwUtils", "Src\Common\FwUtils\FwUtils.csproj", "{E227FF4C-E446-42C7-A417-E329867E3AE6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FieldWorks", "FieldWorks", "{4D34970E-407B-2680-27A7-F11A5DDA5941}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FieldWorksTests", "Src\Common\FieldWorks\FieldWorksTests\FieldWorksTests.csproj", "{9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FieldWorks", "Src\Common\FieldWorks\FieldWorks.csproj", "{D3DB74FD-3035-4B22-BF3E-632D0FD97308}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Framework", "Src\Common\Framework\Framework.csproj", "{B17AEF2D-5CAC-4157-9CCF-4F660A564638}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Framework", "Framework", "{4F3AD5E6-AEE0-D165-100F-043E8C1EB585}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrameworkTests", "Src\Common\Framework\FrameworkTests\FrameworkTests.csproj", "{F929BC02-37FB-4C29-8090-A77EEE568669}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paratext8Plugin", "Src\Paratext8Plugin\Paratext8Plugin.csproj", "{6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Paratext8Plugin", "Paratext8Plugin", "{795CB5E1-DF3F-7BA7-FB1C-F9744F7AD002}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ParaText8PluginTests", "ParaText8PluginTests", "{2FC817B5-DD1D-8BBE-38EE-8D5FE899CBDD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Paratext8PluginTests", "Src\Paratext8Plugin\ParaText8PluginTests\Paratext8PluginTests.csproj", "{5C23F1E8-E396-4D19-B692-5B3EF051020F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MigrateSqlDbs", "Src\MigrateSqlDbs\MigrateSqlDbs.csproj", "{391FE479-0FBA-4923-B018-C79B66DD7944}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FdoUi", "FdoUi", "{C4DB4899-81F3-02C9-DEF1-F2A732F33B8C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FdoUiTests", "Src\FdoUi\FdoUiTests\FdoUiTests.csproj", "{9A689891-3B47-4CFC-9E5A-BA609EB8375B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FdoUi", "Src\FdoUi\FdoUi.csproj", "{83605906-CDDE-4F95-BA19-C24BD47B3050}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenerateHCConfig", "Src\GenerateHCConfig\GenerateHCConfig.csproj", "{906B104A-3965-45EF-868E-F564CB6624CF}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XCore", "XCore", "{35714D27-B8E1-3CD7-0189-D0AF07CA86FC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xCoreTests", "Src\XCore\xCoreTests\xCoreTests.csproj", "{DCB71FE1-E6C9-4145-9949-2642494FA6D6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xCoreInterfaces", "Src\XCore\xCoreInterfaces\xCoreInterfaces.csproj", "{D28E1854-6661-4803-9545-EDC898E17D3A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "xCoreInterfaces", "xCoreInterfaces", "{9C2B3FF3-2AE7-2D63-34A2-CA0121CA5157}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xCoreInterfacesTests", "Src\XCore\xCoreInterfaces\xCoreInterfacesTests\xCoreInterfacesTests.csproj", "{7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlexUIAdapter", "Src\XCore\FlexUIAdapter\FlexUIAdapter.csproj", "{133CAD23-AB4A-4346-82C8-5345B4C5F0CB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilSidePane", "Src\XCore\SilSidePane\SilSidePane.csproj", "{1C161241-41E8-43AF-920D-99599A39DDD2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SilSidePane", "SilSidePane", "{01768DF8-E84C-E17B-F893-B68C16B78359}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilSidePaneTests", "Src\XCore\SilSidePane\SilSidePaneTests\SilSidePaneTests.csproj", "{704DF36E-31D0-46B0-819B-EA249127485A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xCore", "Src\XCore\xCore.csproj", "{1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FXT", "FXT", "{6D69D131-C928-6A46-F508-A4A608CBE30A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FxtExe", "Src\FXT\FxtExe\FxtExe.csproj", "{7EED38B2-393E-40B2-95BE-A8BBDFA271B8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FxtDll", "FxtDll", "{0B8CF7F9-5CA4-620B-0DD2-140EC9BCB0BE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FxtDllTests", "Src\FXT\FxtDll\FxtDllTests\FxtDllTests.csproj", "{DC693FD8-15C1-41E1-B6AD-BE40266AEC91}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FxtDll", "Src\FXT\FxtDll\FxtDll.csproj", "{D6012B11-1F0F-46B3-887C-D01C1F77278B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectUnpacker", "Src\ProjectUnpacker\ProjectUnpacker.csproj", "{12515EDB-6887-4EAF-8135-71D221177A43}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedVwDrawRootBuffered", "Src\ManagedVwDrawRootBuffered\ManagedVwDrawRootBuffered.csproj", "{86FDB5B4-D72D-4019-8379-3B9A4859DC47}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LexText", "LexText", "{00292BB6-CF8F-6145-D57B-272E2F0305F7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlexPathwayPlugin", "Src\LexText\FlexPathwayPlugin\FlexPathwayPlugin.csproj", "{4A31410A-50AB-4F62-BB1A-B8D12437CB31}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FlexPathwayPlugin", "FlexPathwayPlugin", "{CDE95756-069C-3921-B64E-388B01595F19}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlexPathwayPluginTests", "Src\LexText\FlexPathwayPlugin\FlexPathwayPluginTests\FlexPathwayPluginTests.csproj", "{BF01E12A-1177-4C60-8556-3C507C18B46E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LexTextControls", "LexTextControls", "{D405234C-759D-0EC9-7700-08F30CB5DDBC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LexTextControlsTests", "Src\LexText\LexTextControls\LexTextControlsTests\LexTextControlsTests.csproj", "{A181F22B-CB92-4182-85FC-B2BD8B21C05F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LexTextControls", "Src\LexText\LexTextControls\LexTextControls.csproj", "{2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LexTextExe", "Src\LexText\LexTextExe\LexTextExe.csproj", "{239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LexTextDll", "Src\LexText\LexTextDll\LexTextDll.csproj", "{D00EB656-96B9-4AA0-9FA0-563B694EB699}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LexTextDll", "LexTextDll", "{704ACE01-3404-B694-4EB7-0D40A102E181}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LexTextDllTests", "Src\LexText\LexTextDll\LexTextDllTests\LexTextDllTests.csproj", "{8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lexicon", "Lexicon", "{E9CC87B8-9F4F-25EE-8D4F-05F97ABA43F4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LexEdDllTests", "Src\LexText\Lexicon\LexEdDllTests\LexEdDllTests.csproj", "{BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LexEdDll", "Src\LexText\Lexicon\LexEdDll.csproj", "{277780F8-20E8-47D1-ABA2-851F4F7A99B3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ParserCore", "ParserCore", "{06D369EC-5D20-A22D-B77E-04BD55BE5D5D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAmpleManagedWrapper", "Src\LexText\ParserCore\XAmpleManagedWrapper\XAmpleManagedWrapper.csproj", "{89BD4BF1-C998-41A5-B592-8F0BC63B302F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XAmpleManagedWrapper", "XAmpleManagedWrapper", "{F980F287-D1F3-1C9F-6275-362C76E83A45}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAmpleManagedWrapperTests", "Src\LexText\ParserCore\XAmpleManagedWrapper\XAmpleManagedWrapperTests\XAmpleManagedWrapperTests.csproj", "{2896B55E-B632-4B47-8C6B-1BC899D557AB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParserCore", "Src\LexText\ParserCore\ParserCore.csproj", "{A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParserCoreTests", "Src\LexText\ParserCore\ParserCoreTests\ParserCoreTests.csproj", "{2931C400-1B7B-436F-8217-D797DA44E55A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Morphology", "Morphology", "{C841E55D-22AA-1F16-5723-A1DB7AEF84E8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MorphologyEditorDll", "Src\LexText\Morphology\MorphologyEditorDll.csproj", "{FE29D4F2-EFC6-441D-A99D-7D17040277D8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MGA", "Src\LexText\Morphology\MGA\MGA.csproj", "{F488D700-F312-45C3-8801-8ED6A1D7B28F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MGA", "MGA", "{1751DE90-400F-90E7-6F48-6B959D464C68}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MGATests", "Src\LexText\Morphology\MGA\MGATests\MGATests.csproj", "{BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MorphologyEditorDllTests", "Src\LexText\Morphology\MorphologyEditorDllTests\MorphologyEditorDllTests.csproj", "{B29D0B55-DF5A-4BA8-B885-0290D68A05F4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Discourse", "Src\LexText\Discourse\Discourse.csproj", "{3DC68292-A5F8-42FE-B3A9-88151CF15A8B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Discourse", "Discourse", "{98AA2679-CFDB-D0DB-0268-E590EE533091}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscourseTests", "Src\LexText\Discourse\DiscourseTests\DiscourseTests.csproj", "{1C730F86-B779-4BAF-9A72-63B7629A54F0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Interlinear", "Interlinear", "{E325A7DB-1005-61BF-992B-608756D7E54A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITextDll", "Src\LexText\Interlinear\ITextDll.csproj", "{0AD46F87-D5AC-484F-A92A-557449170860}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITextDllTests", "Src\LexText\Interlinear\ITextDllTests\ITextDllTests.csproj", "{62D1DA97-6405-4A94-A40E-B3B5DE102321}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ParserUI", "ParserUI", "{7089B7E9-ABB2-0A25-CB09-E7AE7D2B8D61}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParserUITests", "Src\LexText\ParserUI\ParserUITests\ParserUITests.csproj", "{34DC3A10-48C9-49B1-8E01-B94F089346B4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParserUI", "Src\LexText\ParserUI\ParserUI.csproj", "{A443E20A-BB87-4FBD-8C61-7E784D618F19}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ManagedVwWindow", "ManagedVwWindow", "{E5AA158E-7CA9-F6F2-2D1C-30AFA7D79362}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedVwWindowTests", "Src\ManagedVwWindow\ManagedVwWindowTests\ManagedVwWindowTests.csproj", "{9E7078F0-47B9-46A6-AE24-586844F9EDFD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedVwWindow", "Src\ManagedVwWindow\ManagedVwWindow.csproj", "{5AD4AD08-53FB-4C5A-914F-947FAAE573E9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FwParatextLexiconPlugin", "FwParatextLexiconPlugin", "{7C842384-6802-FC1D-5BA6-34526AE299C3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwParatextLexiconPluginTests", "Src\FwParatextLexiconPlugin\FwParatextLexiconPluginTests\FwParatextLexiconPluginTests.csproj", "{0A2BBB02-5B53-4752-BAA9-A226F463199E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwParatextLexiconPlugin", "Src\FwParatextLexiconPlugin\FwParatextLexiconPlugin.csproj", "{8E09E788-7541-4C17-BED3-8BC0CBC2A24B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LCMBrowser", "Src\LCMBrowser\LCMBrowser.csproj", "{A5426CC4-5008-4462-B8FE-6859079F3261}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xWorks", "Src\xWorks\xWorks.csproj", "{379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "xWorks", "xWorks", "{B8E50C7A-368E-AA11-2643-A85574F7AF1E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xWorksTests", "Src\xWorks\xWorksTests\xWorksTests.csproj", "{902DBC36-8119-45CA-B43A-66EB317BBDCF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedLgIcuCollator", "Src\ManagedLgIcuCollator\ManagedLgIcuCollator.csproj", "{D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ManagedLgIcuCollator", "ManagedLgIcuCollator", "{58BC3023-C50C-61E0-4645-4952B13F7DA9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedLgIcuCollatorTests", "Src\ManagedLgIcuCollator\ManagedLgIcuCollatorTests\ManagedLgIcuCollatorTests.csproj", "{447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ParatextImport", "ParatextImport", "{8E6D8F4C-6129-DBA2-72CB-13536F70C0C5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParatextImportTests", "Src\ParatextImport\ParatextImportTests\ParatextImportTests.csproj", "{47645BA6-DE97-4714-8518-86C9B4D6D344}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParatextImport", "Src\ParatextImport\ParatextImport.csproj", "{3C39D7B9-1656-433D-84C7-8A5582D21034}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{AB08B9A8-5735-C00D-10FA-B1C840F3028B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FixFwData", "Src\Utilities\FixFwData\FixFwData.csproj", "{4EF01132-177F-4D52-AE05-3A5C5182017B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SfmStats", "Src\Utilities\SfmStats\SfmStats.csproj", "{61206411-27DE-4BB6-B278-528752FC889D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XMLUtils", "Src\Utilities\XMLUtils\XMLUtils.csproj", "{7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XMLUtils", "XMLUtils", "{E4ECD845-9395-F9F1-FDE1-435A845FC8B9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XMLUtilsTests", "Src\Utilities\XMLUtils\XMLUtilsTests\XMLUtilsTests.csproj", "{8F476959-2752-41BE-B021-837854C7B952}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageBoxExLib", "Src\Utilities\MessageBoxExLib\MessageBoxExLib.csproj", "{B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MessageBoxExLib", "MessageBoxExLib", "{AFBB2C5B-B33B-E6C4-BB87-78800C29D81F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageBoxExLibTests", "Src\Utilities\MessageBoxExLib\MessageBoxExLibTests\MessageBoxExLibTests.csproj", "{66EC7F25-14F8-4ECE-B257-78CEF0B5A214}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FixFwDataDll", "Src\Utilities\FixFwDataDll\FixFwDataDll.csproj", "{F9BC3F7F-F662-4873-83BC-071772A2728D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SfmToXml", "SfmToXml", "{B25ECE16-47A4-EFFF-9A01-10DB9EF80979}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConvertSFM", "Src\Utilities\SfmToXml\ConvertSFM\ConvertSFM.csproj", "{3FB15850-F450-414C-8D2E-163026FB92C3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sfm2Xml", "Src\Utilities\SfmToXml\Sfm2Xml.csproj", "{B2B96D27-0C3B-4852-B321-38BE11D22F40}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sfm2XmlTests", "Src\Utilities\SfmToXml\Sfm2XmlTests\Sfm2XmlTests.csproj", "{8959649D-0870-4E55-B750-48EA7ED03E02}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reporting", "Src\Utilities\Reporting\Reporting.csproj", "{F0863958-30FF-4C2F-AA4B-7FD37080CA78}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnicodeCharEditor", "UnicodeCharEditor", "{D17F9CCF-866B-D2B9-157C-2A59EF567874}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnicodeCharEditorTests", "Src\UnicodeCharEditor\UnicodeCharEditorTests\UnicodeCharEditorTests.csproj", "{D39DE234-3692-414D-B73A-3D18FD87860F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnicodeCharEditor", "Src\UnicodeCharEditor\UnicodeCharEditor.csproj", "{19E2F209-BEF4-4F9A-A60E-2B475439E294}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwResources", "Src\FwResources\FwResources.csproj", "{FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "views", "views", "{3DEC22B2-08D4-C6E0-1CCB-D86B1099C2A1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{7EAD367D-9664-06A9-AA56-F6FD619988C5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VwGraphicsReplayer", "Src\views\lib\VwGraphicsReplayer\VwGraphicsReplayer.csproj", "{8AAB41EE-C60D-4C0D-A146-143B24BE3073}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwCoreDlgs", "Src\FwCoreDlgs\FwCoreDlgs.csproj", "{7867A200-0D64-4052-A522-0434749C1493}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FwCoreDlgs", "FwCoreDlgs", "{3FBC6382-EAB3-2591-1BD2-49783D022294}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwCoreDlgsTests", "Src\FwCoreDlgs\FwCoreDlgsTests\FwCoreDlgsTests.csproj", "{A87357C5-87E9-4844-8CB5-DF9A84D83E97}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwCoreDlgControls", "Src\FwCoreDlgs\FwCoreDlgControls\FwCoreDlgControls.csproj", "{D2E3E58C-0B3D-4456-8720-05F32814C1E2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FwCoreDlgControls", "FwCoreDlgControls", "{69B7CA81-7E48-7588-BBDC-1ADBDC464455}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FwCoreDlgControlsTests", "Src\FwCoreDlgs\FwCoreDlgControls\FwCoreDlgControlsTests\FwCoreDlgControlsTests.csproj", "{EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Debug|Any CPU.Build.0 = Debug|Any CPU + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Debug|x64.ActiveCfg = Debug|Any CPU + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Debug|x64.Build.0 = Debug|Any CPU + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Debug|x86.ActiveCfg = Debug|Any CPU + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Debug|x86.Build.0 = Debug|Any CPU + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Release|Any CPU.ActiveCfg = Release|Any CPU + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Release|Any CPU.Build.0 = Release|Any CPU + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Release|x64.ActiveCfg = Release|Any CPU + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Release|x64.Build.0 = Release|Any CPU + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Release|x86.ActiveCfg = Release|Any CPU + {444761B8-0B6C-4207-A6DB-C782E2F0F115}.Release|x86.Build.0 = Release|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Debug|x64.ActiveCfg = Debug|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Debug|x64.Build.0 = Debug|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Debug|x86.ActiveCfg = Debug|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Debug|x86.Build.0 = Debug|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Release|Any CPU.Build.0 = Release|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Release|x64.ActiveCfg = Release|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Release|x64.Build.0 = Release|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Release|x86.ActiveCfg = Release|Any CPU + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D}.Release|x86.Build.0 = Release|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Debug|x64.ActiveCfg = Debug|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Debug|x64.Build.0 = Debug|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Debug|x86.ActiveCfg = Debug|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Debug|x86.Build.0 = Debug|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Release|Any CPU.Build.0 = Release|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Release|x64.ActiveCfg = Release|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Release|x64.Build.0 = Release|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Release|x86.ActiveCfg = Release|Any CPU + {1D29611F-3DC7-4EEA-BDD0-806E827620C5}.Release|x86.Build.0 = Release|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Debug|x64.ActiveCfg = Debug|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Debug|x64.Build.0 = Debug|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Debug|x86.ActiveCfg = Debug|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Debug|x86.Build.0 = Debug|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Release|Any CPU.Build.0 = Release|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Release|x64.ActiveCfg = Release|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Release|x64.Build.0 = Release|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Release|x86.ActiveCfg = Release|Any CPU + {58354D4B-3409-42D3-BC10-61B27FD46BC4}.Release|x86.Build.0 = Release|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Debug|x64.ActiveCfg = Debug|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Debug|x64.Build.0 = Debug|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Debug|x86.ActiveCfg = Debug|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Debug|x86.Build.0 = Debug|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Release|Any CPU.Build.0 = Release|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Release|x64.ActiveCfg = Release|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Release|x64.Build.0 = Release|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Release|x86.ActiveCfg = Release|Any CPU + {68E52854-D290-471A-9373-533F3240EFCA}.Release|x86.Build.0 = Release|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Debug|x64.ActiveCfg = Debug|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Debug|x64.Build.0 = Debug|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Debug|x86.ActiveCfg = Debug|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Debug|x86.Build.0 = Debug|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Release|Any CPU.Build.0 = Release|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Release|x64.ActiveCfg = Release|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Release|x64.Build.0 = Release|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Release|x86.ActiveCfg = Release|Any CPU + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1}.Release|x86.Build.0 = Release|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Debug|x64.ActiveCfg = Debug|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Debug|x64.Build.0 = Debug|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Debug|x86.ActiveCfg = Debug|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Debug|x86.Build.0 = Debug|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Release|Any CPU.Build.0 = Release|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Release|x64.ActiveCfg = Release|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Release|x64.Build.0 = Release|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Release|x86.ActiveCfg = Release|Any CPU + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8}.Release|x86.Build.0 = Release|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Debug|x64.ActiveCfg = Debug|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Debug|x64.Build.0 = Debug|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Debug|x86.ActiveCfg = Debug|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Debug|x86.Build.0 = Debug|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Release|Any CPU.ActiveCfg = Release|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Release|Any CPU.Build.0 = Release|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Release|x64.ActiveCfg = Release|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Release|x64.Build.0 = Release|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Release|x86.ActiveCfg = Release|Any CPU + {ABAF4BA2-082F-4E90-BC4A-A4675F058640}.Release|x86.Build.0 = Release|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Debug|x64.ActiveCfg = Debug|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Debug|x64.Build.0 = Debug|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Debug|x86.ActiveCfg = Debug|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Debug|x86.Build.0 = Debug|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Release|Any CPU.Build.0 = Release|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Release|x64.ActiveCfg = Release|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Release|x64.Build.0 = Release|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Release|x86.ActiveCfg = Release|Any CPU + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D}.Release|x86.Build.0 = Release|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Debug|x64.ActiveCfg = Debug|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Debug|x64.Build.0 = Debug|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Debug|x86.ActiveCfg = Debug|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Debug|x86.Build.0 = Debug|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Release|Any CPU.Build.0 = Release|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Release|x64.ActiveCfg = Release|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Release|x64.Build.0 = Release|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Release|x86.ActiveCfg = Release|Any CPU + {7C2B1043-B4F6-404C-A347-790C63E34FAC}.Release|x86.Build.0 = Release|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Debug|x64.ActiveCfg = Debug|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Debug|x64.Build.0 = Debug|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Debug|x86.ActiveCfg = Debug|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Debug|x86.Build.0 = Debug|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Release|Any CPU.Build.0 = Release|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Release|x64.ActiveCfg = Release|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Release|x64.Build.0 = Release|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Release|x86.ActiveCfg = Release|Any CPU + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33}.Release|x86.Build.0 = Release|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Debug|x64.ActiveCfg = Debug|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Debug|x64.Build.0 = Debug|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Debug|x86.ActiveCfg = Debug|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Debug|x86.Build.0 = Debug|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Release|Any CPU.Build.0 = Release|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Release|x64.ActiveCfg = Release|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Release|x64.Build.0 = Release|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Release|x86.ActiveCfg = Release|Any CPU + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454}.Release|x86.Build.0 = Release|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Debug|x64.ActiveCfg = Debug|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Debug|x64.Build.0 = Debug|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Debug|x86.ActiveCfg = Debug|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Debug|x86.Build.0 = Debug|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Release|Any CPU.Build.0 = Release|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Release|x64.ActiveCfg = Release|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Release|x64.Build.0 = Release|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Release|x86.ActiveCfg = Release|Any CPU + {9755E050-6282-4FD1-8B8D-466AB76C0DF2}.Release|x86.Build.0 = Release|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Debug|x64.ActiveCfg = Debug|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Debug|x64.Build.0 = Debug|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Debug|x86.ActiveCfg = Debug|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Debug|x86.Build.0 = Debug|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Release|Any CPU.Build.0 = Release|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Release|x64.ActiveCfg = Release|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Release|x64.Build.0 = Release|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Release|x86.ActiveCfg = Release|Any CPU + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79}.Release|x86.Build.0 = Release|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Debug|x64.ActiveCfg = Debug|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Debug|x64.Build.0 = Debug|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Debug|x86.ActiveCfg = Debug|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Debug|x86.Build.0 = Debug|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Release|Any CPU.Build.0 = Release|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Release|x64.ActiveCfg = Release|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Release|x64.Build.0 = Release|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Release|x86.ActiveCfg = Release|Any CPU + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7}.Release|x86.Build.0 = Release|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Debug|x64.ActiveCfg = Debug|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Debug|x64.Build.0 = Debug|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Debug|x86.ActiveCfg = Debug|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Debug|x86.Build.0 = Debug|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Release|Any CPU.Build.0 = Release|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Release|x64.ActiveCfg = Release|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Release|x64.Build.0 = Release|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Release|x86.ActiveCfg = Release|Any CPU + {4D0744C7-2102-4070-9C48-1B951FE72CCC}.Release|x86.Build.0 = Release|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Debug|x64.ActiveCfg = Debug|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Debug|x64.Build.0 = Debug|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Debug|x86.ActiveCfg = Debug|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Debug|x86.Build.0 = Debug|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Release|Any CPU.Build.0 = Release|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Release|x64.ActiveCfg = Release|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Release|x64.Build.0 = Release|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Release|x86.ActiveCfg = Release|Any CPU + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3}.Release|x86.Build.0 = Release|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Debug|Any CPU.Build.0 = Debug|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Debug|x64.ActiveCfg = Debug|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Debug|x64.Build.0 = Debug|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Debug|x86.ActiveCfg = Debug|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Debug|x86.Build.0 = Debug|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Release|Any CPU.ActiveCfg = Release|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Release|Any CPU.Build.0 = Release|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Release|x64.ActiveCfg = Release|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Release|x64.Build.0 = Release|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Release|x86.ActiveCfg = Release|Any CPU + {70D5C150-539E-443D-BEC8-BD873FFBFC24}.Release|x86.Build.0 = Release|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Debug|x64.ActiveCfg = Debug|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Debug|x64.Build.0 = Debug|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Debug|x86.ActiveCfg = Debug|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Debug|x86.Build.0 = Debug|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Release|Any CPU.Build.0 = Release|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Release|x64.ActiveCfg = Release|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Release|x64.Build.0 = Release|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Release|x86.ActiveCfg = Release|Any CPU + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872}.Release|x86.Build.0 = Release|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Debug|x64.ActiveCfg = Debug|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Debug|x64.Build.0 = Debug|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Debug|x86.ActiveCfg = Debug|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Debug|x86.Build.0 = Debug|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Release|Any CPU.Build.0 = Release|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Release|x64.ActiveCfg = Release|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Release|x64.Build.0 = Release|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Release|x86.ActiveCfg = Release|Any CPU + {EF994132-BA0A-40C6-9564-F87DD61854E5}.Release|x86.Build.0 = Release|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Debug|Any CPU.Build.0 = Debug|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Debug|x64.ActiveCfg = Debug|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Debug|x64.Build.0 = Debug|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Debug|x86.ActiveCfg = Debug|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Debug|x86.Build.0 = Debug|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Release|Any CPU.ActiveCfg = Release|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Release|Any CPU.Build.0 = Release|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Release|x64.ActiveCfg = Release|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Release|x64.Build.0 = Release|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Release|x86.ActiveCfg = Release|Any CPU + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120}.Release|x86.Build.0 = Release|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Debug|x64.ActiveCfg = Debug|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Debug|x64.Build.0 = Debug|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Debug|x86.ActiveCfg = Debug|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Debug|x86.Build.0 = Debug|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Release|Any CPU.Build.0 = Release|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Release|x64.ActiveCfg = Release|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Release|x64.Build.0 = Release|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Release|x86.ActiveCfg = Release|Any CPU + {29626724-FCEF-4276-969F-9D9B22F863D3}.Release|x86.Build.0 = Release|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Debug|x64.ActiveCfg = Debug|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Debug|x64.Build.0 = Debug|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Debug|x86.ActiveCfg = Debug|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Debug|x86.Build.0 = Debug|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Release|Any CPU.Build.0 = Release|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Release|x64.ActiveCfg = Release|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Release|x64.Build.0 = Release|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Release|x86.ActiveCfg = Release|Any CPU + {D37A981C-6059-49BF-807C-1E5CA4ECD990}.Release|x86.Build.0 = Release|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Debug|x64.ActiveCfg = Debug|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Debug|x64.Build.0 = Debug|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Debug|x86.ActiveCfg = Debug|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Debug|x86.Build.0 = Debug|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Release|Any CPU.Build.0 = Release|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Release|x64.ActiveCfg = Release|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Release|x64.Build.0 = Release|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Release|x86.ActiveCfg = Release|Any CPU + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE}.Release|x86.Build.0 = Release|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Debug|x64.ActiveCfg = Debug|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Debug|x64.Build.0 = Debug|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Debug|x86.ActiveCfg = Debug|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Debug|x86.Build.0 = Debug|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Release|Any CPU.Build.0 = Release|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Release|x64.ActiveCfg = Release|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Release|x64.Build.0 = Release|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Release|x86.ActiveCfg = Release|Any CPU + {7853EF40-D7B2-417E-A809-ADBD219BFCCD}.Release|x86.Build.0 = Release|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Debug|x64.ActiveCfg = Debug|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Debug|x64.Build.0 = Debug|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Debug|x86.ActiveCfg = Debug|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Debug|x86.Build.0 = Debug|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Release|Any CPU.Build.0 = Release|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Release|x64.ActiveCfg = Release|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Release|x64.Build.0 = Release|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Release|x86.ActiveCfg = Release|Any CPU + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214}.Release|x86.Build.0 = Release|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Debug|x64.ActiveCfg = Debug|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Debug|x64.Build.0 = Debug|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Debug|x86.ActiveCfg = Debug|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Debug|x86.Build.0 = Debug|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Release|Any CPU.Build.0 = Release|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Release|x64.ActiveCfg = Release|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Release|x64.Build.0 = Release|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Release|x86.ActiveCfg = Release|Any CPU + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C}.Release|x86.Build.0 = Release|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Debug|x64.ActiveCfg = Debug|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Debug|x64.Build.0 = Debug|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Debug|x86.ActiveCfg = Debug|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Debug|x86.Build.0 = Debug|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Release|Any CPU.Build.0 = Release|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Release|x64.ActiveCfg = Release|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Release|x64.Build.0 = Release|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Release|x86.ActiveCfg = Release|Any CPU + {319EFFF2-B576-48B5-BA85-C75107BE87E2}.Release|x86.Build.0 = Release|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Debug|x64.ActiveCfg = Debug|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Debug|x64.Build.0 = Debug|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Debug|x86.ActiveCfg = Debug|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Debug|x86.Build.0 = Debug|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Release|Any CPU.Build.0 = Release|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Release|x64.ActiveCfg = Release|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Release|x64.Build.0 = Release|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Release|x86.ActiveCfg = Release|Any CPU + {B46A33AB-3C33-40E8-91CE-424F533B3232}.Release|x86.Build.0 = Release|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Debug|x64.ActiveCfg = Debug|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Debug|x64.Build.0 = Debug|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Debug|x86.ActiveCfg = Debug|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Debug|x86.Build.0 = Debug|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Release|Any CPU.Build.0 = Release|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Release|x64.ActiveCfg = Release|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Release|x64.Build.0 = Release|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Release|x86.ActiveCfg = Release|Any CPU + {A970E3CF-FB0A-438A-A83C-8826B69B112F}.Release|x86.Build.0 = Release|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Debug|x64.ActiveCfg = Debug|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Debug|x64.Build.0 = Debug|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Debug|x86.ActiveCfg = Debug|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Debug|x86.Build.0 = Debug|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Release|Any CPU.Build.0 = Release|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Release|x64.ActiveCfg = Release|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Release|x64.Build.0 = Release|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Release|x86.ActiveCfg = Release|Any CPU + {83477B04-9FCC-4265-ADF1-E3D9A66E153C}.Release|x86.Build.0 = Release|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Debug|x64.ActiveCfg = Debug|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Debug|x64.Build.0 = Debug|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Debug|x86.ActiveCfg = Debug|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Debug|x86.Build.0 = Debug|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Release|Any CPU.Build.0 = Release|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Release|x64.ActiveCfg = Release|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Release|x64.Build.0 = Release|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Release|x86.ActiveCfg = Release|Any CPU + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85}.Release|x86.Build.0 = Release|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Debug|x64.ActiveCfg = Debug|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Debug|x64.Build.0 = Debug|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Debug|x86.ActiveCfg = Debug|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Debug|x86.Build.0 = Debug|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Release|Any CPU.Build.0 = Release|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Release|x64.ActiveCfg = Release|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Release|x64.Build.0 = Release|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Release|x86.ActiveCfg = Release|Any CPU + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008}.Release|x86.Build.0 = Release|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Debug|x64.ActiveCfg = Debug|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Debug|x64.Build.0 = Debug|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Debug|x86.ActiveCfg = Debug|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Debug|x86.Build.0 = Debug|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Release|Any CPU.Build.0 = Release|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Release|x64.ActiveCfg = Release|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Release|x64.Build.0 = Release|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Release|x86.ActiveCfg = Release|Any CPU + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428}.Release|x86.Build.0 = Release|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Debug|x64.ActiveCfg = Debug|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Debug|x64.Build.0 = Debug|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Debug|x86.ActiveCfg = Debug|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Debug|x86.Build.0 = Debug|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Release|Any CPU.Build.0 = Release|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Release|x64.ActiveCfg = Release|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Release|x64.Build.0 = Release|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Release|x86.ActiveCfg = Release|Any CPU + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F}.Release|x86.Build.0 = Release|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Debug|x64.ActiveCfg = Debug|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Debug|x64.Build.0 = Debug|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Debug|x86.ActiveCfg = Debug|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Debug|x86.Build.0 = Debug|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Release|Any CPU.Build.0 = Release|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Release|x64.ActiveCfg = Release|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Release|x64.Build.0 = Release|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Release|x86.ActiveCfg = Release|Any CPU + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B}.Release|x86.Build.0 = Release|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Debug|x64.ActiveCfg = Debug|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Debug|x64.Build.0 = Debug|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Debug|x86.ActiveCfg = Debug|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Debug|x86.Build.0 = Debug|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Release|Any CPU.Build.0 = Release|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Release|x64.ActiveCfg = Release|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Release|x64.Build.0 = Release|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Release|x86.ActiveCfg = Release|Any CPU + {0DB07558-244F-43E6-B877-4737BA696E07}.Release|x86.Build.0 = Release|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Debug|x64.ActiveCfg = Debug|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Debug|x64.Build.0 = Debug|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Debug|x86.ActiveCfg = Debug|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Debug|x86.Build.0 = Debug|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Release|Any CPU.Build.0 = Release|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Release|x64.ActiveCfg = Release|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Release|x64.Build.0 = Release|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Release|x86.ActiveCfg = Release|Any CPU + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824}.Release|x86.Build.0 = Release|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Debug|x64.ActiveCfg = Debug|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Debug|x64.Build.0 = Debug|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Debug|x86.ActiveCfg = Debug|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Debug|x86.Build.0 = Debug|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Release|Any CPU.Build.0 = Release|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Release|x64.ActiveCfg = Release|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Release|x64.Build.0 = Release|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Release|x86.ActiveCfg = Release|Any CPU + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4}.Release|x86.Build.0 = Release|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Debug|x64.ActiveCfg = Debug|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Debug|x64.Build.0 = Debug|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Debug|x86.ActiveCfg = Debug|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Debug|x86.Build.0 = Debug|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Release|Any CPU.Build.0 = Release|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Release|x64.ActiveCfg = Release|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Release|x64.Build.0 = Release|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Release|x86.ActiveCfg = Release|Any CPU + {5FFAB264-0241-4664-9757-B50019C8A205}.Release|x86.Build.0 = Release|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Debug|x64.ActiveCfg = Debug|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Debug|x64.Build.0 = Debug|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Debug|x86.ActiveCfg = Debug|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Debug|x86.Build.0 = Debug|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Release|Any CPU.Build.0 = Release|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Release|x64.ActiveCfg = Release|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Release|x64.Build.0 = Release|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Release|x86.ActiveCfg = Release|Any CPU + {E227FF4C-E446-42C7-A417-E329867E3AE6}.Release|x86.Build.0 = Release|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Debug|x64.ActiveCfg = Debug|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Debug|x64.Build.0 = Debug|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Debug|x86.ActiveCfg = Debug|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Debug|x86.Build.0 = Debug|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Release|Any CPU.Build.0 = Release|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Release|x64.ActiveCfg = Release|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Release|x64.Build.0 = Release|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Release|x86.ActiveCfg = Release|Any CPU + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B}.Release|x86.Build.0 = Release|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Debug|x64.ActiveCfg = Debug|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Debug|x64.Build.0 = Debug|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Debug|x86.ActiveCfg = Debug|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Debug|x86.Build.0 = Debug|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Release|Any CPU.Build.0 = Release|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Release|x64.ActiveCfg = Release|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Release|x64.Build.0 = Release|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Release|x86.ActiveCfg = Release|Any CPU + {D3DB74FD-3035-4B22-BF3E-632D0FD97308}.Release|x86.Build.0 = Release|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Debug|x64.ActiveCfg = Debug|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Debug|x64.Build.0 = Debug|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Debug|x86.ActiveCfg = Debug|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Debug|x86.Build.0 = Debug|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Release|Any CPU.Build.0 = Release|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Release|x64.ActiveCfg = Release|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Release|x64.Build.0 = Release|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Release|x86.ActiveCfg = Release|Any CPU + {B17AEF2D-5CAC-4157-9CCF-4F660A564638}.Release|x86.Build.0 = Release|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Debug|x64.ActiveCfg = Debug|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Debug|x64.Build.0 = Debug|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Debug|x86.ActiveCfg = Debug|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Debug|x86.Build.0 = Debug|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Release|Any CPU.Build.0 = Release|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Release|x64.ActiveCfg = Release|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Release|x64.Build.0 = Release|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Release|x86.ActiveCfg = Release|Any CPU + {F929BC02-37FB-4C29-8090-A77EEE568669}.Release|x86.Build.0 = Release|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Debug|x64.ActiveCfg = Debug|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Debug|x64.Build.0 = Debug|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Debug|x86.ActiveCfg = Debug|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Debug|x86.Build.0 = Debug|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Release|Any CPU.Build.0 = Release|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Release|x64.ActiveCfg = Release|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Release|x64.Build.0 = Release|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Release|x86.ActiveCfg = Release|Any CPU + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C}.Release|x86.Build.0 = Release|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Debug|x64.ActiveCfg = Debug|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Debug|x64.Build.0 = Debug|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Debug|x86.ActiveCfg = Debug|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Debug|x86.Build.0 = Debug|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Release|Any CPU.Build.0 = Release|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Release|x64.ActiveCfg = Release|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Release|x64.Build.0 = Release|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Release|x86.ActiveCfg = Release|Any CPU + {5C23F1E8-E396-4D19-B692-5B3EF051020F}.Release|x86.Build.0 = Release|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Debug|Any CPU.Build.0 = Debug|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Debug|x64.ActiveCfg = Debug|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Debug|x64.Build.0 = Debug|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Debug|x86.ActiveCfg = Debug|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Debug|x86.Build.0 = Debug|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Release|Any CPU.ActiveCfg = Release|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Release|Any CPU.Build.0 = Release|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Release|x64.ActiveCfg = Release|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Release|x64.Build.0 = Release|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Release|x86.ActiveCfg = Release|Any CPU + {391FE479-0FBA-4923-B018-C79B66DD7944}.Release|x86.Build.0 = Release|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Debug|x64.ActiveCfg = Debug|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Debug|x64.Build.0 = Debug|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Debug|x86.ActiveCfg = Debug|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Debug|x86.Build.0 = Debug|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Release|Any CPU.Build.0 = Release|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Release|x64.ActiveCfg = Release|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Release|x64.Build.0 = Release|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Release|x86.ActiveCfg = Release|Any CPU + {9A689891-3B47-4CFC-9E5A-BA609EB8375B}.Release|x86.Build.0 = Release|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Debug|Any CPU.Build.0 = Debug|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Debug|x64.ActiveCfg = Debug|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Debug|x64.Build.0 = Debug|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Debug|x86.ActiveCfg = Debug|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Debug|x86.Build.0 = Debug|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Release|Any CPU.ActiveCfg = Release|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Release|Any CPU.Build.0 = Release|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Release|x64.ActiveCfg = Release|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Release|x64.Build.0 = Release|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Release|x86.ActiveCfg = Release|Any CPU + {83605906-CDDE-4F95-BA19-C24BD47B3050}.Release|x86.Build.0 = Release|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Debug|x64.ActiveCfg = Debug|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Debug|x64.Build.0 = Debug|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Debug|x86.ActiveCfg = Debug|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Debug|x86.Build.0 = Debug|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Release|Any CPU.Build.0 = Release|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Release|x64.ActiveCfg = Release|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Release|x64.Build.0 = Release|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Release|x86.ActiveCfg = Release|Any CPU + {906B104A-3965-45EF-868E-F564CB6624CF}.Release|x86.Build.0 = Release|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Debug|x64.ActiveCfg = Debug|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Debug|x64.Build.0 = Debug|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Debug|x86.ActiveCfg = Debug|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Debug|x86.Build.0 = Debug|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Release|Any CPU.Build.0 = Release|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Release|x64.ActiveCfg = Release|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Release|x64.Build.0 = Release|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Release|x86.ActiveCfg = Release|Any CPU + {DCB71FE1-E6C9-4145-9949-2642494FA6D6}.Release|x86.Build.0 = Release|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Debug|x64.ActiveCfg = Debug|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Debug|x64.Build.0 = Debug|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Debug|x86.ActiveCfg = Debug|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Debug|x86.Build.0 = Debug|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Release|Any CPU.Build.0 = Release|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Release|x64.ActiveCfg = Release|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Release|x64.Build.0 = Release|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Release|x86.ActiveCfg = Release|Any CPU + {D28E1854-6661-4803-9545-EDC898E17D3A}.Release|x86.Build.0 = Release|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Debug|x64.ActiveCfg = Debug|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Debug|x64.Build.0 = Debug|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Debug|x86.ActiveCfg = Debug|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Debug|x86.Build.0 = Debug|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Release|Any CPU.Build.0 = Release|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Release|x64.ActiveCfg = Release|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Release|x64.Build.0 = Release|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Release|x86.ActiveCfg = Release|Any CPU + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD}.Release|x86.Build.0 = Release|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Debug|x64.ActiveCfg = Debug|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Debug|x64.Build.0 = Debug|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Debug|x86.ActiveCfg = Debug|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Debug|x86.Build.0 = Debug|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Release|Any CPU.Build.0 = Release|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Release|x64.ActiveCfg = Release|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Release|x64.Build.0 = Release|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Release|x86.ActiveCfg = Release|Any CPU + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB}.Release|x86.Build.0 = Release|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Debug|x64.ActiveCfg = Debug|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Debug|x64.Build.0 = Debug|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Debug|x86.ActiveCfg = Debug|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Debug|x86.Build.0 = Debug|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Release|Any CPU.Build.0 = Release|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Release|x64.ActiveCfg = Release|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Release|x64.Build.0 = Release|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Release|x86.ActiveCfg = Release|Any CPU + {1C161241-41E8-43AF-920D-99599A39DDD2}.Release|x86.Build.0 = Release|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Debug|x64.ActiveCfg = Debug|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Debug|x64.Build.0 = Debug|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Debug|x86.ActiveCfg = Debug|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Debug|x86.Build.0 = Debug|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Release|Any CPU.Build.0 = Release|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Release|x64.ActiveCfg = Release|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Release|x64.Build.0 = Release|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Release|x86.ActiveCfg = Release|Any CPU + {704DF36E-31D0-46B0-819B-EA249127485A}.Release|x86.Build.0 = Release|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Debug|x64.ActiveCfg = Debug|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Debug|x64.Build.0 = Debug|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Debug|x86.ActiveCfg = Debug|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Debug|x86.Build.0 = Debug|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Release|Any CPU.Build.0 = Release|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Release|x64.ActiveCfg = Release|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Release|x64.Build.0 = Release|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Release|x86.ActiveCfg = Release|Any CPU + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39}.Release|x86.Build.0 = Release|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Debug|x64.ActiveCfg = Debug|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Debug|x64.Build.0 = Debug|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Debug|x86.ActiveCfg = Debug|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Debug|x86.Build.0 = Debug|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Release|Any CPU.Build.0 = Release|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Release|x64.ActiveCfg = Release|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Release|x64.Build.0 = Release|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Release|x86.ActiveCfg = Release|Any CPU + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8}.Release|x86.Build.0 = Release|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Debug|x64.ActiveCfg = Debug|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Debug|x64.Build.0 = Debug|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Debug|x86.ActiveCfg = Debug|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Debug|x86.Build.0 = Debug|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Release|Any CPU.Build.0 = Release|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Release|x64.ActiveCfg = Release|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Release|x64.Build.0 = Release|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Release|x86.ActiveCfg = Release|Any CPU + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91}.Release|x86.Build.0 = Release|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Debug|x64.ActiveCfg = Debug|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Debug|x64.Build.0 = Debug|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Debug|x86.ActiveCfg = Debug|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Debug|x86.Build.0 = Debug|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Release|Any CPU.Build.0 = Release|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Release|x64.ActiveCfg = Release|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Release|x64.Build.0 = Release|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Release|x86.ActiveCfg = Release|Any CPU + {D6012B11-1F0F-46B3-887C-D01C1F77278B}.Release|x86.Build.0 = Release|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Debug|Any CPU.Build.0 = Debug|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Debug|x64.ActiveCfg = Debug|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Debug|x64.Build.0 = Debug|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Debug|x86.ActiveCfg = Debug|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Debug|x86.Build.0 = Debug|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Release|Any CPU.ActiveCfg = Release|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Release|Any CPU.Build.0 = Release|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Release|x64.ActiveCfg = Release|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Release|x64.Build.0 = Release|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Release|x86.ActiveCfg = Release|Any CPU + {12515EDB-6887-4EAF-8135-71D221177A43}.Release|x86.Build.0 = Release|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Debug|Any CPU.Build.0 = Debug|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Debug|x64.ActiveCfg = Debug|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Debug|x64.Build.0 = Debug|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Debug|x86.ActiveCfg = Debug|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Debug|x86.Build.0 = Debug|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Release|Any CPU.ActiveCfg = Release|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Release|Any CPU.Build.0 = Release|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Release|x64.ActiveCfg = Release|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Release|x64.Build.0 = Release|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Release|x86.ActiveCfg = Release|Any CPU + {86FDB5B4-D72D-4019-8379-3B9A4859DC47}.Release|x86.Build.0 = Release|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Debug|x64.ActiveCfg = Debug|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Debug|x64.Build.0 = Debug|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Debug|x86.ActiveCfg = Debug|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Debug|x86.Build.0 = Debug|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Release|Any CPU.Build.0 = Release|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Release|x64.ActiveCfg = Release|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Release|x64.Build.0 = Release|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Release|x86.ActiveCfg = Release|Any CPU + {4A31410A-50AB-4F62-BB1A-B8D12437CB31}.Release|x86.Build.0 = Release|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Debug|x64.ActiveCfg = Debug|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Debug|x64.Build.0 = Debug|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Debug|x86.ActiveCfg = Debug|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Debug|x86.Build.0 = Debug|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Release|Any CPU.Build.0 = Release|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Release|x64.ActiveCfg = Release|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Release|x64.Build.0 = Release|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Release|x86.ActiveCfg = Release|Any CPU + {BF01E12A-1177-4C60-8556-3C507C18B46E}.Release|x86.Build.0 = Release|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Debug|x64.ActiveCfg = Debug|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Debug|x64.Build.0 = Debug|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Debug|x86.ActiveCfg = Debug|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Debug|x86.Build.0 = Debug|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Release|Any CPU.Build.0 = Release|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Release|x64.ActiveCfg = Release|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Release|x64.Build.0 = Release|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Release|x86.ActiveCfg = Release|Any CPU + {A181F22B-CB92-4182-85FC-B2BD8B21C05F}.Release|x86.Build.0 = Release|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Debug|x64.ActiveCfg = Debug|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Debug|x64.Build.0 = Debug|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Debug|x86.ActiveCfg = Debug|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Debug|x86.Build.0 = Debug|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Release|Any CPU.Build.0 = Release|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Release|x64.ActiveCfg = Release|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Release|x64.Build.0 = Release|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Release|x86.ActiveCfg = Release|Any CPU + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D}.Release|x86.Build.0 = Release|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Debug|x64.ActiveCfg = Debug|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Debug|x64.Build.0 = Debug|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Debug|x86.ActiveCfg = Debug|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Debug|x86.Build.0 = Debug|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Release|Any CPU.Build.0 = Release|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Release|x64.ActiveCfg = Release|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Release|x64.Build.0 = Release|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Release|x86.ActiveCfg = Release|Any CPU + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2}.Release|x86.Build.0 = Release|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Debug|x64.ActiveCfg = Debug|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Debug|x64.Build.0 = Debug|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Debug|x86.ActiveCfg = Debug|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Debug|x86.Build.0 = Debug|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Release|Any CPU.Build.0 = Release|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Release|x64.ActiveCfg = Release|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Release|x64.Build.0 = Release|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Release|x86.ActiveCfg = Release|Any CPU + {D00EB656-96B9-4AA0-9FA0-563B694EB699}.Release|x86.Build.0 = Release|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Debug|x64.ActiveCfg = Debug|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Debug|x64.Build.0 = Debug|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Debug|x86.ActiveCfg = Debug|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Debug|x86.Build.0 = Debug|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Release|Any CPU.Build.0 = Release|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Release|x64.ActiveCfg = Release|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Release|x64.Build.0 = Release|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Release|x86.ActiveCfg = Release|Any CPU + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F}.Release|x86.Build.0 = Release|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Debug|x64.ActiveCfg = Debug|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Debug|x64.Build.0 = Debug|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Debug|x86.ActiveCfg = Debug|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Debug|x86.Build.0 = Debug|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Release|Any CPU.Build.0 = Release|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Release|x64.ActiveCfg = Release|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Release|x64.Build.0 = Release|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Release|x86.ActiveCfg = Release|Any CPU + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF}.Release|x86.Build.0 = Release|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Debug|x64.ActiveCfg = Debug|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Debug|x64.Build.0 = Debug|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Debug|x86.ActiveCfg = Debug|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Debug|x86.Build.0 = Debug|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Release|Any CPU.Build.0 = Release|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Release|x64.ActiveCfg = Release|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Release|x64.Build.0 = Release|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Release|x86.ActiveCfg = Release|Any CPU + {277780F8-20E8-47D1-ABA2-851F4F7A99B3}.Release|x86.Build.0 = Release|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Debug|x64.ActiveCfg = Debug|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Debug|x64.Build.0 = Debug|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Debug|x86.ActiveCfg = Debug|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Debug|x86.Build.0 = Debug|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Release|Any CPU.Build.0 = Release|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Release|x64.ActiveCfg = Release|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Release|x64.Build.0 = Release|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Release|x86.ActiveCfg = Release|Any CPU + {89BD4BF1-C998-41A5-B592-8F0BC63B302F}.Release|x86.Build.0 = Release|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Debug|x64.ActiveCfg = Debug|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Debug|x64.Build.0 = Debug|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Debug|x86.ActiveCfg = Debug|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Debug|x86.Build.0 = Debug|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Release|Any CPU.Build.0 = Release|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Release|x64.ActiveCfg = Release|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Release|x64.Build.0 = Release|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Release|x86.ActiveCfg = Release|Any CPU + {2896B55E-B632-4B47-8C6B-1BC899D557AB}.Release|x86.Build.0 = Release|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Debug|x64.ActiveCfg = Debug|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Debug|x64.Build.0 = Debug|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Debug|x86.ActiveCfg = Debug|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Debug|x86.Build.0 = Debug|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Release|Any CPU.Build.0 = Release|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Release|x64.ActiveCfg = Release|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Release|x64.Build.0 = Release|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Release|x86.ActiveCfg = Release|Any CPU + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38}.Release|x86.Build.0 = Release|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Debug|x64.ActiveCfg = Debug|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Debug|x64.Build.0 = Debug|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Debug|x86.ActiveCfg = Debug|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Debug|x86.Build.0 = Debug|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Release|Any CPU.Build.0 = Release|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Release|x64.ActiveCfg = Release|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Release|x64.Build.0 = Release|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Release|x86.ActiveCfg = Release|Any CPU + {2931C400-1B7B-436F-8217-D797DA44E55A}.Release|x86.Build.0 = Release|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Debug|x64.ActiveCfg = Debug|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Debug|x64.Build.0 = Debug|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Debug|x86.ActiveCfg = Debug|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Debug|x86.Build.0 = Debug|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Release|Any CPU.Build.0 = Release|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Release|x64.ActiveCfg = Release|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Release|x64.Build.0 = Release|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Release|x86.ActiveCfg = Release|Any CPU + {FE29D4F2-EFC6-441D-A99D-7D17040277D8}.Release|x86.Build.0 = Release|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Debug|x64.ActiveCfg = Debug|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Debug|x64.Build.0 = Debug|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Debug|x86.ActiveCfg = Debug|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Debug|x86.Build.0 = Debug|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Release|Any CPU.Build.0 = Release|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Release|x64.ActiveCfg = Release|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Release|x64.Build.0 = Release|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Release|x86.ActiveCfg = Release|Any CPU + {F488D700-F312-45C3-8801-8ED6A1D7B28F}.Release|x86.Build.0 = Release|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Debug|x64.ActiveCfg = Debug|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Debug|x64.Build.0 = Debug|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Debug|x86.ActiveCfg = Debug|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Debug|x86.Build.0 = Debug|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Release|Any CPU.Build.0 = Release|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Release|x64.ActiveCfg = Release|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Release|x64.Build.0 = Release|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Release|x86.ActiveCfg = Release|Any CPU + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24}.Release|x86.Build.0 = Release|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Debug|x64.ActiveCfg = Debug|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Debug|x64.Build.0 = Debug|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Debug|x86.ActiveCfg = Debug|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Debug|x86.Build.0 = Debug|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Release|Any CPU.Build.0 = Release|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Release|x64.ActiveCfg = Release|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Release|x64.Build.0 = Release|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Release|x86.ActiveCfg = Release|Any CPU + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4}.Release|x86.Build.0 = Release|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Debug|x64.ActiveCfg = Debug|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Debug|x64.Build.0 = Debug|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Debug|x86.ActiveCfg = Debug|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Debug|x86.Build.0 = Debug|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Release|Any CPU.Build.0 = Release|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Release|x64.ActiveCfg = Release|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Release|x64.Build.0 = Release|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Release|x86.ActiveCfg = Release|Any CPU + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B}.Release|x86.Build.0 = Release|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Debug|x64.ActiveCfg = Debug|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Debug|x64.Build.0 = Debug|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Debug|x86.ActiveCfg = Debug|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Debug|x86.Build.0 = Debug|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Release|Any CPU.Build.0 = Release|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Release|x64.ActiveCfg = Release|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Release|x64.Build.0 = Release|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Release|x86.ActiveCfg = Release|Any CPU + {1C730F86-B779-4BAF-9A72-63B7629A54F0}.Release|x86.Build.0 = Release|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Debug|x64.ActiveCfg = Debug|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Debug|x64.Build.0 = Debug|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Debug|x86.ActiveCfg = Debug|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Debug|x86.Build.0 = Debug|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Release|Any CPU.Build.0 = Release|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Release|x64.ActiveCfg = Release|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Release|x64.Build.0 = Release|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Release|x86.ActiveCfg = Release|Any CPU + {0AD46F87-D5AC-484F-A92A-557449170860}.Release|x86.Build.0 = Release|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Debug|Any CPU.Build.0 = Debug|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Debug|x64.ActiveCfg = Debug|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Debug|x64.Build.0 = Debug|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Debug|x86.ActiveCfg = Debug|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Debug|x86.Build.0 = Debug|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Release|Any CPU.ActiveCfg = Release|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Release|Any CPU.Build.0 = Release|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Release|x64.ActiveCfg = Release|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Release|x64.Build.0 = Release|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Release|x86.ActiveCfg = Release|Any CPU + {62D1DA97-6405-4A94-A40E-B3B5DE102321}.Release|x86.Build.0 = Release|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Debug|x64.ActiveCfg = Debug|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Debug|x64.Build.0 = Debug|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Debug|x86.ActiveCfg = Debug|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Debug|x86.Build.0 = Debug|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Release|Any CPU.Build.0 = Release|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Release|x64.ActiveCfg = Release|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Release|x64.Build.0 = Release|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Release|x86.ActiveCfg = Release|Any CPU + {34DC3A10-48C9-49B1-8E01-B94F089346B4}.Release|x86.Build.0 = Release|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Debug|x64.ActiveCfg = Debug|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Debug|x64.Build.0 = Debug|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Debug|x86.ActiveCfg = Debug|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Debug|x86.Build.0 = Debug|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Release|Any CPU.Build.0 = Release|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Release|x64.ActiveCfg = Release|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Release|x64.Build.0 = Release|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Release|x86.ActiveCfg = Release|Any CPU + {A443E20A-BB87-4FBD-8C61-7E784D618F19}.Release|x86.Build.0 = Release|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Debug|x64.ActiveCfg = Debug|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Debug|x64.Build.0 = Debug|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Debug|x86.ActiveCfg = Debug|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Debug|x86.Build.0 = Debug|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Release|Any CPU.Build.0 = Release|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Release|x64.ActiveCfg = Release|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Release|x64.Build.0 = Release|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Release|x86.ActiveCfg = Release|Any CPU + {9E7078F0-47B9-46A6-AE24-586844F9EDFD}.Release|x86.Build.0 = Release|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Debug|x64.ActiveCfg = Debug|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Debug|x64.Build.0 = Debug|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Debug|x86.ActiveCfg = Debug|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Debug|x86.Build.0 = Debug|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Release|Any CPU.Build.0 = Release|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Release|x64.ActiveCfg = Release|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Release|x64.Build.0 = Release|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Release|x86.ActiveCfg = Release|Any CPU + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9}.Release|x86.Build.0 = Release|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Debug|x64.ActiveCfg = Debug|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Debug|x64.Build.0 = Debug|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Debug|x86.ActiveCfg = Debug|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Debug|x86.Build.0 = Debug|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Release|Any CPU.Build.0 = Release|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Release|x64.ActiveCfg = Release|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Release|x64.Build.0 = Release|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Release|x86.ActiveCfg = Release|Any CPU + {0A2BBB02-5B53-4752-BAA9-A226F463199E}.Release|x86.Build.0 = Release|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Debug|x64.ActiveCfg = Debug|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Debug|x64.Build.0 = Debug|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Debug|x86.ActiveCfg = Debug|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Debug|x86.Build.0 = Debug|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Release|Any CPU.Build.0 = Release|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Release|x64.ActiveCfg = Release|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Release|x64.Build.0 = Release|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Release|x86.ActiveCfg = Release|Any CPU + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B}.Release|x86.Build.0 = Release|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Debug|x64.ActiveCfg = Debug|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Debug|x64.Build.0 = Debug|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Debug|x86.ActiveCfg = Debug|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Debug|x86.Build.0 = Debug|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Release|Any CPU.Build.0 = Release|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Release|x64.ActiveCfg = Release|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Release|x64.Build.0 = Release|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Release|x86.ActiveCfg = Release|Any CPU + {A5426CC4-5008-4462-B8FE-6859079F3261}.Release|x86.Build.0 = Release|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Debug|x64.ActiveCfg = Debug|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Debug|x64.Build.0 = Debug|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Debug|x86.ActiveCfg = Debug|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Debug|x86.Build.0 = Debug|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Release|Any CPU.Build.0 = Release|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Release|x64.ActiveCfg = Release|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Release|x64.Build.0 = Release|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Release|x86.ActiveCfg = Release|Any CPU + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3}.Release|x86.Build.0 = Release|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Debug|x64.ActiveCfg = Debug|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Debug|x64.Build.0 = Debug|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Debug|x86.ActiveCfg = Debug|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Debug|x86.Build.0 = Debug|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Release|Any CPU.Build.0 = Release|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Release|x64.ActiveCfg = Release|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Release|x64.Build.0 = Release|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Release|x86.ActiveCfg = Release|Any CPU + {902DBC36-8119-45CA-B43A-66EB317BBDCF}.Release|x86.Build.0 = Release|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Debug|x64.ActiveCfg = Debug|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Debug|x64.Build.0 = Debug|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Debug|x86.ActiveCfg = Debug|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Debug|x86.Build.0 = Debug|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Release|Any CPU.Build.0 = Release|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Release|x64.ActiveCfg = Release|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Release|x64.Build.0 = Release|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Release|x86.ActiveCfg = Release|Any CPU + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814}.Release|x86.Build.0 = Release|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Debug|x64.ActiveCfg = Debug|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Debug|x64.Build.0 = Debug|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Debug|x86.ActiveCfg = Debug|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Debug|x86.Build.0 = Debug|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Release|Any CPU.Build.0 = Release|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Release|x64.ActiveCfg = Release|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Release|x64.Build.0 = Release|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Release|x86.ActiveCfg = Release|Any CPU + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6}.Release|x86.Build.0 = Release|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Debug|Any CPU.Build.0 = Debug|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Debug|x64.ActiveCfg = Debug|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Debug|x64.Build.0 = Debug|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Debug|x86.ActiveCfg = Debug|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Debug|x86.Build.0 = Debug|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Release|Any CPU.ActiveCfg = Release|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Release|Any CPU.Build.0 = Release|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Release|x64.ActiveCfg = Release|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Release|x64.Build.0 = Release|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Release|x86.ActiveCfg = Release|Any CPU + {47645BA6-DE97-4714-8518-86C9B4D6D344}.Release|x86.Build.0 = Release|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Debug|x64.ActiveCfg = Debug|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Debug|x64.Build.0 = Debug|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Debug|x86.ActiveCfg = Debug|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Debug|x86.Build.0 = Debug|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Release|Any CPU.Build.0 = Release|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Release|x64.ActiveCfg = Release|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Release|x64.Build.0 = Release|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Release|x86.ActiveCfg = Release|Any CPU + {3C39D7B9-1656-433D-84C7-8A5582D21034}.Release|x86.Build.0 = Release|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Debug|x64.ActiveCfg = Debug|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Debug|x64.Build.0 = Debug|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Debug|x86.ActiveCfg = Debug|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Debug|x86.Build.0 = Debug|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Release|Any CPU.Build.0 = Release|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Release|x64.ActiveCfg = Release|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Release|x64.Build.0 = Release|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Release|x86.ActiveCfg = Release|Any CPU + {4EF01132-177F-4D52-AE05-3A5C5182017B}.Release|x86.Build.0 = Release|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Debug|x64.ActiveCfg = Debug|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Debug|x64.Build.0 = Debug|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Debug|x86.ActiveCfg = Debug|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Debug|x86.Build.0 = Debug|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Release|Any CPU.Build.0 = Release|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Release|x64.ActiveCfg = Release|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Release|x64.Build.0 = Release|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Release|x86.ActiveCfg = Release|Any CPU + {61206411-27DE-4BB6-B278-528752FC889D}.Release|x86.Build.0 = Release|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Debug|x64.ActiveCfg = Debug|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Debug|x64.Build.0 = Debug|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Debug|x86.ActiveCfg = Debug|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Debug|x86.Build.0 = Debug|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Release|Any CPU.Build.0 = Release|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Release|x64.ActiveCfg = Release|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Release|x64.Build.0 = Release|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Release|x86.ActiveCfg = Release|Any CPU + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5}.Release|x86.Build.0 = Release|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Debug|x64.ActiveCfg = Debug|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Debug|x64.Build.0 = Debug|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Debug|x86.ActiveCfg = Debug|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Debug|x86.Build.0 = Debug|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Release|Any CPU.Build.0 = Release|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Release|x64.ActiveCfg = Release|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Release|x64.Build.0 = Release|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Release|x86.ActiveCfg = Release|Any CPU + {8F476959-2752-41BE-B021-837854C7B952}.Release|x86.Build.0 = Release|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Debug|x64.ActiveCfg = Debug|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Debug|x64.Build.0 = Debug|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Debug|x86.ActiveCfg = Debug|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Debug|x86.Build.0 = Debug|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Release|Any CPU.Build.0 = Release|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Release|x64.ActiveCfg = Release|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Release|x64.Build.0 = Release|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Release|x86.ActiveCfg = Release|Any CPU + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A}.Release|x86.Build.0 = Release|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Debug|x64.ActiveCfg = Debug|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Debug|x64.Build.0 = Debug|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Debug|x86.ActiveCfg = Debug|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Debug|x86.Build.0 = Debug|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Release|Any CPU.Build.0 = Release|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Release|x64.ActiveCfg = Release|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Release|x64.Build.0 = Release|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Release|x86.ActiveCfg = Release|Any CPU + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214}.Release|x86.Build.0 = Release|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Debug|x64.ActiveCfg = Debug|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Debug|x64.Build.0 = Debug|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Debug|x86.ActiveCfg = Debug|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Debug|x86.Build.0 = Debug|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Release|Any CPU.Build.0 = Release|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Release|x64.ActiveCfg = Release|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Release|x64.Build.0 = Release|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Release|x86.ActiveCfg = Release|Any CPU + {F9BC3F7F-F662-4873-83BC-071772A2728D}.Release|x86.Build.0 = Release|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Debug|x64.ActiveCfg = Debug|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Debug|x64.Build.0 = Debug|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Debug|x86.ActiveCfg = Debug|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Debug|x86.Build.0 = Debug|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Release|Any CPU.Build.0 = Release|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Release|x64.ActiveCfg = Release|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Release|x64.Build.0 = Release|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Release|x86.ActiveCfg = Release|Any CPU + {3FB15850-F450-414C-8D2E-163026FB92C3}.Release|x86.Build.0 = Release|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Debug|x64.ActiveCfg = Debug|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Debug|x64.Build.0 = Debug|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Debug|x86.ActiveCfg = Debug|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Debug|x86.Build.0 = Debug|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Release|Any CPU.Build.0 = Release|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Release|x64.ActiveCfg = Release|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Release|x64.Build.0 = Release|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Release|x86.ActiveCfg = Release|Any CPU + {B2B96D27-0C3B-4852-B321-38BE11D22F40}.Release|x86.Build.0 = Release|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Debug|x64.ActiveCfg = Debug|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Debug|x64.Build.0 = Debug|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Debug|x86.ActiveCfg = Debug|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Debug|x86.Build.0 = Debug|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Release|Any CPU.Build.0 = Release|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Release|x64.ActiveCfg = Release|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Release|x64.Build.0 = Release|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Release|x86.ActiveCfg = Release|Any CPU + {8959649D-0870-4E55-B750-48EA7ED03E02}.Release|x86.Build.0 = Release|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Debug|x64.ActiveCfg = Debug|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Debug|x64.Build.0 = Debug|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Debug|x86.ActiveCfg = Debug|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Debug|x86.Build.0 = Debug|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Release|Any CPU.Build.0 = Release|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Release|x64.ActiveCfg = Release|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Release|x64.Build.0 = Release|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Release|x86.ActiveCfg = Release|Any CPU + {F0863958-30FF-4C2F-AA4B-7FD37080CA78}.Release|x86.Build.0 = Release|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Debug|x64.ActiveCfg = Debug|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Debug|x64.Build.0 = Debug|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Debug|x86.ActiveCfg = Debug|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Debug|x86.Build.0 = Debug|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Release|Any CPU.Build.0 = Release|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Release|x64.ActiveCfg = Release|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Release|x64.Build.0 = Release|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Release|x86.ActiveCfg = Release|Any CPU + {D39DE234-3692-414D-B73A-3D18FD87860F}.Release|x86.Build.0 = Release|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Debug|Any CPU.Build.0 = Debug|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Debug|x64.ActiveCfg = Debug|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Debug|x64.Build.0 = Debug|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Debug|x86.ActiveCfg = Debug|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Debug|x86.Build.0 = Debug|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Release|Any CPU.ActiveCfg = Release|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Release|Any CPU.Build.0 = Release|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Release|x64.ActiveCfg = Release|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Release|x64.Build.0 = Release|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Release|x86.ActiveCfg = Release|Any CPU + {19E2F209-BEF4-4F9A-A60E-2B475439E294}.Release|x86.Build.0 = Release|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Debug|x64.ActiveCfg = Debug|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Debug|x64.Build.0 = Debug|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Debug|x86.ActiveCfg = Debug|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Debug|x86.Build.0 = Debug|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Release|Any CPU.Build.0 = Release|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Release|x64.ActiveCfg = Release|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Release|x64.Build.0 = Release|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Release|x86.ActiveCfg = Release|Any CPU + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7}.Release|x86.Build.0 = Release|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Debug|x64.ActiveCfg = Debug|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Debug|x64.Build.0 = Debug|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Debug|x86.ActiveCfg = Debug|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Debug|x86.Build.0 = Debug|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Release|Any CPU.Build.0 = Release|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Release|x64.ActiveCfg = Release|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Release|x64.Build.0 = Release|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Release|x86.ActiveCfg = Release|Any CPU + {8AAB41EE-C60D-4C0D-A146-143B24BE3073}.Release|x86.Build.0 = Release|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Debug|x64.ActiveCfg = Debug|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Debug|x64.Build.0 = Debug|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Debug|x86.ActiveCfg = Debug|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Debug|x86.Build.0 = Debug|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Release|Any CPU.Build.0 = Release|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Release|x64.ActiveCfg = Release|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Release|x64.Build.0 = Release|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Release|x86.ActiveCfg = Release|Any CPU + {7867A200-0D64-4052-A522-0434749C1493}.Release|x86.Build.0 = Release|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Debug|x64.ActiveCfg = Debug|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Debug|x64.Build.0 = Debug|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Debug|x86.ActiveCfg = Debug|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Debug|x86.Build.0 = Debug|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Release|Any CPU.Build.0 = Release|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Release|x64.ActiveCfg = Release|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Release|x64.Build.0 = Release|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Release|x86.ActiveCfg = Release|Any CPU + {A87357C5-87E9-4844-8CB5-DF9A84D83E97}.Release|x86.Build.0 = Release|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Debug|x64.ActiveCfg = Debug|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Debug|x64.Build.0 = Debug|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Debug|x86.ActiveCfg = Debug|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Debug|x86.Build.0 = Debug|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Release|Any CPU.Build.0 = Release|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Release|x64.ActiveCfg = Release|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Release|x64.Build.0 = Release|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Release|x86.ActiveCfg = Release|Any CPU + {D2E3E58C-0B3D-4456-8720-05F32814C1E2}.Release|x86.Build.0 = Release|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Debug|x64.ActiveCfg = Debug|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Debug|x64.Build.0 = Debug|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Debug|x86.ActiveCfg = Debug|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Debug|x86.Build.0 = Debug|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Release|Any CPU.Build.0 = Release|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Release|x64.ActiveCfg = Release|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Release|x64.Build.0 = Release|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Release|x86.ActiveCfg = Release|Any CPU + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {F6AFDE3C-89A1-AC61-E5EF-956B19ED0D99} = {3A8DF596-E814-FECC-DD4B-D8EF8AAC1A0D} + {444761B8-0B6C-4207-A6DB-C782E2F0F115} = {F6AFDE3C-89A1-AC61-E5EF-956B19ED0D99} + {0A5641E0-1BCB-B676-4E39-DAD9D6C371BF} = {F6AFDE3C-89A1-AC61-E5EF-956B19ED0D99} + {1BADC6AD-438E-239A-43EA-2B4EF1E89D0C} = {0A5641E0-1BCB-B676-4E39-DAD9D6C371BF} + {638E781D-C2CE-4DF0-846D-FBD4F2194A4D} = {1BADC6AD-438E-239A-43EA-2B4EF1E89D0C} + {1D29611F-3DC7-4EEA-BDD0-806E827620C5} = {0A5641E0-1BCB-B676-4E39-DAD9D6C371BF} + {04B23196-CA66-CB3A-E95C-2FCC93D94F7A} = {0A5641E0-1BCB-B676-4E39-DAD9D6C371BF} + {58354D4B-3409-42D3-BC10-61B27FD46BC4} = {04B23196-CA66-CB3A-E95C-2FCC93D94F7A} + {68E52854-D290-471A-9373-533F3240EFCA} = {F6AFDE3C-89A1-AC61-E5EF-956B19ED0D99} + {D75CD4F2-BE93-4D5F-A597-FDFC33CB0FC1} = {F6AFDE3C-89A1-AC61-E5EF-956B19ED0D99} + {5F40F68E-CD1C-376D-DB44-C5F39ADB8918} = {F6AFDE3C-89A1-AC61-E5EF-956B19ED0D99} + {A2FEF6EB-D8F3-4050-9053-FED0ECD168A8} = {5F40F68E-CD1C-376D-DB44-C5F39ADB8918} + {37E8AE59-A161-5612-E67B-EDBB61A42753} = {DEE5DD87-39C1-BF34-B639-A387DCCF972B} + {ABAF4BA2-082F-4E90-BC4A-A4675F058640} = {37E8AE59-A161-5612-E67B-EDBB61A42753} + {EABCF965-ABF9-4A94-AF6F-A8DAAB659C2D} = {37E8AE59-A161-5612-E67B-EDBB61A42753} + {A72F8ADE-6735-30B9-2425-B0987C43FCC3} = {C695CB73-81CB-8AFA-87D8-5BA7036879E6} + {E4F328B9-7F59-872E-8DBB-4F7511BFC582} = {A72F8ADE-6735-30B9-2425-B0987C43FCC3} + {7C2B1043-B4F6-404C-A347-790C63E34FAC} = {E4F328B9-7F59-872E-8DBB-4F7511BFC582} + {C3FEE9C3-FBF3-49CA-B0C8-2B5D8BC1CA33} = {E4F328B9-7F59-872E-8DBB-4F7511BFC582} + {96710B94-CA07-E15F-1FE1-15919B9F4A4A} = {E4F328B9-7F59-872E-8DBB-4F7511BFC582} + {55CFA640-FA4E-4D45-9251-FA96025CB496} = {96710B94-CA07-E15F-1FE1-15919B9F4A4A} + {BBB22FCE-A78D-46F5-9739-9E9BFCC20454} = {55CFA640-FA4E-4D45-9251-FA96025CB496} + {CFBC6EEE-0C73-68A7-AF5E-C32B6B849C65} = {E4F328B9-7F59-872E-8DBB-4F7511BFC582} + {9755E050-6282-4FD1-8B8D-466AB76C0DF2} = {CFBC6EEE-0C73-68A7-AF5E-C32B6B849C65} + {F594B34C-74BF-4DF0-A06D-81F74E8A2B79} = {E4F328B9-7F59-872E-8DBB-4F7511BFC582} + {CF1AC57E-92D1-B965-A9F8-37D51C864E0B} = {C695CB73-81CB-8AFA-87D8-5BA7036879E6} + {4A9E32E7-D389-58D2-F8C8-DC5B97F4810A} = {CF1AC57E-92D1-B965-A9F8-37D51C864E0B} + {F9F090EB-B578-46B9-AB0A-8EDE2F90EFE7} = {4A9E32E7-D389-58D2-F8C8-DC5B97F4810A} + {4D0744C7-2102-4070-9C48-1B951FE72CCC} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {BF3649DB-4B48-366E-C43D-B5A6F14C745E} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {8999EE23-8B2C-4DC9-AA38-88CB12F5D6B3} = {BF3649DB-4B48-366E-C43D-B5A6F14C745E} + {70D5C150-539E-443D-BEC8-BD873FFBFC24} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {D1EC0EE6-97FC-0F06-B606-C4DB633B29C7} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {E8C9D3A8-AF19-44A7-A43A-FF2FF301E872} = {D1EC0EE6-97FC-0F06-B606-C4DB633B29C7} + {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {EF994132-BA0A-40C6-9564-F87DD61854E5} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {3855E517-ECD0-ADA1-1ADC-22240FCED9FC} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {17AF51B9-AEAD-41EA-A08F-EB1A856F7120} = {3855E517-ECD0-ADA1-1ADC-22240FCED9FC} + {E1B64F69-004E-6ADF-C9A2-134C3B680682} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {29626724-FCEF-4276-969F-9D9B22F863D3} = {E1B64F69-004E-6ADF-C9A2-134C3B680682} + {1154269E-33BC-32FB-9138-9A7FB73216BD} = {E1B64F69-004E-6ADF-C9A2-134C3B680682} + {D37A981C-6059-49BF-807C-1E5CA4ECD990} = {1154269E-33BC-32FB-9138-9A7FB73216BD} + {54E98A4D-D01B-F44C-90C9-94C73F302CF1} = {E1B64F69-004E-6ADF-C9A2-134C3B680682} + {F8965E9F-D1B6-42D2-A3CC-37343524DDAE} = {54E98A4D-D01B-F44C-90C9-94C73F302CF1} + {7853EF40-D7B2-417E-A809-ADBD219BFCCD} = {E1B64F69-004E-6ADF-C9A2-134C3B680682} + {56C49F86-F642-B511-DD77-07F1343852AB} = {E1B64F69-004E-6ADF-C9A2-134C3B680682} + {8A7A39AE-C4B5-471D-9B5B-C9081D6BE214} = {56C49F86-F642-B511-DD77-07F1343852AB} + {83C484A7-4AC2-4BF8-99CD-BA5698D3CA8C} = {E1B64F69-004E-6ADF-C9A2-134C3B680682} + {319EFFF2-B576-48B5-BA85-C75107BE87E2} = {E1B64F69-004E-6ADF-C9A2-134C3B680682} + {B46A33AB-3C33-40E8-91CE-424F533B3232} = {E1B64F69-004E-6ADF-C9A2-134C3B680682} + {2F9E350A-198B-B2A2-7860-834C56F212E0} = {E1B64F69-004E-6ADF-C9A2-134C3B680682} + {A970E3CF-FB0A-438A-A83C-8826B69B112F} = {2F9E350A-198B-B2A2-7860-834C56F212E0} + {83477B04-9FCC-4265-ADF1-E3D9A66E153C} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {534788F2-E3FE-6243-9D6E-B6A850973EA6} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {8A496E4A-DEA8-4AB6-B75C-C414B1BF0D85} = {534788F2-E3FE-6243-9D6E-B6A850973EA6} + {0341BBAC-ECBA-4D94-BE4B-3A09B85BA008} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {52FA8288-6FF8-9840-A783-2F656A1C0ABF} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {7D80C52D-88BD-4B59-A5BE-0A3F17C47428} = {52FA8288-6FF8-9840-A783-2F656A1C0ABF} + {BAAB232D-D140-41B5-B0C2-C981BB39FF1F} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {180780E1-E0BC-3424-EDBA-92853F2CADB2} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {272F32DF-2A90-4AB2-96F7-08A3A5BB7D6B} = {180780E1-E0BC-3424-EDBA-92853F2CADB2} + {8EB6A4FB-28B7-5E4C-9CAE-294CD9B918E0} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {0DB07558-244F-43E6-B877-4737BA696E07} = {8EB6A4FB-28B7-5E4C-9CAE-294CD9B918E0} + {2A5FBF07-ECDF-4E5C-A06D-E8C42DE2A824} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {61A31FD2-89D7-468C-B8A1-727C2AEA93A4} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {EDCFB4F0-7BAA-1910-2869-EAFD5CE869DC} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {5FFAB264-0241-4664-9757-B50019C8A205} = {EDCFB4F0-7BAA-1910-2869-EAFD5CE869DC} + {E227FF4C-E446-42C7-A417-E329867E3AE6} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {4D34970E-407B-2680-27A7-F11A5DDA5941} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {9570BA26-BFFF-4523-9CDD-5C6A3205CA5B} = {4D34970E-407B-2680-27A7-F11A5DDA5941} + {D3DB74FD-3035-4B22-BF3E-632D0FD97308} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {B17AEF2D-5CAC-4157-9CCF-4F660A564638} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {4F3AD5E6-AEE0-D165-100F-043E8C1EB585} = {BFF2DF6E-AA54-47C7-211F-79ACCBB4577C} + {F929BC02-37FB-4C29-8090-A77EEE568669} = {4F3AD5E6-AEE0-D165-100F-043E8C1EB585} + {6CF871BD-4BE9-42DD-AD29-467EA6E2B74C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {795CB5E1-DF3F-7BA7-FB1C-F9744F7AD002} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {2FC817B5-DD1D-8BBE-38EE-8D5FE899CBDD} = {795CB5E1-DF3F-7BA7-FB1C-F9744F7AD002} + {5C23F1E8-E396-4D19-B692-5B3EF051020F} = {2FC817B5-DD1D-8BBE-38EE-8D5FE899CBDD} + {391FE479-0FBA-4923-B018-C79B66DD7944} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {C4DB4899-81F3-02C9-DEF1-F2A732F33B8C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {9A689891-3B47-4CFC-9E5A-BA609EB8375B} = {C4DB4899-81F3-02C9-DEF1-F2A732F33B8C} + {83605906-CDDE-4F95-BA19-C24BD47B3050} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {906B104A-3965-45EF-868E-F564CB6624CF} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {35714D27-B8E1-3CD7-0189-D0AF07CA86FC} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {DCB71FE1-E6C9-4145-9949-2642494FA6D6} = {35714D27-B8E1-3CD7-0189-D0AF07CA86FC} + {D28E1854-6661-4803-9545-EDC898E17D3A} = {35714D27-B8E1-3CD7-0189-D0AF07CA86FC} + {9C2B3FF3-2AE7-2D63-34A2-CA0121CA5157} = {35714D27-B8E1-3CD7-0189-D0AF07CA86FC} + {7C7C2FF9-5D49-4C5D-AB5D-3534C22942AD} = {9C2B3FF3-2AE7-2D63-34A2-CA0121CA5157} + {133CAD23-AB4A-4346-82C8-5345B4C5F0CB} = {35714D27-B8E1-3CD7-0189-D0AF07CA86FC} + {1C161241-41E8-43AF-920D-99599A39DDD2} = {35714D27-B8E1-3CD7-0189-D0AF07CA86FC} + {01768DF8-E84C-E17B-F893-B68C16B78359} = {35714D27-B8E1-3CD7-0189-D0AF07CA86FC} + {704DF36E-31D0-46B0-819B-EA249127485A} = {01768DF8-E84C-E17B-F893-B68C16B78359} + {1FD46320-54C1-4EC0-BF89-7AA4A6A78D39} = {35714D27-B8E1-3CD7-0189-D0AF07CA86FC} + {6D69D131-C928-6A46-F508-A4A608CBE30A} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {7EED38B2-393E-40B2-95BE-A8BBDFA271B8} = {6D69D131-C928-6A46-F508-A4A608CBE30A} + {0B8CF7F9-5CA4-620B-0DD2-140EC9BCB0BE} = {6D69D131-C928-6A46-F508-A4A608CBE30A} + {DC693FD8-15C1-41E1-B6AD-BE40266AEC91} = {0B8CF7F9-5CA4-620B-0DD2-140EC9BCB0BE} + {D6012B11-1F0F-46B3-887C-D01C1F77278B} = {6D69D131-C928-6A46-F508-A4A608CBE30A} + {12515EDB-6887-4EAF-8135-71D221177A43} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {86FDB5B4-D72D-4019-8379-3B9A4859DC47} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {00292BB6-CF8F-6145-D57B-272E2F0305F7} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {4A31410A-50AB-4F62-BB1A-B8D12437CB31} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {CDE95756-069C-3921-B64E-388B01595F19} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {BF01E12A-1177-4C60-8556-3C507C18B46E} = {CDE95756-069C-3921-B64E-388B01595F19} + {D405234C-759D-0EC9-7700-08F30CB5DDBC} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {A181F22B-CB92-4182-85FC-B2BD8B21C05F} = {D405234C-759D-0EC9-7700-08F30CB5DDBC} + {2536CFA2-D4B3-48E5-A962-FC31AAE9B13D} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {239B71FC-CCB4-4036-9EF1-F7D8C42C0BA2} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {D00EB656-96B9-4AA0-9FA0-563B694EB699} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {704ACE01-3404-B694-4EB7-0D40A102E181} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {8585E9CD-87FF-4F9C-A562-6ED27EA20A7F} = {704ACE01-3404-B694-4EB7-0D40A102E181} + {E9CC87B8-9F4F-25EE-8D4F-05F97ABA43F4} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {BF892F70-81E5-4DEB-8AAB-1CA8439C27AF} = {E9CC87B8-9F4F-25EE-8D4F-05F97ABA43F4} + {277780F8-20E8-47D1-ABA2-851F4F7A99B3} = {E9CC87B8-9F4F-25EE-8D4F-05F97ABA43F4} + {06D369EC-5D20-A22D-B77E-04BD55BE5D5D} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {89BD4BF1-C998-41A5-B592-8F0BC63B302F} = {06D369EC-5D20-A22D-B77E-04BD55BE5D5D} + {F980F287-D1F3-1C9F-6275-362C76E83A45} = {06D369EC-5D20-A22D-B77E-04BD55BE5D5D} + {2896B55E-B632-4B47-8C6B-1BC899D557AB} = {F980F287-D1F3-1C9F-6275-362C76E83A45} + {A9E420F1-F661-4B60-ABDA-4FA9F45B5B38} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {2931C400-1B7B-436F-8217-D797DA44E55A} = {06D369EC-5D20-A22D-B77E-04BD55BE5D5D} + {C841E55D-22AA-1F16-5723-A1DB7AEF84E8} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {FE29D4F2-EFC6-441D-A99D-7D17040277D8} = {C841E55D-22AA-1F16-5723-A1DB7AEF84E8} + {F488D700-F312-45C3-8801-8ED6A1D7B28F} = {C841E55D-22AA-1F16-5723-A1DB7AEF84E8} + {1751DE90-400F-90E7-6F48-6B959D464C68} = {C841E55D-22AA-1F16-5723-A1DB7AEF84E8} + {BC7DBB94-336F-41E4-8A0F-E2BE0F0DAE24} = {1751DE90-400F-90E7-6F48-6B959D464C68} + {B29D0B55-DF5A-4BA8-B885-0290D68A05F4} = {C841E55D-22AA-1F16-5723-A1DB7AEF84E8} + {3DC68292-A5F8-42FE-B3A9-88151CF15A8B} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {98AA2679-CFDB-D0DB-0268-E590EE533091} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {1C730F86-B779-4BAF-9A72-63B7629A54F0} = {98AA2679-CFDB-D0DB-0268-E590EE533091} + {E325A7DB-1005-61BF-992B-608756D7E54A} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {0AD46F87-D5AC-484F-A92A-557449170860} = {E325A7DB-1005-61BF-992B-608756D7E54A} + {62D1DA97-6405-4A94-A40E-B3B5DE102321} = {E325A7DB-1005-61BF-992B-608756D7E54A} + {7089B7E9-ABB2-0A25-CB09-E7AE7D2B8D61} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {34DC3A10-48C9-49B1-8E01-B94F089346B4} = {7089B7E9-ABB2-0A25-CB09-E7AE7D2B8D61} + {A443E20A-BB87-4FBD-8C61-7E784D618F19} = {00292BB6-CF8F-6145-D57B-272E2F0305F7} + {E5AA158E-7CA9-F6F2-2D1C-30AFA7D79362} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {9E7078F0-47B9-46A6-AE24-586844F9EDFD} = {E5AA158E-7CA9-F6F2-2D1C-30AFA7D79362} + {5AD4AD08-53FB-4C5A-914F-947FAAE573E9} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {7C842384-6802-FC1D-5BA6-34526AE299C3} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {0A2BBB02-5B53-4752-BAA9-A226F463199E} = {7C842384-6802-FC1D-5BA6-34526AE299C3} + {8E09E788-7541-4C17-BED3-8BC0CBC2A24B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A5426CC4-5008-4462-B8FE-6859079F3261} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {379B9E15-8BC1-4E58-8E6B-5A5A437C37D3} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {B8E50C7A-368E-AA11-2643-A85574F7AF1E} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {902DBC36-8119-45CA-B43A-66EB317BBDCF} = {B8E50C7A-368E-AA11-2643-A85574F7AF1E} + {D7D1BBAD-1B07-4D12-9E16-9A2D0DD5F814} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {58BC3023-C50C-61E0-4645-4952B13F7DA9} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {447C27E3-807D-42F1-96C5-7BA8F9CDDBA6} = {58BC3023-C50C-61E0-4645-4952B13F7DA9} + {8E6D8F4C-6129-DBA2-72CB-13536F70C0C5} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {47645BA6-DE97-4714-8518-86C9B4D6D344} = {8E6D8F4C-6129-DBA2-72CB-13536F70C0C5} + {3C39D7B9-1656-433D-84C7-8A5582D21034} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {AB08B9A8-5735-C00D-10FA-B1C840F3028B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {4EF01132-177F-4D52-AE05-3A5C5182017B} = {AB08B9A8-5735-C00D-10FA-B1C840F3028B} + {61206411-27DE-4BB6-B278-528752FC889D} = {AB08B9A8-5735-C00D-10FA-B1C840F3028B} + {7ECA16E9-2CDB-456D-BCAA-F9C194348EB5} = {AB08B9A8-5735-C00D-10FA-B1C840F3028B} + {E4ECD845-9395-F9F1-FDE1-435A845FC8B9} = {AB08B9A8-5735-C00D-10FA-B1C840F3028B} + {8F476959-2752-41BE-B021-837854C7B952} = {E4ECD845-9395-F9F1-FDE1-435A845FC8B9} + {B9FD2294-359E-4205-9D0B-CB1BB6A5DD1A} = {AB08B9A8-5735-C00D-10FA-B1C840F3028B} + {AFBB2C5B-B33B-E6C4-BB87-78800C29D81F} = {AB08B9A8-5735-C00D-10FA-B1C840F3028B} + {66EC7F25-14F8-4ECE-B257-78CEF0B5A214} = {AFBB2C5B-B33B-E6C4-BB87-78800C29D81F} + {F9BC3F7F-F662-4873-83BC-071772A2728D} = {AB08B9A8-5735-C00D-10FA-B1C840F3028B} + {B25ECE16-47A4-EFFF-9A01-10DB9EF80979} = {AB08B9A8-5735-C00D-10FA-B1C840F3028B} + {3FB15850-F450-414C-8D2E-163026FB92C3} = {B25ECE16-47A4-EFFF-9A01-10DB9EF80979} + {B2B96D27-0C3B-4852-B321-38BE11D22F40} = {B25ECE16-47A4-EFFF-9A01-10DB9EF80979} + {8959649D-0870-4E55-B750-48EA7ED03E02} = {B25ECE16-47A4-EFFF-9A01-10DB9EF80979} + {F0863958-30FF-4C2F-AA4B-7FD37080CA78} = {AB08B9A8-5735-C00D-10FA-B1C840F3028B} + {D17F9CCF-866B-D2B9-157C-2A59EF567874} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {D39DE234-3692-414D-B73A-3D18FD87860F} = {D17F9CCF-866B-D2B9-157C-2A59EF567874} + {19E2F209-BEF4-4F9A-A60E-2B475439E294} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {FFBFA013-8E80-45AB-B6C5-FF020B4D1CF7} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {3DEC22B2-08D4-C6E0-1CCB-D86B1099C2A1} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {7EAD367D-9664-06A9-AA56-F6FD619988C5} = {3DEC22B2-08D4-C6E0-1CCB-D86B1099C2A1} + {8AAB41EE-C60D-4C0D-A146-143B24BE3073} = {7EAD367D-9664-06A9-AA56-F6FD619988C5} + {7867A200-0D64-4052-A522-0434749C1493} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {3FBC6382-EAB3-2591-1BD2-49783D022294} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A87357C5-87E9-4844-8CB5-DF9A84D83E97} = {3FBC6382-EAB3-2591-1BD2-49783D022294} + {D2E3E58C-0B3D-4456-8720-05F32814C1E2} = {3FBC6382-EAB3-2591-1BD2-49783D022294} + {69B7CA81-7E48-7588-BBDC-1ADBDC464455} = {3FBC6382-EAB3-2591-1BD2-49783D022294} + {EA386AF0-C8F6-4A1F-BF1E-BD5DE7B91F8F} = {69B7CA81-7E48-7588-BBDC-1ADBDC464455} + EndGlobalSection +EndGlobal diff --git a/Lib/src/Converter/ConvertConsole/ConverterConsole.csproj b/Lib/src/Converter/ConvertConsole/ConverterConsole.csproj index 39341f5d5b..66d75a6c73 100644 --- a/Lib/src/Converter/ConvertConsole/ConverterConsole.csproj +++ b/Lib/src/Converter/ConvertConsole/ConverterConsole.csproj @@ -1,130 +1,37 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {22F8A3A5-18DE-491E-9F7A-F4C4351043F4} - Exe - Properties - ConverterConsole - ConverterConsole - v4.6.2 - 512 - - - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true + net48 + Exe + ConverterConsole + ConverterConsole + ../../../../Output/$(Configuration) + false + 4 - - true - full - false - ..\..\..\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - AllRules.ruleset + + DEBUG;TRACE + true + full + false - - pdbonly - true - ..\..\..\..\DistFiles\ - TRACE - prompt - 4 - AnyCPU - AllRules.ruleset + + TRACE + false + none + true - - true - full - false - ..\..\..\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - AllRules.ruleset - - - pdbonly - true - ..\..\..\..\DistFiles\ - TRACE - prompt - 4 - AnyCPU - AllRules.ruleset - - - - - False - ..\..\..\..\DistFiles\ConvertLib.dll - - - - 3.5 - - - 3.5 - - - 3.5 - - - - - - - - - + + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - \ No newline at end of file diff --git a/Lib/src/Converter/Converter/Converter.csproj b/Lib/src/Converter/Converter/Converter.csproj index 768be8936e..66e0af8f54 100644 --- a/Lib/src/Converter/Converter/Converter.csproj +++ b/Lib/src/Converter/Converter/Converter.csproj @@ -1,159 +1,48 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {5F5F96B5-2323-4B54-BAA9-BB40B8584C7E} - WinExe - Properties - Converter - Converter - v4.6.2 - 512 - Converter.Program - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - + net48 + WinExe + Converter + Converter + ../../../../Output/$(Configuration) + false + true + 4 - - true - full - false - ..\..\..\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - AllRules.ruleset + + DEBUG;TRACE + true + full + false - - pdbonly - true - ..\..\..\..\DistFiles\ - TRACE - prompt - 4 - AnyCPU - AllRules.ruleset + + TRACE + false + none + true - - true - full - false - ..\..\..\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - AllRules.ruleset - - - pdbonly - true - ..\..\..\..\DistFiles\ - TRACE - prompt - 4 - AnyCPU - AllRules.ruleset - - - - - False - ..\..\..\..\DistFiles\ConvertLib.dll - - - - 3.5 - - - 3.5 - - - 3.5 - - - - - - + + + + + + + + + + + + + + + - - Form - - - Form1.cs - - - - - Form1.cs - Designer - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - \ No newline at end of file diff --git a/Lib/src/Converter/Convertlib/ConvertLib.csproj b/Lib/src/Converter/Convertlib/ConvertLib.csproj index 2dcc21fd02..27881af0ad 100644 --- a/Lib/src/Converter/Convertlib/ConvertLib.csproj +++ b/Lib/src/Converter/Convertlib/ConvertLib.csproj @@ -1,123 +1,32 @@ - - + + - Debug - AnyCPU - 9.0.21022 - 2.0 - {90F709F7-4B56-433A-AEE0-5AE348BD2061} - Library - Properties - Converter - ConvertLib - v4.6.2 - 512 - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - + net48 + ConvertLib + Converter + ../../../../Output/$(Configuration) + false + 4 - - true - full - false - ..\DistFiles\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset + + DEBUG;TRACE + true + full + false - - pdbonly - true - ..\..\..\..\DistFiles\ - TRACE - prompt - 4 - AnyCPU - AllRules.ruleset + + TRACE + false + none + true - - true - full - false - ..\DistFiles\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - - - pdbonly - true - ..\..\..\..\DistFiles\ - TRACE - prompt - 4 - AnyCPU - AllRules.ruleset - - - - - - 3.5 - - - 3.5 - - - 3.5 - - - - - - - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + + + + + + - - \ No newline at end of file diff --git a/Lib/src/FormLanguageSwitch/FormLanguageSwitch.csproj b/Lib/src/FormLanguageSwitch/FormLanguageSwitch.csproj index 39ace60d7f..e5c7c9bb19 100644 --- a/Lib/src/FormLanguageSwitch/FormLanguageSwitch.csproj +++ b/Lib/src/FormLanguageSwitch/FormLanguageSwitch.csproj @@ -1,105 +1,31 @@ - + + - Local - 8.0.50727 - 2.0 - {787B600C-9A56-41C7-A3C8-9553630FE3C1} - Debug - AnyCPU - - - - - FormLanguageSwitch - - - JScript - Grid - IE50 - false - Library - System.Globalization - - - - - - + net48 + FormLanguageSwitch + System.Globalization + ../../../Output/$(Configuration) + false + 4 - - bin\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - false - false - false - 4 - full - prompt + + DEBUG;TRACE + true + full + false - - bin\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - true - false - false - false - 4 - none - prompt + + TRACE + false + none + true - - - System - - - System.Data - - - System.Drawing - - - System.Windows.Forms - - - System.XML - + + + + + + - - - Code - - - Code - - - Code - - - - - - - - - \ No newline at end of file diff --git a/Lib/src/ObjectBrowser/ObjectBrowser.csproj b/Lib/src/ObjectBrowser/ObjectBrowser.csproj index dac443a50d..5b631ffa4a 100644 --- a/Lib/src/ObjectBrowser/ObjectBrowser.csproj +++ b/Lib/src/ObjectBrowser/ObjectBrowser.csproj @@ -1,187 +1,52 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {B4DE5B3D-CBEF-4A59-967C-801F9013A3E5} - Library - Properties - SIL.ObjectBrowser - ObjectBrowser - v4.6.2 - 512 - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - + net48 + ObjectBrowser + SIL.ObjectBrowser + ../../../Output/$(Configuration) + false + true + 4 - - true - full - false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + + DEBUG;TRACE + true + full + false - - pdbonly - true - ..\..\..\Output\Release\ - TRACE - prompt - 4 - AllRules.ruleset - AnyCPU - - - true - full - false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + + TRACE + false + none + true - - pdbonly - true - ..\..\..\Output\Release\ - TRACE - prompt - 4 - AllRules.ruleset - AnyCPU - - - - - - 3.5 - - - - - - - False - .\WeifenLuo.WinFormsUI.Docking.dll - - - - Properties\CommonAssemblyInfo.cs - - - UserControl - - - ColorPicker.cs - - - - Component - - - - Form - - - ObjectBrowser.cs - - - Form - - - InspectorWnd.cs - - - Form - - - OptionsDlg.cs - - - - True - True - Resources.resx - - - True - True - Settings.settings - + + + + + + + + - - SettingsSingleFileGenerator - Settings.Designer.cs - + + + + + + - - ColorPicker.cs - - - ObjectBrowser.cs - - - InspectorWnd.cs - - - OptionsDlg.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - \ No newline at end of file diff --git a/Lib/src/ScrChecks/ScrChecks.csproj b/Lib/src/ScrChecks/ScrChecks.csproj index 9442fdf68f..fc403d0567 100644 --- a/Lib/src/ScrChecks/ScrChecks.csproj +++ b/Lib/src/ScrChecks/ScrChecks.csproj @@ -1,172 +1,48 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {E8B611A7-09D6-4DD5-B60B-8EB755051774} - Library - Properties - SILUBS.ScriptureChecks - ScrChecks - - - - - 3.5 - - - false - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - + net48 + ScrChecks + SILUBS.ScriptureChecks + ../../../Output/$(Configuration) + false + true + 4 - - true - full - false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - - - true - AllRules.ruleset - AnyCPU + + DEBUG;TRACE + true + full + false - - pdbonly - true - ..\..\..\Output\Release\ - TRACE - prompt - 4 - AllRules.ruleset - AnyCPU - - - true - full - false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - - - true - AllRules.ruleset - AnyCPU - - - pdbonly - true - ..\..\..\Output\Release\ - TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + + TRACE + false + none + true - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - - 3.5 - - - - - - + + + + + + + + + + + + + + + - - Properties\CommonAssemblyInfo.cs - - - - - - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - - - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + - - - \ No newline at end of file diff --git a/Lib/src/ScrChecks/ScrChecksTests/ScrChecksTests.csproj b/Lib/src/ScrChecks/ScrChecksTests/ScrChecksTests.csproj index 98d5b38a53..72704a5b65 100644 --- a/Lib/src/ScrChecks/ScrChecksTests/ScrChecksTests.csproj +++ b/Lib/src/ScrChecks/ScrChecksTests/ScrChecksTests.csproj @@ -1,162 +1,39 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {A34DB665-A5A7-471B-90E2-B59758240BB2} - Library - Properties - SILUBS.ScriptureChecks + net48 ScrChecksTests - ..\..\..\..\Src\AppForTests.config - - - 3.5 - - - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - true - full - false - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - - - prompt + SILUBS.ScriptureChecks + ../../../../Output/$(Configuration) + false true 4 - AllRules.ruleset - AnyCPU - - pdbonly - true - ..\..\..\..\Output\Release\ - TRACE - prompt - true - 4 - AllRules.ruleset - AnyCPU - - + + DEBUG;TRACE true full false - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - - - prompt - true - 4 - AllRules.ruleset - AnyCPU - - pdbonly - true - ..\..\..\..\Output\Release\ + TRACE - prompt - true - 4 - AllRules.ruleset - AnyCPU + false + none + true + + + + - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\..\Output\Debug\ScrChecks.dll - False - True - - - False - + + + - - 3.5 - + - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - - - - - - - - - - - - - - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - \ No newline at end of file diff --git a/Src/CacheLight/CacheLight.csproj b/Src/CacheLight/CacheLight.csproj index 48c6dbe7c7..c75033c9b8 100644 --- a/Src/CacheLight/CacheLight.csproj +++ b/Src/CacheLight/CacheLight.csproj @@ -1,213 +1,39 @@ - - + + - Local - 9.0.30729 - 2.0 - {34442A32-31DE-45A8-AD36-0ECFE4095523} - - - - - - - - - Debug - AnyCPU - - - - + net48 CacheLight - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.CacheLight - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\Output\Debug\CacheLight.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../Output/$(Configuration) + false true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - true 4 - none - prompt - AllRules.ruleset - AnyCPU - - - ..\..\Output\Debug\ - false - 285212672 - false - - + + DEBUG;TRACE - ..\..\Output\Debug\CacheLight.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - true - 4 none - prompt - AllRules.ruleset - AnyCPU + true - - False - ..\..\Output\Debug\SIL.LCModel.Utils.dll - + + + + + - - False - ..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Core.dll - + - - XMLUtils - ..\..\Output\Debug\XMLUtils.dll - - - CommonAssemblyInfo.cs - - - Code - - - Code - - - - Code - - - + - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - - + \ No newline at end of file diff --git a/Src/CacheLight/CacheLightTests/CacheLightTests.csproj b/Src/CacheLight/CacheLightTests/CacheLightTests.csproj index dd6992ed27..46808fe8d7 100644 --- a/Src/CacheLight/CacheLightTests/CacheLightTests.csproj +++ b/Src/CacheLight/CacheLightTests/CacheLightTests.csproj @@ -1,235 +1,52 @@ - - + + - Local - 9.0.30729 - 2.0 - {BB4A16A2-8CA0-4BA0-9C58-AE24B4554651} - Debug - AnyCPU - - - - + net48 CacheLightTests - - - ..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.FieldWorks.CacheLightTests - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\Output\Debug\CacheLightTests.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../Output/$(Configuration) + false true - 4 - full - prompt - AnyCPU - AllRules.ruleset - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - true 4 - none - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + + DEBUG;TRACE - ..\..\..\Output\Debug\CacheLightTests.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AnyCPU - AllRules.ruleset + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - true - 4 none - prompt - AllRules.ruleset - AnyCPU + true - - CacheLight - ..\..\..\Output\Debug\CacheLight.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + - - ViewsInterfaces - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - nunit.framework - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - + + + - - ..\..\..\Output\Debug\FwUtilsTests.dll - - - - AssemblyInfoForTests.cs - - - Code - - - True - True - Resources.resx - - - Code - + - - PublicResXFileCodeGenerator - Resources.Designer.cs - + + - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - - + \ No newline at end of file diff --git a/Src/Common/Controls/Design/Design.csproj b/Src/Common/Controls/Design/Design.csproj index 51de241f7b..6ddd1dba22 100644 --- a/Src/Common/Controls/Design/Design.csproj +++ b/Src/Common/Controls/Design/Design.csproj @@ -1,224 +1,39 @@ - - + + - Local - 9.0.30729 - 2.0 - {7D26EF89-0A01-4961-8D2A-EA2340719D64} - Debug - AnyCPU - - - - - Controls.Design - - - JScript - Grid - IE50 - false - Library - SIL.FieldWorks.Common.Controls.Design - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true + net48 + Controls.Design + SIL.FieldWorks.Common.Controls.Design + ../../../../Output/$(Configuration) + false + 168,169,219,414,649,1635,1702,1701 + 4 - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\..\Output\Debug\Controls.Design.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + DEBUG;TRACE + true + full + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\..\Output\Debug\Controls.Design.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + TRACE + false + none + true - - - System - - - System.Data - - - System.Design - - - System.Drawing - - - System.Windows.Forms - - + + + + + + + - - Code - - - CommonAssemblyInfo.cs - - - Code - - - Code - - - Code - - - Code - - - Code - - - - Code - - - Code - - - Code - - - EnhancedCollectionEditor.cs - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - \ No newline at end of file diff --git a/Src/Common/Controls/DetailControls/DetailControls.csproj b/Src/Common/Controls/DetailControls/DetailControls.csproj index f59d512d34..9bbe92c0be 100644 --- a/Src/Common/Controls/DetailControls/DetailControls.csproj +++ b/Src/Common/Controls/DetailControls/DetailControls.csproj @@ -1,533 +1,147 @@ - - + + - Local - 9.0.30729 - 2.0 - {C65D2B3D-543D-4F63-B35D-5859F5ECDE1E} - Debug - AnyCPU - - + net48 DetailControls - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.Framework.DetailControls - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 168,169,219,414,649,1635,1702,1701 - true - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - 285212672 - - + + DEBUG;TRACE - - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\Output\Release\ - 285212672 - - + TRACE - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - Accessibility - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - + + + + + + + + + + + + + + + + + + + + - - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\..\..\Output\Debug\FdoUi.dll - - - ..\..\..\..\Output\Debug\Framework.dll - - - ..\..\..\..\Output\Debug\FwControls.dll - - - ..\..\..\..\Output\Debug\FwCoreDlgs.dll - - - ..\..\..\..\Output\Debug\FwResources.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\..\Output\Debug\LexTextControls.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - ..\..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - ..\..\..\..\Output\Debug\SimpleRootSite.dll - + + + + - - ..\..\..\..\Output\Debug\Widgets.dll - - - ..\..\..\..\Output\Debug\xCore.dll - - - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - False - - - ..\..\..\..\Output\Debug\XMLUtils.dll - - - ..\..\..\..\Output\Debug\XMLViews.dll - False - - - CommonAssemblyInfo.cs - - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - Code - - - UserControl - - - UserControl - - - - UserControl - - - Form - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - Component - - - Form - - - SemanticDomainsChooser.cs - - - Form - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - Form - - - UserControl - - - UserControl - - - UserControl - - - Code - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - Code - - - Form - - - UserControl - - - Code - - - Code - - - UserControl - - - True - True - DetailControlsStrings.resx - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - Code - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - AtomicReferenceLauncher.cs - Designer - - - AtomicReferenceView.cs - Designer - - - ButtonLauncher.cs - Designer - - - ConfigureWritingSystemsDlg.cs - Designer - - - DataTree.cs - Designer - - - DataTreeImages.cs - Designer - - - GenDateChooserDlg.cs - Designer - - - GenDateLauncher.cs - Designer - - - MorphTypeAtomicLauncher.cs - Designer - - - MorphTypeChooser.cs - Designer - - - MultiLevelConc.cs - Designer - - - PhoneEnvReferenceLauncher.cs - Designer - - - PhoneEnvReferenceView.cs - Designer - - - ReferenceLauncher.cs - Designer - - - SemanticDomainsChooser.cs - Designer - - - SimpleListChooser.cs - Designer - - - SliceTreeNode.cs - Designer - - - Designer - ResXFileCodeGenerator - DetailControlsStrings.Designer.cs - - - SummaryCommandControl.cs - Designer - - - Designer - - - Designer - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + \ No newline at end of file diff --git a/Src/Common/Controls/DetailControls/DetailControlsTests/DetailControlsTests.csproj b/Src/Common/Controls/DetailControls/DetailControlsTests/DetailControlsTests.csproj index 307255894d..23efb0bc8a 100644 --- a/Src/Common/Controls/DetailControls/DetailControlsTests/DetailControlsTests.csproj +++ b/Src/Common/Controls/DetailControls/DetailControlsTests/DetailControlsTests.csproj @@ -1,267 +1,55 @@ - - + + - Local - 9.0.21022 - 2.0 - {8F6675E7-721A-457D-BF7A-04AB189137A8} - - - - - - - Debug - AnyCPU - - - - + net48 DetailControlsTests - - - ..\..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.Framework.DetailControls - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AnyCPU - AllRules.ruleset - - ..\..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AnyCPU - AllRules.ruleset + false - - ..\..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - DetailControls - ..\..\..\..\..\Output\Debug\DetailControls.dll - - - SIL.LCModel - ..\..\..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - nunit.framework - ..\..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - False - ..\..\..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + + + + + + + + + + + + + + + - - False - ..\..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\..\..\Output\Debug\xCore.dll - - - xCoreInterfaces - ..\..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\..\..\Output\Debug\FwUtilsTests.dll - - - ..\..\..\..\..\Output\Debug\xWorksTests.dll - - - AssemblyInfoForTests.cs - - - Code - - - - - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - + - - - - - - - - + \ No newline at end of file diff --git a/Src/Common/Controls/FwControls/FwControls.csproj b/Src/Common/Controls/FwControls/FwControls.csproj index 0c0e294f6c..3bbe547849 100644 --- a/Src/Common/Controls/FwControls/FwControls.csproj +++ b/Src/Common/Controls/FwControls/FwControls.csproj @@ -1,490 +1,126 @@ - - + + - Local - 9.0.30729 - 2.0 - {2322C388-DD81-466A-B079-956B5524B9A9} - Debug - AnyCPU - - + net48 FwControls - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.Controls - OnBuildSuccess - 3.5 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - v4.6.2 - - - - ..\..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - ..\..\..\..\Output\Debug\FwControls.xml - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - false - - - ..\..\..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 168,169,219,414,649,1635,1702,1701 - true - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - false - - ..\..\..\..\Output\Debug\ - 285212672 - - + DEBUG;TRACE - ..\..\..\..\Output\Debug\FwControls.xml true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU - false + false - - ..\..\..\..\Output\Release\ - 285212672 - - + TRACE - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - false - - Accessibility - - - ..\..\..\..\packages\AtkSharp-signed.3.22.24.37\lib\netstandard2.0\AtkSharp.dll - - - False - ..\..\..\..\Output\Debug\DesktopAnalytics.dll - - - ..\..\..\..\packages\GdkSharp-signed.3.22.24.37\lib\netstandard2.0\GdkSharp.dll - - - ..\..\..\..\packages\GioSharp-signed.3.22.24.37\lib\netstandard2.0\GioSharp.dll - - - ..\..\..\..\packages\GLibSharp-signed.3.22.24.37\lib\netstandard2.0\GLibSharp.dll - - - ..\..\..\..\packages\GtkSharp-signed.3.22.24.37\lib\netstandard2.0\GtkSharp.dll - - - False - ..\..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\..\Output\Debug\SIL.Windows.Forms.WritingSystems.dll - + + + + + + + + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\..\Output\Debug\ManagedLgIcuCollator.dll - - - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\..\Output\Debug\ParatextShared.dll - - - False - ..\..\..\..\Output\Debug\ScriptureUtils.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - + + + + - - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - ..\..\..\..\Output\Debug\FwResources.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - ..\..\..\..\Output\Debug\xCore.dll - - - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\..\Output\Debug\SIL.Windows.Forms.dll - - - False - ..\..\..\..\Output\Debug\icu.net.dll - True - - - False - ..\..\..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - CommonAssemblyInfo.cs - - - Code - - - Component - - - Component - - - - - Component - - - UserControl - - - ColorPickerMatrix.cs - - - True - True - ColorPickerStrings.resx - - - Component - - - Component - - - - Form - - - - Form - - - Component - - - - - Component - - - Component - - - Component - - - UserControl - - - UserControl - - - - True - True - FwControls.resx - - - UserControl - - - FwHelpButton.cs - - - Component - - - Component - - - Component - - - UserControl - - - FwPopup.cs - - - Component - - - FwSplitContainer.cs - - - Component - - - Component - - - - UserControl - - - Component - - - Code - - - UserControl - - - LineControl.cs - - - Component - - - Component - - - Code - - - Form - - - UserControl - - - ProgressLine.cs - - - Code - - - Form - - - ProgressDialogImpl.cs - - - True - True - Resources.resx - - - Component - - - Component - - - Component - - - Component - - - Component - - - - Component - - - Form - - - UserControl - - - Component - - - CharacterGrid.cs - Designer - - - ColorPickerDropDown.cs - Designer - - - ColorPickerMatrix.cs - Designer - - - Designer - ResXFileCodeGenerator - ColorPickerStrings.Designer.cs - - - Floaty.cs - Designer - - - FwButton.cs - Designer - - - FwColorButton.cs - Designer - - - FwColorCombo.cs - Designer - - - FwColorPicker.cs - Designer - - - Designer - ResXFileCodeGenerator - FwControls.Designer.cs - - - FwDrawing.cs - Designer - - - Designer - FwHelpButton.cs - - - FwPopup.cs - Designer - - - InformationBar.cs - Designer - - - InformationBarButton.cs - Designer - - - Designer - LineControl.cs - - - Persistence.cs - Designer - - - Designer - ProgressDialogImpl.cs - - - ProgressDialogWorkingOn.cs - Designer - - - ProgressLine.cs - Designer - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - + + + + + + + + + + + + + + + + + + + + + @@ -492,59 +128,17 @@ - - ScrollListBox.cs - Designer - - - StatusBarProgressPanel.cs - Designer - - - TriStateTreeView.cs - Designer - - - WizardDialog.cs - Designer - - - WSChooser.cs - Designer - - + + + + + + + + - - - - - - FileDialogStrings.resx - True - True - - - - - - - - - - - - - - - ResXFileCodeGenerator - FileDialogStrings.Designer.cs - - - - ../../../../DistFiles - \ No newline at end of file diff --git a/Src/Common/Controls/FwControls/FwControlsTests/FwControlsTests.csproj b/Src/Common/Controls/FwControls/FwControlsTests/FwControlsTests.csproj index a6e07c3b35..1fe7e07f0b 100644 --- a/Src/Common/Controls/FwControls/FwControlsTests/FwControlsTests.csproj +++ b/Src/Common/Controls/FwControls/FwControlsTests/FwControlsTests.csproj @@ -1,267 +1,60 @@ - - + + - Local - 9.0.30729 - 2.0 - {DE41BA28-D622-4198-92DA-95893A8F0506} - Debug - AnyCPU - - - - + net48 FwControlsTests - - - ..\..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.Controls - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\..\..\Output\Debug\FwControlsTests.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 - full - prompt - AnyCPU - AllRules.ruleset - - - ..\..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false + ../../../../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\..\..\Output\Debug\FwControlsTests.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AnyCPU - AllRules.ruleset + false - - ..\..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + + - - False - ..\..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.dll - - - FwControls - ..\..\..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\..\..\Output\Debug\FwUtils.dll - - - nunit.framework - ..\..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - System - - - System.Drawing - - - System.Windows.Forms - + + + + + + + + + + - - ..\..\..\..\..\Output\Debug\FwUtilsTests.dll - - - ..\..\..\..\..\packages\AtkSharp-signed.3.22.24.37\lib\netstandard2.0\AtkSharp.dll - - - ..\..\..\..\packages\GdkSharp-signed.3.22.24.37\lib\netstandard2.0\GdkSharp.dll - - - ..\..\..\..\..\packages\GLibSharp-signed.3.22.24.37\lib\netstandard2.0\GLibSharp.dll - - - ..\..\..\..\..\packages\GtkSharp-signed.3.22.24.37\lib\netstandard2.0\GtkSharp.dll - + + + + - - AssemblyInfoForTests.cs - - - - Form - - - Form - - - Form - - - - - Code - - - - - - - DummyDerivedForm.cs - - - DummyPersistedFormManual.cs - - - DummyPersistedFormWinDef.cs - - + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + + - - - - - - - \ No newline at end of file diff --git a/Src/Common/Controls/Widgets/Widgets.csproj b/Src/Common/Controls/Widgets/Widgets.csproj index 246156635e..12cacdab05 100644 --- a/Src/Common/Controls/Widgets/Widgets.csproj +++ b/Src/Common/Controls/Widgets/Widgets.csproj @@ -1,375 +1,83 @@ - - + + - Local - 9.0.21022 - 2.0 - {C39FF7C2-A408-45A8-A400-3C2EF3220195} - Debug - AnyCPU - - - - + net48 Widgets - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.Widgets - OnBuildSuccess - - - - - - - 3.5 - false - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\..\Output\Debug\Widgets.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\..\Output\Debug\Widgets.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\..\..\Output\Debug\SIL.Core.Desktop.dll - + + + + + + + + + - - ViewsInterfaces - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - FwResources - ..\..\..\..\Output\Debug\FwResources.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - FwUtils - ..\..\..\..\Output\Debug\FwUtils.dll - - - RootSite - ..\..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.Media.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\icu.net.dll - True - - - SimpleRootSite - ..\..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + + + + - - xCoreInterfaces - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\..\Output\Debug\SIL.Windows.Forms.dll - - - - - CommonAssemblyInfo.cs - - - Code - - - Component - - - - - UserControl - - - - - - Component - - - - Code - - - UserControl - - - Component - - - Component - - - UserControl - - - Code - - - - UserControl - - - Component - - - PasswordBox.cs - - - Form - - - True - True - Strings.resx - - - Component - - - UserControl - - - Component - - - UserInterfaceChooser.cs - - - Component - - - VSTabControl.cs - - - FwMultilingualPropView.cs - Designer - - - FwComboBox.cs - Designer - - - FwListBox.cs - Designer - - - FwTextBox.cs - Designer - - - PasswordBox.cs - Designer - - - PopupTree.cs - Designer - - - Designer - ResXFileCodeGenerator - Strings.Designer.cs - - - TreeCombo.cs - Designer - - - Designer - UserInterfaceChooser.cs - - - VSTabControl.cs - - - UserControl - - - UserControl - - - UserControl - - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + + + + + + + + + + + + + + + + + - + + + + + + + + + + - - - ../../../../DistFiles - - + \ No newline at end of file diff --git a/Src/Common/Controls/Widgets/WidgetsTests/WidgetsTests.csproj b/Src/Common/Controls/Widgets/WidgetsTests/WidgetsTests.csproj index 7d223b79c6..f6cb114479 100644 --- a/Src/Common/Controls/Widgets/WidgetsTests/WidgetsTests.csproj +++ b/Src/Common/Controls/Widgets/WidgetsTests/WidgetsTests.csproj @@ -1,262 +1,55 @@ - - + + - Local - 9.0.30729 - 2.0 - {EAF5AE4B-B92E-48C1-AA17-8B27C13D228F} - - - - - - - Debug - AnyCPU - - - - + net48 WidgetsTests - - - ..\..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.Widgets - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../../../Output/$(Configuration) + false true - 4 - full - prompt - AnyCPU - - - ..\..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AnyCPU - - ..\..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AnyCPU + false - - ..\..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AnyCPU - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - nunit.framework - ..\..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - - - System - + + + + + + + - - Widgets - ..\..\..\..\..\Output\Debug\Widgets.dll - - - False - ..\..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\..\..\..\Output\Debug\FwUtilsTests.dll - - - - - AssemblyInfoForTests.cs - - - Code - - - - - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - - + \ No newline at end of file diff --git a/Src/Common/Controls/XMLViews/XMLViews.csproj b/Src/Common/Controls/XMLViews/XMLViews.csproj index 1a7e7764ca..88fdc80391 100644 --- a/Src/Common/Controls/XMLViews/XMLViews.csproj +++ b/Src/Common/Controls/XMLViews/XMLViews.csproj @@ -1,481 +1,98 @@ - - + + - Local - 9.0.21022 - 2.0 - {BC490547-D278-4442-BD34-3580DBEFC405} - Debug - AnyCPU - - - - + net48 XMLViews - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.Controls - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\..\Output\Debug\XMLViews.xml - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - false + ../../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\..\Output\Debug\XMLViews.xml true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - Accessibility - - - False - ..\..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\..\Output\Debug\SIL.Windows.Forms.dll - + + + + + + + + + + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - False - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - Filters - False - ..\..\..\..\Output\Debug\Filters.dll - - - False - ..\..\..\..\Output\Debug\Framework.dll - - - FwControls - False - ..\..\..\..\Output\Debug\FwControls.dll - - - ..\..\..\..\Output\Debug\FwCoreDlgControls.dll - False - ..\..\..\..\Output\Debug\FwCoreDlgControls.dll - - - FwCoreDlgs - False - ..\..\..\..\Output\Debug\FwCoreDlgs.dll - - - FwResources - False - ..\..\..\..\Output\Debug\FwResources.dll - - - FwUtils - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\..\Output\Debug\Geckofx-Core.dll - - - ..\..\..\..\Output\Debug\Geckofx-Winforms.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - Reporting - False - ..\..\..\..\Output\Debug\Reporting.dll - - - RootSite - False - ..\..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\Output\Debug\ECInterfaces.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - $(installation_prefix)/lib/fieldworks/ECInterfaces.dll - - - False - ..\..\Output\Debug\SilEncConverters40.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\icu.net.dll - True - - - SimpleRootSite - False - ..\..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + + + + + - - Widgets - False - ..\..\..\..\Output\Debug\Widgets.dll - - - xCore - False - ..\..\..\..\Output\Debug\xCore.dll - - - xCoreInterfaces - False - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - XMLUtils - False - ..\..\..\..\Output\Debug\XMLUtils.dll - - - - - CommonAssemblyInfo.cs - - - Code - - - - UserControl - - - - Form - - - - Component - - - - - UserControl - - - FlatListView.cs - - - - - - UserControl - - - - - - - - Form - - - SimpleDateMatchDlg.cs - - - Code - - - Code - - - Code - - - UserControl - - - Code - - - Form - - - Form - - - Form - - - UserControl - - - UserControl - - - UserControl - - - Code - - - - Code - - - Code - - - UserControl - - - Code - - - - UserControl - - - - True - True - XMLViewsStrings.resx - - - Code - - - BrowseViewer.cs - Designer - - - BulkEditBar.cs - Designer - - - ColumnConfigureDialog.cs - Designer - - - DhListView.cs - Designer - - - NonEmptyTargetControl.cs - Designer - - - ReallySimpleListChooser.cs - Designer - - - Designer - SimpleDateMatchDlg.cs - - - SimpleIntegerMatchDlg.cs - Designer - - - SimpleMatchDlg.cs - Designer - - - XmlBrowseRDEView.cs - Designer - - - XmlBrowseView.cs - Designer - - - XmlBrowseViewBase.cs - Designer - - - XmlSeqView.cs - Designer - - - XmlView.cs - Designer - - - Designer - ResXFileCodeGenerator - XMLViewsStrings.Designer.cs - - + + + + + + + + + + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + + + + + + + + + + + + + + - - - ../../../../DistFiles - \ No newline at end of file diff --git a/Src/Common/Controls/XMLViews/XMLViewsTests/XMLViewsTests.csproj b/Src/Common/Controls/XMLViews/XMLViewsTests/XMLViewsTests.csproj index a1b42a1ae3..d2502090a2 100644 --- a/Src/Common/Controls/XMLViews/XMLViewsTests/XMLViewsTests.csproj +++ b/Src/Common/Controls/XMLViews/XMLViewsTests/XMLViewsTests.csproj @@ -1,353 +1,75 @@ - - + + - Local - 9.0.21022 - 2.0 - {55E68ADA-4123-4913-86FB-93500563200D} - - - - - - - - - Debug - AnyCPU - - - - + net48 XMLViewsTests - - - ..\..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library XMLViewsTests - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AnyCPU - AllRules.ruleset - - ..\..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - none - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AnyCPU - AllRules.ruleset + false - - ..\..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 none - prompt - AllRules.ruleset - AnyCPU + true - - False - ..\..\..\..\..\Output\Debug\CacheLight.dll - - - False - ..\..\..\..\..\Output\Debug\CacheLightTests.dll - - - False - ..\..\..\..\..\Output\Debug\icu.net.dll - - - False - ..\..\..\..\..\Output\Debug\Moq.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - False - ..\..\..\..\..\Output\Debug\SimpleRootSiteTests.dll - + + + + + + + + + + + + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - Filters - ..\..\..\..\..\Output\Debug\Filters.dll - - - False - ..\..\..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\..\..\Output\Debug\FwUtilsTests.dll - - - False - ..\..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - nunit.framework - ..\..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.WritingSystems.dll - - - ..\..\..\..\..\Output\Debug\SimpleRootSite.dll - False - + + + + + - - False - ..\..\..\..\..\Output\Debug\xCore.dll - - - XMLUtils - ..\..\..\..\..\Output\Debug\XMLUtils.dll - - - XMLViews - ..\..\..\..\..\Output\Debug\XMLViews.dll - - - SIL.LCModel - ..\..\..\..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - + + + - - False - ..\..\..\..\..\Output\Debug\xWorks.dll - - - AssemblyInfoForTests.cs - - - - - - - True - True - Resources.resx - - - - Code - - - - Code - - - - - Code - - - - - Code - - - - - - UserControl - - + + + + + - - - - - - - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - \ No newline at end of file diff --git a/Src/Common/FieldWorks/FieldWorks.csproj b/Src/Common/FieldWorks/FieldWorks.csproj index f3b4738f8d..2de57c1260 100644 --- a/Src/Common/FieldWorks/FieldWorks.csproj +++ b/Src/Common/FieldWorks/FieldWorks.csproj @@ -1,208 +1,45 @@ - - + + - Debug - AnyCPU - 9.0.21022 - 2.0 - {7CE209AF-EB05-4584-9444-966C0978757F} + net48 WinExe - Properties - SIL.FieldWorks FieldWorks - - - 3.5 - - - false - v4.6.2 - true - BookOnCube.ico - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - true - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug\ - DEBUG;TRACE - ..\..\..\Output\Debug\FieldWorks.xml - prompt + SIL.FieldWorks + ../../../Output/$(Configuration) + false + true true - 4 - false - AnyCPU - AllRules.ruleset - true - - - pdbonly - true 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release\ - TRACE - prompt - true 4 - AnyCPU - AllRules.ruleset - true - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug\ - DEBUG;TRACE - ..\..\..\Output\Debug\FieldWorks.xml - prompt - true - 4 - false - AnyCPU - AllRules.ruleset - false - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release\ + TRACE - prompt - true - 4 - AnyCPU - AllRules.ruleset - false + false + none + true - - False - ..\..\..\Output\Debug\DesktopAnalytics.dll - - - False - ..\..\..\Output\Debug\L10NSharp.dll - + - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\Output\Debug\SIL.Lexicon.dll - - - False - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\Output\Debug\FdoUi.dll - - - False - ..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\Output\Debug\FwCoreDlgs.dll - - - False - ..\..\..\Output\Debug\FwResources.dll - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\Output\Debug\Geckofx-Core.dll - - - ..\..\..\Output\Debug\Geckofx-Winforms.dll - - - False - ..\..\..\Lib\debug\ICSharpCode.SharpZipLib.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - + + + + + + - - False - ..\..\..\Output\Debug\ParatextShared.dll - - - False - ..\..\..\DistFiles\PaToFdoInterfaces.dll - - - False - ..\..\..\Output\Debug\Reporting.dll - - - False - ..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\Output\Debug\ScriptureUtils.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.Windows.Forms.dll - - - False - ..\..\..\Output\Debug\SIL.Windows.Forms.Keyboarding.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + + @@ -210,157 +47,47 @@ - - 3.0 - - - 3.0 - + + - - False - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - False - ..\..\..\Output\Debug\XMLUtils.dll - - - False - ..\..\..\Output\Debug\xWorks.dll - - - False - ..\..\..\Output\Debug\Framework.dll - - - ..\..\..\Output\Debug\icu.net.dll - + - - Properties\CommonAssemblyInfo.cs - - - Form - - - ApplicationBusyDialog.cs - - - - - - - - Form - - - MoveProjectsDlg.cs - - - - - - - - - - - - - - - - - - WelcomeToFieldWorksDlg.cs - - - - - - - True - True - Resources.resx - - - - Form - + + + + + + + + + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + + + - - ApplicationBusyDialog.cs - Designer - - - MoveProjectsDlg.cs - Designer - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - WelcomeToFieldWorksDlg.cs - Designer - + + + + - + - - - - - - - {37c30ac6-66d3-4ffd-a50f-d9194fb9e33b} - LexTextControls - - - - \ No newline at end of file diff --git a/Src/Common/FieldWorks/FieldWorksTests/FieldWorksTests.csproj b/Src/Common/FieldWorks/FieldWorksTests/FieldWorksTests.csproj index cedc866469..ac68638173 100644 --- a/Src/Common/FieldWorks/FieldWorksTests/FieldWorksTests.csproj +++ b/Src/Common/FieldWorks/FieldWorksTests/FieldWorksTests.csproj @@ -1,200 +1,51 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {42198B6F-9BAA-4DF9-8A39-4FF12696481A} - Library - Properties - SIL.FieldWorks + net48 FieldWorksTests - ..\..\..\AppForTests.config - - - 3.5 - - - false - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - ..\..\..\..\Output\Debug\FieldWorksTests.xml - prompt + SIL.FieldWorks + ../../../../Output/$(Configuration) + false true - 4 - AnyCPU - AllRules.ruleset - - - pdbonly - true 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ - TRACE - prompt - true 4 - AllRules.ruleset - AnyCPU - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - ..\..\..\..\Output\Debug\FieldWorksTests.xml - prompt - true - 4 - AnyCPU - AllRules.ruleset - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ + TRACE - prompt - true - 4 - AllRules.ruleset - AnyCPU + false + none + true + + + + + + + - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - .exe - ..\..\..\..\Output\Debug\FieldWorks.exe - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\..\DistFiles\PaToFdoInterfaces.dll - + + + + + + + + + - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - ..\..\..\..\Output\Debug\LexTextDll.dll - - - ..\..\..\..\Output\Debug\Framework.dll - + - - AssemblyInfoForTests.cs - - - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - - - - + - - \ No newline at end of file diff --git a/Src/Common/Filters/Filters.csproj b/Src/Common/Filters/Filters.csproj index 7d34c405e2..f91e2bbacd 100644 --- a/Src/Common/Filters/Filters.csproj +++ b/Src/Common/Filters/Filters.csproj @@ -1,243 +1,52 @@ - - + + - Local - 9.0.30729 - 2.0 - {805F3EB2-4D09-41F4-8C99-CEC506EBBB15} - Debug - AnyCPU - - + net48 Filters - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Filters - OnBuildSuccess - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - - - true - 4096 - false + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 - true - 168,169,219,414,649,1635,1702,1701 - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - 285212672 - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - 285212672 - - + TRACE - - - true - 4096 + false + none true - 168,169,219,414,649,1635,1702,1701 - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + + + + - - False - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - ..\..\..\Output\Debug\SIL.LCModel.dll - - - FwUtils - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - - - False - ..\..\..\Output\Debug\icu.net.dll - True - + + + + + + + - - xCoreInterfaces - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - XMLUtils - ..\..\..\Output\Debug\XMLUtils.dll - - - ManagedLgIcuCollator - ..\..\..\Output\Debug\ManagedLgIcuCollator.dll - - - - - CommonAssemblyInfo.cs - - - Code - - - - - - True - True - FiltersStrings.resx - - - - - Code - - - Code - - - Code - - - Code - - - Code - - - - Designer - ResXFileCodeGenerator - FiltersStrings.Designer.cs - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - ../../../DistFiles - - + \ No newline at end of file diff --git a/Src/Common/Filters/FiltersTests/FiltersTests.csproj b/Src/Common/Filters/FiltersTests/FiltersTests.csproj index 7bfc3794eb..2198afbd5f 100644 --- a/Src/Common/Filters/FiltersTests/FiltersTests.csproj +++ b/Src/Common/Filters/FiltersTests/FiltersTests.csproj @@ -1,247 +1,51 @@ - - + + - Local - 9.0.30729 - 2.0 - {DB8A5118-05EC-4BAE-9EA9-6AF210528270} - Debug - AnyCPU - - - - + net48 FiltersTests - - - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Filters - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AnyCPU - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - none - prompt - AnyCPU - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AnyCPU + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 none - prompt - AnyCPU + true - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - Filters - ..\..\..\..\Output\Debug\Filters.dll - - - False - ..\..\Output\Debug\CommonServiceLocator.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - + + + + + + + - - False - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - XMLUtils - ..\..\..\..\Output\Debug\XMLUtils.dll - - - - - AssemblyInfoForTests.cs - - - - - - Code - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - - + \ No newline at end of file diff --git a/Src/Common/Framework/Framework.csproj b/Src/Common/Framework/Framework.csproj index 86f0ab370b..d9f03253f0 100644 --- a/Src/Common/Framework/Framework.csproj +++ b/Src/Common/Framework/Framework.csproj @@ -1,355 +1,75 @@ - - + + - Local - 9.0.30729 - 2.0 - {C4A415C6-AB60-4118-BE82-5777C0877A8B} - - - - - - - Debug - AnyCPU - - - - + net48 Framework - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.Framework - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\Output\Debug\Framework.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - true 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\Output\Debug\Framework.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - Accessibility - - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - + + + + + + + + + + + + + + + + + - - ..\..\..\Output\Debug\ViewsInterfaces.dll - False - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - ..\..\..\Output\Debug\SIL.LCModel.dll - False - - - ..\..\..\Output\Debug\FwControls.dll - False - True - - - False - ..\..\..\Output\Debug\FwCoreDlgControls.dll - - - ..\..\..\Output\Debug\FwCoreDlgs.dll - False - - - ..\..\..\Output\Debug\FwResources.dll - False - - - ..\..\..\Output\Debug\FwUtils.dll - False - - - ..\..\..\Bin\Interop.IWshRuntimeLibrary.dll - False - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - ..\..\..\Output\Debug\Reporting.dll - False - - - ..\..\..\Output\Debug\RootSite.dll - False - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - ..\..\..\Output\Debug\SimpleRootSite.dll - False - - - False - - - False - + + + + + + + + + - - False - - - False - - - False - - - False - - - False - - - False - - - False - - - ..\..\..\Output\Debug\UIAdapterInterfaces.dll - False - - - ..\..\..\Output\Debug\Widgets.dll - False - - - ..\..\..\Output\Debug\xCoreInterfaces.dll - False - - - ..\..\..\Output\Debug\XMLUtils.dll - False - - - ..\..\..\Output\Debug\SIL.Windows.Forms.dll - - - False - ..\..\..\Output\Debug\icu.net.dll - True - + + + + + + + + + - - CommonAssemblyInfo.cs - - - Code - - - - - True - True - FrameworkStrings.resx - - - Code - - - Code - - - Code - - - UserControl - - - - - Code - - - - - - - UserControl - - - - Designer - ResXFileCodeGenerator - FrameworkStrings.Designer.cs - - - FwRootSite.cs - Designer - - - UndoRedoDropDown.cs - Designer - + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + + - - - - - - - \ No newline at end of file diff --git a/Src/Common/Framework/FrameworkTests/FrameworkTests.csproj b/Src/Common/Framework/FrameworkTests/FrameworkTests.csproj index a3214608b8..447667d603 100644 --- a/Src/Common/Framework/FrameworkTests/FrameworkTests.csproj +++ b/Src/Common/Framework/FrameworkTests/FrameworkTests.csproj @@ -1,268 +1,56 @@ - - + + - Local - 9.0.30729 - 2.0 - {1ECE5F9B-B1B2-4C8B-B485-E0F77F525183} - Debug - AnyCPU - - - - + net48 FrameworkTests - - - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.Framework - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\..\Output\Debug\FrameworkTests.xml - true - 4096 - false + ../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\..\Output\Debug\FrameworkTests.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - Framework - ..\..\..\..\Output\Debug\Framework.dll - - - FwControls - ..\..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Bin\Rhino\Rhino.Mocks.dll - - - RootSite - ..\..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - SimpleRootSite - ..\..\..\..\Output\Debug\SimpleRootSite.dll - - - System - + + + + + + + + - - System.Windows.Forms - - - xCoreInterfaces - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - False - ..\..\..\..\Output\Debug\FwCoreDlgControls.dll - - - False - ..\..\..\..\Output\Debug\FwResources.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - + - - - - AssemblyInfoForTests.cs - - - - Code - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - \ No newline at end of file diff --git a/Src/Common/FwUtils/FwUtils.csproj b/Src/Common/FwUtils/FwUtils.csproj index 22b6673c00..a84ee697ee 100644 --- a/Src/Common/FwUtils/FwUtils.csproj +++ b/Src/Common/FwUtils/FwUtils.csproj @@ -1,366 +1,70 @@ - - + + - Local - 9.0.21022 - 2.0 - {89EC1097-4786-4611-B6CB-2B8BC01CDDED} - Debug - AnyCPU - - - - + net48 FwUtils - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.FwUtils - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - false - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\Output\Debug\FwUtils.xml - true - 4096 - false - 168,169,219,414,649,1591,1635,1702,1701 - false - false - false + ../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\Output\Debug\FwUtils.xml true - 4096 - false - 168,169,219,414,649,1591,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU - false + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - false - - ..\..\..\Downloads\CommonServiceLocator.dll - - - False - ..\..\..\Output\Debug\DesktopAnalytics.dll - - - False - ..\..\..\Output\Debug\NAudio.dll - + + + + + + - - False - ..\..\..\Output\Debug\NAudio.Lame.dll - - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\Output\Debug\SIL.Windows.Forms.dll - + + + - - False - ..\..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - + - - False - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.dll - - - FwResources - ..\..\..\Output\Debug\FwResources.dll - - - False - ..\..\..\Output\Debug\IPCFramework.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\icu.net.dll - False - + + + + + - - 3.0 - + - - Properties\CommonAssemblyInfo.cs - - - - - Component - - - Form - - - FwUpdateChooserDlg.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - True - True - FwUtilsStrings.resx - - - - - - - - - - - - - - - True - True - Settings.settings - - - - - - - - - Code - - - - - - - - - - FwUpdateChooserDlg.cs - - - Designer - ResXFileCodeGenerator - FwUtilsStrings.Designer.cs - - - - - - - - - - - - - - - - - - - - - Component - - - - - - - + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + - - SettingsSingleFileGenerator - Settings.Designer.cs - Designer - + - - - ../../../DistFiles - - \ No newline at end of file diff --git a/Src/Common/FwUtils/FwUtilsTests/FwUtilsTests.csproj b/Src/Common/FwUtils/FwUtilsTests/FwUtilsTests.csproj index e7079b7707..4574b7bc20 100644 --- a/Src/Common/FwUtils/FwUtilsTests/FwUtilsTests.csproj +++ b/Src/Common/FwUtils/FwUtilsTests/FwUtilsTests.csproj @@ -1,280 +1,55 @@ - - + + - Local - 9.0.30729 - 2.0 - {2126F423-4858-42DA-9697-AB6C60B85810} - Debug - AnyCPU - - - - + net48 FwUtilsTests - - - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.FwUtils - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\..\Output\Debug\FwUtilsTests.xml - true - 4096 - false - 168,169,219,414,649,1591,1635,1702,1701 - false - false - false + ../../../../Output/$(Configuration) + false true - 4 - full - prompt - AnyCPU - AllRules.ruleset - - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\..\Output\Debug\FwUtilsTests.xml true - 4096 - false - 168,169,219,414,649,1591,1635,1702,1701 - false - false - false - true - 4 full - prompt - AnyCPU - AllRules.ruleset + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + - - False - ..\..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + - - ViewsInterfaces - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - System - + + - - ..\..\..\..\Output\Debug\SIL.Windows.Forms.Keyboarding.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - ..\..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - + + + - - ..\..\..\..\Output\Debug\SIL.Core.dll - + - - - - - - - - - - - - - - - - - True - True - Resources.resx - - - - - - - - - - - - - - - - - - - - - - - - - - - - - AssemblyInfoForTests.cs - - + - - ResXFileCodeGenerator - Resources.Designer.cs - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - \ No newline at end of file diff --git a/Src/Common/RootSite/RootSite.csproj b/Src/Common/RootSite/RootSite.csproj index 754bae47aa..878b91d5f9 100644 --- a/Src/Common/RootSite/RootSite.csproj +++ b/Src/Common/RootSite/RootSite.csproj @@ -1,307 +1,65 @@ - - + + - Local - 9.0.30729 - 2.0 - {88C1486E-E4A8-4780-BFE1-394725CCBEFE} - - - - - - - Debug - AnyCPU - - - - + net48 RootSite - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.RootSites - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\Output\Debug\RootSite.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\Output\Debug\RootSite.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - Accessibility - - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - + + + + + + + + + + - - ViewsInterfaces - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - ..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\Output\Debug\FwResources.dll - - - FwUtils - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - - - SimpleRootSite - ..\..\..\Output\Debug\SimpleRootSite.dll - - - False - ..\..\..\Output\Debug\icu.net.dll - True - + + + + + + + - - UIAdapterInterfaces - ..\..\..\Output\Debug\UIAdapterInterfaces.dll - - - xCoreInterfaces - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - CommonAssemblyInfo.cs - - - Code - - - - - - Code - - - Code - - - - - Code - - - True - True - Resources.resx - - - - UserControl - - - UserControl - - - Code - - - True - True - RootSiteStrings.resx - - - - Code - - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - RootSite.cs - Designer - - - RootSiteControl.cs - Designer - - - Designer - ResXFileCodeGenerator - RootSiteStrings.Designer.cs - + + + - + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - ../../../DistFiles - - + \ No newline at end of file diff --git a/Src/Common/RootSite/RootSiteTests/RootSiteTests.csproj b/Src/Common/RootSite/RootSiteTests/RootSiteTests.csproj index 9be9edfa2c..04f7ba0de1 100644 --- a/Src/Common/RootSite/RootSiteTests/RootSiteTests.csproj +++ b/Src/Common/RootSite/RootSiteTests/RootSiteTests.csproj @@ -1,310 +1,64 @@ - - + + - Local - 9.0.21022 - 2.0 - {5263F2AC-1F97-4B01-93F2-0E2B4F8BD271} - Debug - AnyCPU - - - - + net48 RootSiteTests - - - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.RootSites - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\..\Output\Debug\RootSiteTests.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701,1591,1685 - false - false - false + ../../../../Output/$(Configuration) + false + true true - 4 - full - prompt - true - AnyCPU - AllRules.ruleset - - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701,1591,1685 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + + DEBUG;TRACE - ..\..\..\..\Output\Debug\RootSiteTests.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701,1591,1685 - false - false - false - true - 4 full - prompt - true - AnyCPU - AllRules.ruleset + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701,1591,1685 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\FwResources.dll - - - False - ..\..\..\..\Output\Debug\Rhino.Mocks.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - RootSite - ..\..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - SimpleRootSite - ..\..\..\..\Output\Debug\SimpleRootSite.dll - - - System - + + + + + + + + + - - System.Drawing - - - System.Windows.Forms - - - xCoreInterfaces - False - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - + + - - AssemblyInfoForTests.cs - - - Code - - - - UserControl - - - Code - - - Code - - - Code - - - True - True - Resources.resx - - - Code - - - - Code - - - Code - - - Code - + + - - Designer - DummyBasicView.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - + + - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - \ No newline at end of file diff --git a/Src/Common/ScriptureUtils/ScriptureUtils.csproj b/Src/Common/ScriptureUtils/ScriptureUtils.csproj index e2ec165e2a..8c48a3ae06 100644 --- a/Src/Common/ScriptureUtils/ScriptureUtils.csproj +++ b/Src/Common/ScriptureUtils/ScriptureUtils.csproj @@ -1,251 +1,44 @@ - - + + - Local - 9.0.30729 - 2.0 - {C98A0201-B55C-4B8C-9408-5F5FC2FD22B6} - - - - - - - Debug - AnyCPU - - - - + net48 ScriptureUtils - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.ScriptureUtils - OnBuildSuccess - - - - - - - - - 3.5 - false - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\Output\Debug\ScriptureUtils.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 - full - prompt - AllRules.ruleset - AnyCPU - false - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - true - false - false + ../../../Output/$(Configuration) + false true + 168,169,219,414,649,1635,1702,1701 4 - full - prompt - AllRules.ruleset - AnyCPU - false - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\Output\Debug\ScriptureUtils.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 + false + none true - false - false - true - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + - - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\Output\Debug\Paratext.LexicalContracts.dll - - - False - ..\..\..\Output\Debug\ParatextShared.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - - - System - + + + + + + - - False - ..\..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - False - ..\..\..\Output\Debug\Utilities.dll - - - ..\..\..\Output\Debug\SIL.Core.dll - - - - - CommonAssemblyInfo.cs - - - Code - - - - - - - + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + - - - - - - - - - - \ No newline at end of file diff --git a/Src/Common/ScriptureUtils/ScriptureUtilsTests/ScriptureUtilsTests.csproj b/Src/Common/ScriptureUtils/ScriptureUtilsTests/ScriptureUtilsTests.csproj index 7e41e24ff6..61b477444e 100644 --- a/Src/Common/ScriptureUtils/ScriptureUtilsTests/ScriptureUtilsTests.csproj +++ b/Src/Common/ScriptureUtils/ScriptureUtilsTests/ScriptureUtilsTests.csproj @@ -1,266 +1,49 @@ - - + + - Local - 9.0.30729 - 2.0 - {C79E699C-2766-4D5B-9661-3BCE7C9679A6} - - - - - - - Debug - AnyCPU - - - - + net48 ScriptureUtilsTests - - - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.ScriptureUtils - OnBuildSuccess - - - - - - - - - 3.5 - false - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\..\Output\Debug\ScriptureUtilsTests.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../../Output/$(Configuration) + false true - 4 - full - prompt - AllRules.ruleset - AnyCPU - false - - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - false - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + + DEBUG;TRACE - ..\..\..\..\Output\Debug\ScriptureUtilsTests.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Output\Debug\Paratext8Plugin.dll - - - False - ..\..\..\..\Output\Debug\ParatextShared.dll - - - False - ..\..\..\..\Output\Debug\ProjectUnpacker.dll - - - ScriptureUtils - ..\..\..\..\Output\Debug\ScriptureUtils.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - System - - - - False - ..\..\..\..\Output\Debug\Utilities.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - + + + + - - AssemblyInfoForTests.cs - - - - + + + + + + + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + - - - - - - - \ No newline at end of file diff --git a/Src/Common/SimpleRootSite/SimpleRootSite.csproj b/Src/Common/SimpleRootSite/SimpleRootSite.csproj index 8e1156759e..c95c0a11c0 100644 --- a/Src/Common/SimpleRootSite/SimpleRootSite.csproj +++ b/Src/Common/SimpleRootSite/SimpleRootSite.csproj @@ -1,204 +1,48 @@ - - + + - Local - 9.0.30729 - 2.0 - {99898933-E3F3-45E0-82CA-3257805CDA69} - - - - - - - Debug - AnyCPU - - - - + net48 SimpleRootSite - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.RootSites - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\Output\Debug\SimpleRootSite.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701,1685 - false - false - false + ../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701,1685 - true - false - false - true 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\Output\Debug\SimpleRootSite.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701,1685 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701,1685 + false + none true - false - false - true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - Accessibility - - - ..\..\..\packages\ibusdotnet.2.0.3\lib\net461\ibusdotnet.dll - - - ..\..\..\packages\NDesk.DBus.0.15.0\lib\NDesk.DBus.dll - - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.dll - + + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\Output\Debug\Reporting.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.Windows.Forms.Keyboarding.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - + + + + + + @@ -206,112 +50,13 @@ - - False - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\Output\Debug\ManagedVwDrawRootBuffered.dll - - - ..\..\..\Output\Debug\FwUtils.dll - - - CommonAssemblyInfo.cs - - - - - - - True - True - Resources.resx - - - - - - - - - Code - - - Code - - - - - Code - - - - Code - - - - Code - - - Code - - - Code - - - UserControl - - - - Code - - - Code - - - Code - - - ResXFileCodeGenerator - Resources.Designer.cs - - - SimpleRootSite.cs - Designer - - - - + + - - + + - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - - + \ No newline at end of file diff --git a/Src/Common/SimpleRootSite/SimpleRootSiteTests/SimpleRootSiteTests.csproj b/Src/Common/SimpleRootSite/SimpleRootSiteTests/SimpleRootSiteTests.csproj index 4bb7894454..6722e01fa1 100644 --- a/Src/Common/SimpleRootSite/SimpleRootSiteTests/SimpleRootSiteTests.csproj +++ b/Src/Common/SimpleRootSite/SimpleRootSiteTests/SimpleRootSiteTests.csproj @@ -1,311 +1,67 @@ - - + + - Local - 9.0.30729 - 2.0 - {8EE73414-8A08-49D3-BEA4-283B18DE272C} - Debug - AnyCPU - - - - + net48 SimpleRootSiteTests - - - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.RootSites.SimpleRootSiteTests - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701,1685 - false - false - false + ../../../../Output/$(Configuration) + false + true true - 4 - full - prompt - true - AnyCPU - AllRules.ruleset - - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false 168,169,219,414,649,1635,1702,1701,1685 - true - false - false - false 4 - none - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701,1685 - false - false - false - true - 4 full - prompt - true - AnyCPU - AllRules.ruleset + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701,1685 - true - false - false - false - 4 none - prompt - AllRules.ruleset - AnyCPU + true - - False - ..\..\..\..\Output\Debug\CacheLight.dll - - - False - ..\..\..\..\Output\Debug\CacheLightTests.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.Windows.Forms.Keyboarding.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + + + + + - - ViewsInterfaces - False - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\..\Output\Debug\SimpleRootSite.dll - - - System - + + + + + + - - System.Drawing - - - System.Windows.Forms - - - xCoreInterfaces - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\..\packages\ibusdotnet.2.0.3\lib\net461\ibusdotnet.dll - - - ..\..\..\..\packages\NDesk.DBus.0.15.0\lib\NDesk.DBus.dll - - - ..\..\..\..\Bin\Rhino\Rhino.Mocks.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - ..\..\..\..\Output\Debug\FwUtils.dll - + + + + + - - AssemblyInfoForTests.cs - - - - UserControl - - - UserControl - - - SimpleRootSiteDataProviderView.cs - - - - - Code - - - True - True - Resources.resx - - - - - - UserControl - - - Code - - - - - - + + + + - - SimpleBasicView.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - + + - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - \ No newline at end of file diff --git a/Src/Common/UIAdapterInterfaces/UIAdapterInterfaces.csproj b/Src/Common/UIAdapterInterfaces/UIAdapterInterfaces.csproj index afcb80b2ea..206aab6c3a 100644 --- a/Src/Common/UIAdapterInterfaces/UIAdapterInterfaces.csproj +++ b/Src/Common/UIAdapterInterfaces/UIAdapterInterfaces.csproj @@ -1,221 +1,42 @@ - - + + - Local - 9.0.30729 - 2.0 - {8A5CC7A9-D574-4139-8FF0-2CA7E688EC7B} - Debug - AnyCPU - - - - + net48 UIAdapterInterfaces - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.UIAdapters - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\Output\Debug\UIAdapterInterfaces.xml - true - 4096 - false + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\Output\Debug\UIAdapterInterfaces.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - System - - - - System.Drawing - - - System.Windows.Forms - - - xCoreInterfaces - ..\..\..\Output\Debug\xCoreInterfaces.dll - + - - CommonAssemblyInfo.cs - - - Code - - - Code - - - Code - - - True - True - UIAdapterInterfacesStrings.resx - - - Code - + + + + + + + - - Designer - ResXFileCodeGenerator - UIAdapterInterfacesStrings.Designer.cs - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - \ No newline at end of file diff --git a/Src/Common/ViewsInterfaces/ViewsInterfaces.csproj b/Src/Common/ViewsInterfaces/ViewsInterfaces.csproj index 18fbdb2c0d..d55f697119 100644 --- a/Src/Common/ViewsInterfaces/ViewsInterfaces.csproj +++ b/Src/Common/ViewsInterfaces/ViewsInterfaces.csproj @@ -1,206 +1,42 @@ - - + + - Local - 9.0.30729 - 2.0 - {AFD8FD49-A08C-478E-BC8D-9BCED0588B2D} - Debug - AnyCPU - - + net48 ViewsInterfaces - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.ViewsInterfaces - OnBuildSuccess - - - - - 3.5 - false - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - ..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - ..\..\..\Output\Debug\ViewsInterfaces.xml - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../Output/$(Configuration) + false true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 168,169,219,414,649,1635,1702,1701 - true - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - 285212672 - - + DEBUG;TRACE - ..\..\..\Output\Debug\ViewsInterfaces.xml true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - 285212672 - - + TRACE - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - ..\..\..\Output\Debug\SIL.Core.dll - - - System - + + + + + - - CommonAssemblyInfo.cs - - - Code - - - Code - - - - - - Code - - - Code - - - - Designer - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + - + - - - ../../../DistFiles - - \ No newline at end of file diff --git a/Src/Common/ViewsInterfaces/ViewsInterfacesTests/ViewsInterfacesTests.csproj b/Src/Common/ViewsInterfaces/ViewsInterfacesTests/ViewsInterfacesTests.csproj index 4398e645e3..e8e41c462a 100644 --- a/Src/Common/ViewsInterfaces/ViewsInterfacesTests/ViewsInterfacesTests.csproj +++ b/Src/Common/ViewsInterfaces/ViewsInterfacesTests/ViewsInterfacesTests.csproj @@ -1,166 +1,41 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {49C2818E-DE10-4E42-B552-8913E9845C80} - Library - Properties - SIL.FieldWorks.Common.ViewsInterfaces + net48 ViewsInterfacesTests - ..\..\..\AppForTests.config - - - - - - - - - - - 4.0 - - - false - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\..\..\Output\Debug\ViewsInterfacesTests.xml + SIL.FieldWorks.Common.ViewsInterfaces + ../../../../Output/$(Configuration) + false true - x86 - AllRules.ruleset - - - pdbonly - true 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ - TRACE - prompt 4 - AllRules.ruleset - x86 - - + + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\..\..\Output\Debug\ViewsInterfacesTests.xml - true - AnyCPU - AllRules.ruleset - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + - - False - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - + - - False - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - - - - - AssemblyInfoForUiIndependentTests.cs - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + - - \ No newline at end of file diff --git a/Src/FXT/FxtDll/FxtDll.csproj b/Src/FXT/FxtDll/FxtDll.csproj index 40da5d7e8b..ca87740c09 100644 --- a/Src/FXT/FxtDll/FxtDll.csproj +++ b/Src/FXT/FxtDll/FxtDll.csproj @@ -1,209 +1,47 @@ - - + + - Local - 9.0.21022 - 2.0 - {1E12B366-0D70-46FD-B224-42BCC2EA148C} - Debug - AnyCPU - - + net48 FxtDll - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.FXT - OnBuildSuccess - - - - - 3.5 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - v4.6.2 - - - - ..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - - - true - 4096 + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - false - - ..\..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 - true - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - false - - - ..\..\..\Output\Debug\ - 285212672 - - + DEBUG;TRACE - - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU - false + false - - ..\..\..\Output\Release\ - 285212672 - - + TRACE - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - false + + + + - - SIL.LCModel - ..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - + + + + - - XMLUtils - ..\..\..\Output\Debug\XMLUtils.dll - - - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\icu.net.dll - True - - - ..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - - - CommonAssemblyInfo.cs - - - Code - - - - Code - - - Code - - + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - - + \ No newline at end of file diff --git a/Src/FXT/FxtDll/FxtDllTests/FxtDllTests.csproj b/Src/FXT/FxtDll/FxtDllTests/FxtDllTests.csproj index c809043a2e..c1e36b8d35 100644 --- a/Src/FXT/FxtDll/FxtDllTests/FxtDllTests.csproj +++ b/Src/FXT/FxtDll/FxtDllTests/FxtDllTests.csproj @@ -1,239 +1,45 @@ - - + + - Local - 9.0.21022 - 2.0 - {B56069E7-5DC1-4146-B75C-0080390F4530} - Debug - AnyCPU - - - - + net48 FxtDllTests - - - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Common.FXT - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + + - - SIL.LCModel - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\..\Output\Debug\FxtDll.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - - - AssemblyInfoForTests.cs - - - - Code - - - Code - - - Code - - - Code - - - Code - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - - + \ No newline at end of file diff --git a/Src/FXT/FxtExe/FxtExe.csproj b/Src/FXT/FxtExe/FxtExe.csproj index 4e7d19b66e..9f3e763397 100644 --- a/Src/FXT/FxtExe/FxtExe.csproj +++ b/Src/FXT/FxtExe/FxtExe.csproj @@ -1,203 +1,44 @@ - - + + - Local - 9.0.30729 - 2.0 - {3EDE60CC-24BF-4FDE-B660-3C363F8ABB80} - Debug - AnyCPU - App.ico - - - Fxt - - - JScript - Grid - IE50 - false - Exe - SIL.FieldWorks.Common - OnBuildSuccess - SIL.FieldWorks.Common.FXT.main - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true + net48 + Exe + Fxt + SIL.FieldWorks.Common + ../../../Output/$(Configuration) + false + 168,169,219,414,649,1635,1702,1701 + 4 - - ..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - 4 - full - prompt - AnyCPU - AllRules.ruleset + + DEBUG;TRACE + true + full + false - - ..\..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 - true - 168,169,219,414,649,1635,1702,1701 - false - false - 4 - full - prompt - AnyCPU - AllRules.ruleset - - - ..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - 4 - full - prompt - AnyCPU - AllRules.ruleset - - - ..\..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 - true - 168,169,219,414,649,1635,1702,1701 - false - false - 4 - full - prompt - AnyCPU - AllRules.ruleset + + TRACE + false + none + true - - False - ..\..\..\Output\Debug\BasicUtils.dll - - - - False - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - ..\..\..\Output\Debug\SIL.LCModel.dll - False - - - False - .exe - ..\..\..\Output\Debug\LCMBrowser.exe - - - False - ..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\Output\Debug\FwResources.dll - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\Output\Debug\FxtDll.dll - False - - - - - + + + + + + - - - Code - - - CommonAssemblyInfo.cs - - - Code - + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - \ No newline at end of file diff --git a/Src/FdoUi/FdoUi.csproj b/Src/FdoUi/FdoUi.csproj index 405cc8d765..a57f517999 100644 --- a/Src/FdoUi/FdoUi.csproj +++ b/Src/FdoUi/FdoUi.csproj @@ -1,429 +1,83 @@ - - + + - Local - 9.0.30729 - 2.0 - {7B119B65-DD6F-4AFB-BBA3-682DC084FB33} - - - - - - - Debug - AnyCPU - - - - + net48 FdoUi - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.FdoUi - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - ..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\Output\Debug\SIL.Core.Desktop.dll - + + + + + + + + + + + + + + + + + + - - ..\..\Output\Debug\ViewsInterfaces.dll - False - - - ..\..\Output\Debug\SIL.LCModel.dll - False - - - False - ..\..\Output\Debug\Framework.dll - - - ..\..\Output\Debug\FwControls.dll - False - - - ..\..\Output\Debug\FwResources.dll - False - - - ..\..\Output\Debug\FwUtils.dll - False - - - False - ..\..\Output\Debug\LexTextControls.dll - - - False - ..\..\Output\Debug\CommonServiceLocator.dll - - - ..\..\Output\Debug\RootSite.dll - False - - - False - ..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\Output\Debug\SIL.WritingSystems.dll - - - False - - - False - ..\..\Output\Debug\icu.net.dll - True - - - ..\..\Output\Debug\SimpleRootSite.dll - False - + + + + + + - - False - ..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\Output\Debug\Filters.dll - - - ..\..\Output\Debug\Widgets.dll - False - - - ..\..\Output\Debug\xCore.dll - False - - - ..\..\Output\Debug\xCoreInterfaces.dll - False - - - ..\..\Output\Debug\XMLUtils.dll - False - - - ..\..\Output\Debug\XMLViews.dll - False - - - ..\..\Output\Debug\SIL.Windows.Forms.dll - - - ..\..\Output\Debug\Reporting.dll - False - - - - - CommonAssemblyInfo.cs - - - - Code - - - Form - - - CantRestoreLinkedFilesToOriginalLocation.cs - - - Form - - - Form - - - ConflictingSaveDlg.cs - - - Form - - - FilesToRestoreAreOlder.cs - - - Form - - - Form - - - Form - - - RestoreLinkedFilesToProjectsFolder.cs - - - Form - - - Code - - - Code - - - FdoUiStrings.resx - True - True - - - - Code - - - Code - - - Code - - - Code - - - - Code - - - - - True - True - Resources.resx - - - Code - - - Code - - - Code - - - CantRestoreLinkedFilesToOriginalLocation.cs - Designer - - - ConfirmDeleteObjectDlg.cs - Designer - - - ConflictingSaveDlg.cs - Designer - - - FilesToRestoreAreOlder.cs - Designer - - - MergeObjectDlg.cs - Designer - - - RelatedWords.cs - Designer - - - RestoreLinkedFilesToProjectsFolder.cs - Designer - - - SummaryDialogForm.cs - Designer - - - ResXFileCodeGenerator - FdoUiStrings.Designer.cs - Designer - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - false - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 3.1 - true - + + + + + + + + + - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/Src/FdoUi/FdoUiTests/FdoUiTests.csproj b/Src/FdoUi/FdoUiTests/FdoUiTests.csproj index 3ba46e98da..fa67311a2f 100644 --- a/Src/FdoUi/FdoUiTests/FdoUiTests.csproj +++ b/Src/FdoUi/FdoUiTests/FdoUiTests.csproj @@ -1,185 +1,48 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {CF6C654B-8A43-44C3-8697-B7CF57D715DA} - Library - Properties - SIL.FieldWorks.FdoUi + net48 FdoUiTests - ..\..\AppForTests.config - - - 3.5 - - - v4.6.2 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug\ - DEBUG;TRACE - ..\..\..\Output\Debug\FdoUiTests.xml - prompt + SIL.FieldWorks.FdoUi + ../../../Output/$(Configuration) + false true - 4 - AllRules.ruleset - AnyCPU - - - pdbonly - true 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release\ - TRACE - prompt - true 4 - AllRules.ruleset - AnyCPU - - + + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug\ - DEBUG;TRACE - ..\..\..\Output\Debug\FdoUiTests.xml - prompt - true - 4 - AllRules.ruleset - AnyCPU - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release\ + TRACE - prompt - true - 4 - AllRules.ruleset - AnyCPU + false + none + true + + + + + - - False - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\Output\Debug\FdoUi.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + - - nunit.framework - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\Output\Debug\FwUtilsTests.dll - - - - - AssemblyInfoForTests.cs - - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + - - \ No newline at end of file diff --git a/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControls.csproj b/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControls.csproj index bf15e033ec..c05aac615f 100644 --- a/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControls.csproj +++ b/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControls.csproj @@ -1,218 +1,47 @@ - - + + - Local - 9.0.30729 - 2.0 - {D71043A0-1871-461E-875F-3CEF13929EB9} - - - - - - - Debug - AnyCPU - - - - + net48 FwCoreDlgControls - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.FwCoreDlgControls - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\Output\Debug\FwCoreDlgControls.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\Output\Debug\FwCoreDlgControls.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\..\Output\Debug\SIL.Windows.Forms.WritingSystems.dll - + + + + + + + + + + - - ViewsInterfaces - False - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - False - ..\..\..\Output\Debug\SIL.LCModel.dll - - - FwControls - False - ..\..\..\Output\Debug\FwControls.dll - - - FwResources - False - ..\..\..\Output\Debug\FwResources.dll - - - FwUtils - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - False - - - False - ..\..\..\Output\Debug\SimpleRootSite.dll - - - False - ..\..\..\Output\Debug\icu.net.dll - True - + + + + + + + @@ -220,185 +49,41 @@ - - False - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - - CommonAssemblyInfo.cs - - - Component - - - BlueCircleButton.cs - - - UserControl - - - ConfigParentNode.cs - - - UserControl - - - ConfigSenseLayout.cs - - - - Component - - - - UserControl - - - UserControl - - - FwFontAttributes.cs - - - UserControl - - - FwFontTab.cs - - - UserControl - - - FwGeneralTab.cs - - - Component - - - - - - - UserControl - - - Component - - - UserControl - - - FwBorderTab.cs - - - UserControl - - - FwBulletsTab.cs - - - True - True - FwCoreDlgControls.resx - - - UserControl - - - FwParagraphTab.cs - - - Component - - - UserControl - - - - - - Component - - - ConfigParentNode.cs - Designer - - - ConfigSenseLayout.cs - Designer - - - DefaultFontsControl.cs - Designer - - - FontFeaturesButton.cs - Designer - - - Designer - FwBorderTab.cs - - - Designer - FwBulletsTab.cs - - - ResXFileCodeGenerator - FwCoreDlgControls.Designer.cs - Designer - - - FwFontAttributes.cs - Designer - - - Designer - FwFontTab.cs - - - Designer - FwGeneralTab.cs - - - Designer - FwParagraphTab.cs - - - LocaleMenuButton.cs - Designer - - - RegionVariantControl.cs - Designer - - - UpDownMeasureControl.cs - Designer - + + + + + + + + + + + + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + + + + + + + + + + + + + - - - ../../../DistFiles - - + \ No newline at end of file diff --git a/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControlsTests/FwCoreDlgControlsTests.csproj b/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControlsTests/FwCoreDlgControlsTests.csproj index 907571c1d4..bbbc210921 100644 --- a/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControlsTests/FwCoreDlgControlsTests.csproj +++ b/Src/FwCoreDlgs/FwCoreDlgControls/FwCoreDlgControlsTests/FwCoreDlgControlsTests.csproj @@ -1,256 +1,50 @@ - - + + - Local - 9.0.21022 - 2.0 - {8233DEAC-A38D-4E02-BA46-A942B28CDEBA} - Debug - AnyCPU - - - - + net48 FwCoreDlgControlsTests - - - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library FwCoreDlgControlsTests - OnBuildSuccess - - - - - - - - - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AnyCPU - AllRules.ruleset - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AnyCPU - AllRules.ruleset + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - SIL.LCModel - False - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + + + + + + + - - FwCoreDlgControls - False - ..\..\..\..\Output\Debug\FwCoreDlgControls.dll - - - nunit.framework - False - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - System - + + - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - False - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - - - AssemblyInfoForTests.cs - - - - - - Code - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - ../../../../DistFiles - \ No newline at end of file diff --git a/Src/FwCoreDlgs/FwCoreDlgs.csproj b/Src/FwCoreDlgs/FwCoreDlgs.csproj index 69b7f55390..db788a2bb1 100644 --- a/Src/FwCoreDlgs/FwCoreDlgs.csproj +++ b/Src/FwCoreDlgs/FwCoreDlgs.csproj @@ -1,817 +1,178 @@ - - + + - Local - 9.0.21022 - 2.0 - {17090FC0-6BDA-409A-A99A-5AE7F35647ED} - Debug - AnyCPU - - - - + net48 FwCoreDlgs - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.FwCoreDlgs - OnBuildSuccess - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\Output\Debug\FwCoreDlgs.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\Output\Debug\FwCoreDlgs.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + + + + + + + + + + + + - - False - ..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\Output\Debug\SIL.Windows.Forms.Keyboarding.dll - - - False - ..\..\Output\Debug\SIL.Windows.Forms.WritingSystems.dll - + + + - - ..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - ViewsInterfaces - False - ..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\Output\Debug\ECInterfaces.dll - - - False - $(installation_prefix)/lib/fieldworks/ECInterfaces.dll - - - SIL.LCModel - False - ..\..\Output\Debug\SIL.LCModel.dll - - - Filters - False - ..\..\Output\Debug\Filters.dll - - - FwControls - False - ..\..\Output\Debug\FwControls.dll - - - FwCoreDlgControls - False - ..\..\Output\Debug\FwCoreDlgControls.dll - - - FwResources - False - ..\..\Output\Debug\FwResources.dll - - - FwUtils - False - ..\..\Output\Debug\FwUtils.dll - - - XCore - False - ..\..\Output\Debug\XCore.dll - - - False - ..\..\Output\Debug\icu.net.dll - True - - - False - ..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\Output\Debug\Reporting.dll - - - RootSite - False - ..\..\Output\Debug\RootSite.dll - - - False - ..\..\Output\Debug\ScriptureUtils.dll - - - False - ..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\Output\Debug\SIL.Lexicon.dll - - - False - ..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\Output\Debug\SilEncConverters40.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Utils.dll - - - SimpleRootSite - False - ..\..\Output\Debug\SimpleRootSite.dll - + + + + + + + + + + + - - Widgets - False - ..\..\Output\Debug\Widgets.dll - - - xCoreInterfaces - False - ..\..\Output\Debug\xCoreInterfaces.dll - - - XMLUtils - False - ..\..\Output\Debug\XMLUtils.dll - - - ..\..\packages\Mono.Posix-4.5.4.5.0\lib\net45\Mono.Posix.dll - - - ..\..\Output\Debug\SIL.Windows.Forms.dll - + + - - CommonAssemblyInfo.cs - - - Form - - - True - True - AddConverterDlgStrings.resx - - - True - True - AddConverterResources.resx - - - Form - - - Form - - - AddNewVernLangWarningDlg.cs - - - UserControl - - - - UserControl - - - AdvancedScriptRegionVariantView.cs - - - Form - - - ArchiveWithRamp.cs - - - Form - - - BackupProjectDlg.cs - - - - Form - - - ChangeDefaultBackupDir.cs - - - - Form - - - OverwriteExistingProject.cs - - - Form - - - RestoreProjectDlg.cs - - - - Form - - - BasicFindDialog.cs - - - UserControl - - - CharContextCtrl.cs - - - - Form - - - ChooseLangProjectDialog.cs - - - Component - - - UserControl - - - Code - - - UserControl - - - Form - - - DeleteWritingSystemWarningDialog.cs - - - - UserControl - - - FwChooseAnthroListCtrl.cs - - - - FwNewLangProject.cs - - - - UserControl - - - FwNewLangProjMoreWsControl.cs - - - UserControl - - - FwNewLangProjWritingSystemsControl.cs - - - UserControl - - - FwNewProjectProjectNameControl.cs - - - Form - - - FwStylesModifiedDlg.cs - - - Form - - - FwUpdateReportDlg.cs - - - Form - - - FwWritingSystemSetupDlg.cs - - - - Form - - - - Form - - - MissingOldFieldWorksDlg.cs - - - - Form - - - MoveOrCopyFilesDlg.cs - - - PicturePropertiesDialog.cs - - - Form - - - ProjectLocationDlg.cs - - - Form - - - FwApplyStyleDlg.cs - - - Code - - - - Form - - - True - True - FwCoreDlgs.resx - - - True - True - FWCoreDlgsErrors.resx - - - Form - - - Form - - - Form - - - FwFontDialog.cs - - - Form - - - Form - - - Form - - - - - Form - - - FwStylesDlg.cs - - - Form - - - Component - - - Code - - - Component - - - Form - - - True - True - Resources.resx - - - Form - - - Component - - - - True - True - Strings.resx - - - Form - - - Form - - - ValidCharactersDlg.cs - - - Form - - - ViewHiddenWritingSystemsDlg.cs - - - - Form - - - WarningNotUsingDefaultLinkedFilesLocation.cs - - - UserControl - - - WizardStep.cs - - - AddCnvtrDlg.cs - Designer - - - Designer - ResXFileCodeGenerator - AddConverterDlgStrings.Designer.cs - - - Designer - ResXFileCodeGenerator - AddConverterResources.Designer.cs - - - AddNewUserDlg.cs - Designer - - - AddNewVernLangWarningDlg.cs - - - AdvancedEncProps.cs - Designer - - - AdvancedScriptRegionVariantView.cs - - - ArchiveWithRamp.cs - - - BackupProjectDlg.cs - - - ChangeDefaultBackupDir.cs - - - OverwriteExistingProject.cs - - - RestoreProjectDlg.cs - - - BasicFindDialog.cs - - - CharContextCtrl.cs - Designer - - - ChooseLangProjectDialog.cs - - - CnvtrPropertiesCtrl.cs - Designer - - - ConverterTest.cs - Designer - - - DeleteWritingSystemWarningDialog.cs - - - FwChooseAnthroListCtrl.cs - - - FwNewLangProjMoreWsControl.cs - - - FwNewLangProjWritingSystemsControl.cs - - - FwNewProjectProjectNameControl.cs - - - FwStylesModifiedDlg.cs - Designer - - - FwUpdateReportDlg.cs - Designer - - - MergeWritingSystemDlg.cs - - - MissingOldFieldWorksDlg.cs - Designer - - - Designer - MoveOrCopyFilesDlg.cs - - - ProjectLocationDlg.cs - - - FwApplyStyleDlg.cs - Designer - - - FwChooserDlg.cs - Designer - - - Designer - PublicResXFileCodeGenerator - FwCoreDlgs.Designer.cs - - - Designer - ResXFileCodeGenerator - FWCoreDlgsErrors.Designer.cs - - - FwDeleteProjectDlg.cs - Designer - - - FwFindReplaceDlg.cs - Designer - - - Designer - FwFontDialog.cs - - - FwHelpAbout.cs - Designer - - - FwNewLangProject.cs - Designer - - - FwProjPropertiesDlg.cs - Designer - - - Designer - FwStylesDlg.cs - - - FwUserProperties.cs - Designer - - - PicturePropertiesDialog.cs - Designer - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - RealSplashScreen.cs - Designer - - - ResXFileCodeGenerator - Strings.Designer.cs - Designer - - - UtilityDlg.cs - Designer - - - ValidCharactersDlg.cs - Designer - - - ViewHiddenWritingSystemsDlg.cs - Designer - - - WarningNotUsingDefaultLinkedFilesLocation.cs - - - FwWritingSystemSetupDlg.cs - Designer - - - Code - - - WizardStep.cs - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - ../../DistFiles - \ No newline at end of file diff --git a/Src/FwCoreDlgs/FwCoreDlgsTests/FwCoreDlgsTests.csproj b/Src/FwCoreDlgs/FwCoreDlgsTests/FwCoreDlgsTests.csproj index 372937e612..8292e1a874 100644 --- a/Src/FwCoreDlgs/FwCoreDlgsTests/FwCoreDlgsTests.csproj +++ b/Src/FwCoreDlgs/FwCoreDlgsTests/FwCoreDlgsTests.csproj @@ -1,341 +1,70 @@ - - + + - Local - 9.0.30729 - 2.0 - {5AF62195-86FD-404C-ABB6-498D3E4AC5C8} - Debug - AnyCPU - - - - + net48 FwCoreDlgsTests - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.FwCoreDlgs - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - ..\..\AppForTests.config - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\Output\Debug\FwCoreDlgsTests.xml - true - 4096 - false - 168,169,219,414,649,1591,1635,1702,1701 - false - false - false + ../../../Output/$(Configuration) + false + true true - 4 - full - prompt - true - AnyCPU - AllRules.ruleset - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\..\Output\Debug\FwCoreDlgsTests.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - true - AnyCPU - AllRules.ruleset + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\..\..\..\libpalaso\output\Debug\Rhino.Mocks.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - ..\..\..\Output\Debug\SIL.WritingSystems.Tests.dll - - - ..\..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - + + + + + + + + + + + + + + + + + + + + - - ViewsInterfaces - False - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\Output\Debug\ECInterfaces.dll - - - False - $(installation_prefix)/lib/fieldworks/ECInterfaces.dll - - - SIL.LCModel - False - ..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - FwControls - False - ..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\Output\Debug\FwCoreDlgControls.dll - - - FwCoreDlgs - False - ..\..\..\Output\Debug\FwCoreDlgs.dll - - - False - ..\..\..\Output\Debug\FwResources.dll - - - FwUtils - False - ..\..\..\Output\Debug\FwUtils.dll - - - FwUtilsTests - False - ..\..\..\Output\Debug\FwUtilsTests.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - False - - - RootSite - False - ..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\Output\Debug\RootSiteTests.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.Windows.Forms.WritingSystems.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\Output\Debug\SilEncConverters40.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - SimpleRootSite - False - ..\..\..\Output\Debug\SimpleRootSite.dll - - - System - + + + + + + + + + + + + - - System.Windows.Forms - - - Widgets - False - ..\..\..\Output\Debug\Widgets.dll - - - False - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - - - - Form - - - - - - - - - - Form - - - - - - - - - AssemblyInfo.cs - - + - + + + - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - ../../../DistFiles - \ No newline at end of file diff --git a/Src/FwParatextLexiconPlugin/FwParatextLexiconPlugin.csproj b/Src/FwParatextLexiconPlugin/FwParatextLexiconPlugin.csproj index 35ed2f6f3b..c6a5fad3d6 100644 --- a/Src/FwParatextLexiconPlugin/FwParatextLexiconPlugin.csproj +++ b/Src/FwParatextLexiconPlugin/FwParatextLexiconPlugin.csproj @@ -1,199 +1,63 @@ - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {41FE243C-4D03-45E3-B556-CF361272B3BA} - Library - Properties - SIL.FieldWorks.ParatextLexiconPlugin + net48 FwParatextLexiconPlugin - v4.6.2 - 512 - - - true - full - false - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU + SIL.FieldWorks.ParatextLexiconPlugin + ../../Output/$(Configuration) + false + true true - ..\..\Output\Debug\FwParatextLexiconPlugin.xml 67 - - - pdbonly - true - ..\..\Output\Release\ - TRACE - prompt 4 - AnyCPU - 67 - + + DEBUG;TRACE true full false - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - true - ..\..\Output\Debug\FwParatextLexiconPlugin.xml - 67 - - pdbonly - true - ..\..\Output\Release\ + TRACE - prompt - 4 - AnyCPU - 67 + false + none + true - - ..\..\Output\Debug\FwUtils.dll - - - ..\..\Output\Debug\SIL.LCModel.Core.dll - - - ..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\Output\Debug\Paratext.LexicalContracts.dll - - - False - ..\..\Output\Debug\Paratext.LexicalContractsV2.dll - - - ..\..\Output\Debug\ParserCore.dll - + + + + + + + - - False - ..\..\Output\Debug\SIL.Core.dll - - - ..\..\Lib\debug\SIL.Machine.dll - - - False - ..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Utils.dll - + + + + - - ..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - + - - Properties\CommonAssemblyInfo.cs - - - Form - - - ChooseFdoProjectForm.cs - - - - - - - - - - - Form - - - FilesToRestoreAreOlder.cs - - - - - - - - - - - - - - - Form - - - ProjectExistsForm.cs - - - - True - True - Resources.resx - - - True - True - Strings.resx - + + + + - - ChooseFdoProjectForm.cs - - - FilesToRestoreAreOlder.cs - Designer - - - ProjectExistsForm.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - - - ResXFileCodeGenerator - Strings.Designer.cs - + + + + + - - - \ No newline at end of file diff --git a/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj b/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj index 4c110e7e3e..ef7b30d465 100644 --- a/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj +++ b/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj @@ -1,117 +1,43 @@ - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {04DB1DD6-082B-4453-8B83-0B40C019F149} - Library - Properties - ..\..\AppForTests.config - SIL.FieldWorks.ParatextLexiconPlugin + net48 FwParatextLexiconPluginTests - v4.6.2 - 512 - - - true - full - false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - ..\..\..\Output\Debug\FwParatextLexiconPluginTests.xml + SIL.FieldWorks.ParatextLexiconPlugin + ../../../Output/$(Configuration) + false true - - - pdbonly - true - ..\..\..\Output\Release\ - TRACE - prompt 4 - AnyCPU - + + DEBUG;TRACE true full false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - ..\..\..\Output\Debug\FwParatextLexiconPluginTests.xml - true - - pdbonly - true - ..\..\..\Output\Release\ + TRACE - prompt - 4 - AnyCPU + false + none + true + + + + + - - False - ..\..\..\Output\Debug\FwParatextLexiconPlugin.dll - - - False - ..\..\..\packages\NETStandard.Library.NETFramework.2.0.0-preview2-25405-01\build\net461\lib\netstandard.dll - - - False - ..\..\..\Output\Debug\Paratext.LexicalContractsV2.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - ..\..\..\DistFiles\Paratext.LexicalContracts.dll - - - False - ..\..\..\Output\Debug\SIL.TestUtilities.dll - - - ..\..\..\Output\Debug\FwUtilsTests.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + - - Properties\AssemblyInfoForTests.cs - - - - + - - \ No newline at end of file diff --git a/Src/FwResources/FwResources.csproj b/Src/FwResources/FwResources.csproj index a233e73d65..9264a92d3d 100644 --- a/Src/FwResources/FwResources.csproj +++ b/Src/FwResources/FwResources.csproj @@ -1,289 +1,56 @@ - - + + - Local - 9.0.21022 - 2.0 - {19A30D2C-732E-4D64-96AE-BA57C0810F14} - Debug - AnyCPU - - - - + net48 FwResources - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Resources - OnBuildSuccess - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - ..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\Output\Debug\FwResources.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701,1591 - false - false - false + ../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\Output\Debug\FwResources.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701,1591 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Utils.dll - - - System - + + + + - - System.Drawing - - - System.Windows.Forms - + + - - CommonAssemblyInfo.cs - - - Code - - - ResXFileCodeGenerator - FwStrings.Designer.cs - Designer - - - ResXFileCodeGenerator - FwTMStrings.Designer.cs - Designer - - - ResXFileCodeGenerator - Designer - HelpTopicPaths.Designer.cs - - - Designer - PublicResXFileCodeGenerator - Images.Designer.cs - - - ResourceHelperImpl.cs - Designer - - - Designer - SearchingAnimation.cs - - - ResXFileCodeGenerator - ToolBarSystemStrings.Designer.cs - Designer - - - - - True - True - FwStrings.resx - - - True - True - FwTMStrings.resx - - - True - True - HelpTopicPaths.resx - - - True - True - Images.resx - - - Form - - - ResourceHelperImpl.cs - - - UserControl - - - SearchingAnimation.cs - - - True - True - ToolBarSystemStrings.resx - - - - - - - - - - - - - - - - - - - - + + + - - + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + + + - - - - - - - \ No newline at end of file diff --git a/Src/GenerateHCConfig/GenerateHCConfig.csproj b/Src/GenerateHCConfig/GenerateHCConfig.csproj index 1c911e3143..59e96ce938 100644 --- a/Src/GenerateHCConfig/GenerateHCConfig.csproj +++ b/Src/GenerateHCConfig/GenerateHCConfig.csproj @@ -1,119 +1,46 @@ - - - + + - Debug - AnyCPU - {536ED718-EA3A-4ABA-A120-392442A0A4BC} + net48 Exe - Properties - GenerateHCConfig GenerateHCConfig - v4.6.2 - 512 - - - true - - - AnyCPU - true - full - false - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 + GenerateHCConfig + ../../Output/$(Configuration) + false 67 - false - - - AnyCPU - pdbonly - true - ..\..\Output\Release\ - TRACE - prompt 4 - 67 - false - - AnyCPU + + DEBUG;TRACE true full false - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - 67 - false - - AnyCPU - pdbonly - true - ..\..\Output\Release\ + TRACE - prompt - 4 - 67 - false - - - true + false + none + true - - False - ..\..\Output\Debug\FwUtils.dll - - - ..\..\Output\Debug\SIL.LCModel.Core.dll - - - ..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\Output\Debug\ParserCore.dll - - - ..\..\Output\Debug\SIL.Machine.Morphology.HermitCrab.dll - - - ..\..\Output\Debug\SIL.Machine.dll - + + + + + + + + - - False - ..\..\Output\Debug\SIL.WritingSystems.dll - - - ..\..\Output\Debug\SIL.LCModel.Utils.dll - + + + + + - - Properties\CommonAssemblyInfo.cs - - - - - - - - - - \ No newline at end of file diff --git a/Src/InstallValidator/InstallValidator.csproj b/Src/InstallValidator/InstallValidator.csproj index 6cb0af95c1..72f15d1ab3 100644 --- a/Src/InstallValidator/InstallValidator.csproj +++ b/Src/InstallValidator/InstallValidator.csproj @@ -1,73 +1,25 @@ - - - + + - Debug - AnyCPU - {EC1AD702-85A0-4431-823E-E3D3CB864E78} + net48 Exe - SIL.InstallValidator InstallValidator - v4.6.2 - 512 - true - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - true - - - pdbonly - true - ..\..\Output\Release\ - TRACE - prompt + SIL.InstallValidator + ../../Output/$(Configuration) + false 4 - AnyCPU - true - + + DEBUG;TRACE true full false - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - false - - pdbonly - true - ..\..\Output\Release\ + TRACE - prompt - 4 - AnyCPU - false + false + none + true @@ -77,24 +29,7 @@ - + - - - - - - - False - Microsoft .NET Framework 4.6.1 %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - \ No newline at end of file diff --git a/Src/InstallValidator/InstallValidatorTests/InstallValidatorTests.csproj b/Src/InstallValidator/InstallValidatorTests/InstallValidatorTests.csproj index d01db22ec9..4973be18c0 100644 --- a/Src/InstallValidator/InstallValidatorTests/InstallValidatorTests.csproj +++ b/Src/InstallValidator/InstallValidatorTests/InstallValidatorTests.csproj @@ -1,110 +1,37 @@ - - + + - Debug - AnyCPU - Library - SIL.InstallValidator + net48 InstallValidatorTests - v4.6.2 - - - 3.5 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - {6F0B6512-FC59-401F-B1A1-37B8D95DCDEA} - - - true - full - false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - - - none - true - ..\..\..\Output\Release\ - TRACE - prompt + SIL.InstallValidator + ../../../Output/$(Configuration) + false 4 - AnyCPU - + + DEBUG;TRACE true full false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - + + TRACE + false none true - ..\..\..\Output\Release\ - TRACE - prompt - 4 - AnyCPU + + + - - ..\..\..\Build\FwBuildTasks.dll - - - False - ..\..\..\Output\Debug\InstallValidator.exe - + - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - ..\..\..\Output\Debug\SIL.TestUtilities.dll - + + - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - \ No newline at end of file diff --git a/Src/LCMBrowser/LCMBrowser.csproj b/Src/LCMBrowser/LCMBrowser.csproj index 93877b82cc..0b916a2a84 100644 --- a/Src/LCMBrowser/LCMBrowser.csproj +++ b/Src/LCMBrowser/LCMBrowser.csproj @@ -1,268 +1,73 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {C194A88D-5F50-4B2A-988D-E3690FA7384D} + net48 WinExe - Properties - LCMBrowser LCMBrowser - - - 3.5 - - - v4.6.2 - false - true - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - true - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Output\Debug\LCMBrowser.xml - false - AnyCPU - AllRules.ruleset - - - pdbonly - true + LCMBrowser + ../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Release\ - TRACE - prompt 4 - ..\..\Output\Release\LCMBrowser.xml - AnyCPU - AllRules.ruleset - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Output\Debug\LCMBrowser.xml - false - x64 - AllRules.ruleset - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Release\ + TRACE - prompt - 4 - ..\..\Output\Release\LCMBrowser.xml - x64 - AllRules.ruleset + false + none + true + + + + + + + + + - - False - ..\..\Output\Debug\SIL.LCModel.Core.dll - - - ..\..\Output\Debug\DetailControls.dll - False - - - False - ..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\Output\Debug\FdoUi.dll - - - False - - - False - ..\..\Output\Debug\FwResources.dll - - - False - ..\..\Output\Debug\FwUtils.dll - - - False - ..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\Output\Debug\ObjectBrowser.dll - - - False - ..\..\Output\Debug\SIL.Core.dll - - - ..\..\Output\Debug\SIL.LCModel.Utils.dll - False - - - False - ..\..\Output\Debug\SIL.WritingSystems.dll - + + + + + + + - - False - .\WeifenLuo.WinFormsUI.Docking.dll - - - False - ..\..\Output\Debug\xCoreInterfaces.dll - - - False - ..\..\Output\Debug\XMLViews.dll - + - - CommonAssemblyInfo.cs - - - - - Form - - - LCMBrowserForm.cs - - - - - Form - - - ModelWnd.cs - - - Form - - - ClassPropertySelector.cs - - - - - ClassPropertySelector.cs - Designer - - - LCMBrowserForm.cs - Designer - - - ModelWnd.cs - Designer - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - RealListChooser.cs - Designer - - - True - Resources.resx - True - - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - Form - - - RealListChooser.cs - + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + + + + + + + - - - - - - - \ No newline at end of file diff --git a/Src/LexText/Discourse/Discourse.csproj b/Src/LexText/Discourse/Discourse.csproj index 8987812951..5aa4e4df96 100644 --- a/Src/LexText/Discourse/Discourse.csproj +++ b/Src/LexText/Discourse/Discourse.csproj @@ -1,278 +1,75 @@ - - + + - Debug - AnyCPU - 9.0.21022 - 2.0 - {28F1B78C-204A-41AF-8BDE-FECAD6559AAD} - Library - Properties - SIL.FieldWorks.Discourse + net48 Discourse - - - 3.5 - v4.6.2 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - - + SIL.FieldWorks.Discourse + ../../../Output/$(Configuration) + false + true true - AllRules.ruleset - AnyCPU - - - pdbonly - true 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release\ - TRACE - prompt 4 - AllRules.ruleset - AnyCPU - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - - - true - AllRules.ruleset - AnyCPU - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true - - False - ..\..\..\Output\Debug\FwCoreDlgControls.dll - - - False - ..\..\..\Output\Debug\SIL.Windows.Forms.dll - - - False - ..\..\..\Output\Debug\icu.net.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\Output\Debug\Framework.dll - - - False - ..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\Output\Debug\FwResources.dll - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Lib\debug\ICSharpCode.SharpZipLib.dll - - - False - ..\..\..\Output\Debug\ITextDll.dll - - - False - + + + + + + + + + + + + + + + + + + + + + + + - - False - ..\..\..\Output\Debug\RootSite.dll - - - False - - - False - ..\..\..\Output\Debug\SimpleRootSite.dll - + - - False - ..\..\..\Output\Debug\xCore.dll - - - False - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - False - ..\..\..\Output\Debug\XMLUtils.dll - - - False - ..\..\..\Output\Debug\xWorks.dll - - - - - Properties\CommonAssemblyInfo.cs - - - Form - - - AdvancedMTDialog.cs - - - - UserControl - - - - - UserControl - - - ConstituentChart.cs - - - - Form - - - - UserControl - - - - - - - - DiscourseStrings.resx - True - True - - - Form - - - SelectClausesDialog.cs - - - AdvancedMTDialog.cs - Designer - - - ConstChartBody.cs - Designer - - - ConstituentChart.cs - Designer - - - Designer - ResXFileCodeGenerator - DiscourseStrings.Designer.cs - - - SelectClausesDialog.cs - Designer - + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + + + + - - \ No newline at end of file diff --git a/Src/LexText/Discourse/DiscourseTests/DiscourseTests.csproj b/Src/LexText/Discourse/DiscourseTests/DiscourseTests.csproj index 16ddccd96b..66e7062fbd 100644 --- a/Src/LexText/Discourse/DiscourseTests/DiscourseTests.csproj +++ b/Src/LexText/Discourse/DiscourseTests/DiscourseTests.csproj @@ -1,242 +1,63 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {76AFA6AB-D2A6-4437-AC22-5D8ABE348057} - Library - Properties - SIL.FieldWorks.Discourse + net48 DiscourseTests - ..\..\..\AppForTests.config - - - 3.5 - - - false - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU + SIL.FieldWorks.Discourse + ../../../../Output/$(Configuration) + false + true true - AllRules.ruleset - - - pdbonly - true 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ - TRACE - prompt 4 - AllRules.ruleset - AnyCPU - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - true - AllRules.ruleset - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true - - - False - ..\..\..\..\Output\Debug\FwCoreDlgControls.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.Windows.Forms.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - - - False - ..\..\..\..\Output\Debug\Discourse.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\Output\Debug\ITextDll.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Output\Debug\RootSite.dll - - - False - - - False - ..\..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + + + + + + + + + + + + + + + + + + + + + - - False - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - False - ..\..\..\..\Output\Debug\XMLUtils.dll - - - False - ..\..\..\..\Output\Debug\xWorks.dll - - - ..\..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - - - AssemblyInfoForTests.cs - - - - - - - UserControl - - - - - - - - - - - Code - - - - - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + - - \ No newline at end of file diff --git a/Src/LexText/FlexPathwayPlugin/FlexPathwayPlugin.csproj b/Src/LexText/FlexPathwayPlugin/FlexPathwayPlugin.csproj index 2dcedcf326..2a26462675 100644 --- a/Src/LexText/FlexPathwayPlugin/FlexPathwayPlugin.csproj +++ b/Src/LexText/FlexPathwayPlugin/FlexPathwayPlugin.csproj @@ -1,174 +1,49 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {C66019AE-6781-4FDB-A6E6-54B4C644DE27} - Library - Properties - SIL.PublishingSolution + net48 FlexPathwayPlugin - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 + SIL.PublishingSolution + ../../../Output/$(Configuration) + false true - ..\..\..\Output\Debug\FlexPathwayPlugin.xml - 4096 - 285212672 - AllRules.ruleset - x86 - - - pdbonly - true 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release\ - TRACE - prompt 4 - AllRules.ruleset - x86 - - + + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - true - ..\..\..\Output\Debug\FlexPathwayPlugin.xml - 4096 - 285212672 - AllRules.ruleset - AnyCPU - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true + + + + + + + + + + + - - False - ..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\Output\Debug\FwCoreDlgs.dll - - - ..\..\..\Output\Debug\FwResources.dll - False - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\Reporting.dll - - - False - ..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - + + - - False - ..\..\..\Output\Debug\xCore.dll - - - False - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - False - ..\..\..\Output\Debug\XMLUtils.dll - - - False - ..\..\..\Output\Debug\xWorks.dll - - - CommonAssemblyInfo.cs - - - - + - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - \ No newline at end of file diff --git a/Src/LexText/FlexPathwayPlugin/FlexPathwayPluginTests/FlexPathwayPluginTests.csproj b/Src/LexText/FlexPathwayPlugin/FlexPathwayPluginTests/FlexPathwayPluginTests.csproj index c53b62e88f..a90e13b1f4 100644 --- a/Src/LexText/FlexPathwayPlugin/FlexPathwayPluginTests/FlexPathwayPluginTests.csproj +++ b/Src/LexText/FlexPathwayPlugin/FlexPathwayPluginTests/FlexPathwayPluginTests.csproj @@ -1,171 +1,50 @@ - - + + - Debug - AnyCPU - 9.0.21022 - 2.0 - {A1C5E366-D80B-4FB8-A03F-CDA5A0DDF176} - Library - . - FlexPathwayPluginTests + net48 FlexPathwayPluginTests - v4.6.2 - ..\..\..\AppForTests.config - 512 - - - 3.5 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\..\..\Output\Debug\FlexPathwayPluginTests.xml - 4096 - 285212672 + FlexPathwayPluginTests + ../../../../Output/$(Configuration) + false true - AllRules.ruleset - x86 - - - pdbonly - true 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ - TRACE - prompt 4 - AllRules.ruleset - x86 - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\..\..\Output\Debug\FlexPathwayPluginTests.xml - 4096 - 285212672 - true - AllRules.ruleset - AnyCPU - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true + + + + + + + - - False - ..\..\..\..\Output\Debug\FlexPathwayPlugin.dll - - - False - ..\..\..\..\Output\Debug\FwCoreDlgs.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\..\Bin\nmock\NMock.dll - - - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + - - False - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - AssemblyInfoForTests.cs - - - - - - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + - - - \ No newline at end of file diff --git a/Src/LexText/Interlinear/ITextDll.csproj b/Src/LexText/Interlinear/ITextDll.csproj index ee00d22841..963698ad74 100644 --- a/Src/LexText/Interlinear/ITextDll.csproj +++ b/Src/LexText/Interlinear/ITextDll.csproj @@ -1,709 +1,152 @@ - - + + - Local - 9.0.30729 - 2.0 - {ADF93BBC-BF8B-42F2-8791-7A04DD1AFA51} - - - - - - - Debug - AnyCPU - - + net48 ITextDll - JScript - Grid - IE50 - false - Library SIL.FieldWorks.IText - Always - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 + ../../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - true - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - 285212672 - - + DEBUG;TRACE - - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - 285212672 - - + TRACE - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - Accessibility - - - ..\..\..\DistFiles\Aga.Controls.dll - - - False - ..\..\..\Output\Debug\CsvHelper.dll - - - False - ..\..\..\Output\Debug\DesktopAnalytics.dll - - - False - ..\..\..\Output\Debug\ExCSS.dll - - - False - ..\..\..\Output\Debug\Geckofx-Core.dll - - - False - ..\..\..\Output\Debug\Geckofx-Winforms.dll - - - False - ..\..\..\Output\Debug\ManagedLgIcuCollator.dll - - - False - ..\..\..\Output\Debug\SIL.Windows.Forms.dll - - - False - ..\..\..\Output\Debug\SIL.Windows.Forms.Keyboarding.dll - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - ..\..\..\Output\Debug\ViewsInterfaces.dll - False - - - ..\..\..\Output\Debug\DetailControls.dll - False - - - ..\..\..\Output\Debug\SIL.LCModel.dll - False - - - ..\..\..\Output\Debug\FdoUi.dll - False - - - ..\..\..\Output\Debug\Filters.dll - False - - - ..\..\..\Output\Debug\Framework.dll - False - - - ..\..\..\Output\Debug\FwControls.dll - False - - - ..\..\..\Output\Debug\FwCoreDlgs.dll - False - - - ..\..\..\Output\Debug\FwResources.dll - False - - - ..\..\..\Output\Debug\LexTextControls.dll - False - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - + + - - False - ..\..\..\Output\Debug\ParatextShared.dll - - - ..\..\..\Output\Debug\RootSite.dll - False - - - False - ..\..\..\Output\Debug\ScriptureUtils.dll - - - False - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.Machine.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - ..\..\..\Output\Debug\SimpleRootSite.dll - False - + + + + - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\Output\Debug\ECInterfaces.dll - - - False - $(installation_prefix)/lib/fieldworks/ECInterfaces.dll - - - False - ..\..\..\Output\Debug\FwCoreDlgControls.dll - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Lib\debug\ICSharpCode.SharpZipLib.dll - - - False - ..\..\Output\Debug\SilEncConverters40.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\icu.net.dll - True - - - ..\..\..\Output\Debug\Widgets.dll - False - - - ..\..\..\Output\Debug\xCore.dll - False - - - ..\..\..\Output\Debug\xCoreInterfaces.dll - False - - - ..\..\..\Output\Debug\XMLUtils.dll - False - - - ..\..\..\Output\Debug\XMLViews.dll - False - - - ..\..\..\Output\Debug\xWorks.dll - false - + + + + + + - - ComplexConcControl.cs - - - ComplexConcMorphDlg.cs - - - ComplexConcTagDlg.cs - - - ComplexConcWordDlg.cs - - - FilterAllTextsDialog.cs - - - FilterTextsDialog.cs - - - TextsTriStateTreeView.cs - Designer - - - WordsSfmImportWizard.cs - - - CommonAssemblyInfo.cs - - - Code - - - - Code - - - Form - - - ChooseTextWritingSystemDlg.cs - - - - - - - - - UserControl - - - ComplexConcControl.cs - - - - - Form - - - - - - Form - - - Form - - - - Component - - - UserControl - - - ConcordanceControl.cs - - - UserControl - - - - - - Form - - - ConfigureInterlinDialog.cs - - - Form - - - - - Form - - - - - Form - - - Form - - - - FocusBoxController.cs - UserControl - - - UserControl - - - FocusBoxController.cs - - - - UserControl - - - - UserControl - - - - UserControl - - - Form - - - - Form - - - InterlinearImportDlg.cs - - - UserControl - - - InterlinDocForAnalysis.cs - - - Form - - - InterlinearSfmImportWizard.cs - - - - Code - - - UserControl - - - InterlinDocRootSiteBase.cs - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - InterlinPrintView.cs - - - InterlinTaggingChild.cs - - - - Code - - - InterlinMaster.cs - - - UserControl - - - - True - True - ITextStrings.resx - - - - Form - - - - - - True - True - Resources.resx - - - UserControl - - - UserControl - - - SandboxBase.cs - UserControl - - - UserControl - - - SandboxBase.cs - - - SandboxBase.cs - UserControl - - - SandboxBase.cs - UserControl - - - SandboxBase.cs - UserControl - - - - - UserControl - - - StatisticsView.cs - - - - - Component - - - UserControl - - - Code - - - Form - - - WordsSfmImportWizard.cs - - - Code - - - Designer - ChooseTextWritingSystemDlg.cs - - - ConcordanceControl.cs - Designer - - - ConfigureInterlinDialog.cs - Designer - - - CreateAllomorphTypeMismatchDlg.cs - Designer - - - EditMorphBreaksDlg.cs - Designer - - - Designer - FocusBoxController.cs - - - ImageHolder.cs - Designer - - - InfoPane.cs - Designer - - - InterlinDocChart.cs - Designer - - - InterlinDocForAnalysis.cs - Designer - - - InterlinDocRootSiteBase.cs - Designer - - - InterlinearImportDlg.cs - Designer - - - InterlinMaster.cs - Designer - - - InterlinMasterNoTitleBar.cs - Designer - - - InterlinPrintView.cs - Designer - - - InterlinTaggingChild.cs - Designer - - - - Designer - ResXFileCodeGenerator - ITextStrings.Designer.cs - - - LinguaLinksImportDlg.cs - Designer - - - Designer - ResXFileCodeGenerator - Resources.Designer.cs - - - Sandbox.cs - Designer - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - InterlinearSfmImportWizard.cs - Designer - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - StatisticsView.cs - Designer - - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - - - + \ No newline at end of file diff --git a/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj b/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj index ba76083fff..b1e9549c10 100644 --- a/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj +++ b/Src/LexText/Interlinear/ITextDllTests/ITextDllTests.csproj @@ -1,360 +1,76 @@ - - - + + - Local - 9.0.21022 - 2.0 - {AF96B972-89DF-4914-B88C-70A4E7742160} - Debug - AnyCPU - - - - + net48 ITextDllTests - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.IText - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - ..\..\..\AppForTests.config - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AnyCPU - AllRules.ruleset - - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - none - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AnyCPU - AllRules.ruleset + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 none - prompt - AllRules.ruleset - AnyCPU + true - - Accessibility - - - False - ..\..\..\..\Output\Debug\Filters.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + + + + + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\Output\Debug\ECInterfaces.dll - - - False - $(installation_prefix)/lib/fieldworks/ECInterfaces.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\Output\Debug\Framework.dll - - - False - ..\..\..\..\Output\Debug\FwControls.dll - - - ..\..\..\..\Output\Debug\FwCoreDlgs.dll - False - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - ITextDll - ..\..\..\..\Output\Debug\ITextDll.dll - - - False - ..\..\..\..\Output\Debug\LexTextControls.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Bin\Rhino\Rhino.Mocks.dll - - - False - ..\..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\..\Output\Debug\Sfm2Xml.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\Output\Debug\SilEncConverters40.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + + + + + + + + - - False - ..\..\..\..\Output\Debug\Widgets.dll - - - False - ..\..\..\..\Output\Debug\xCore.dll - - - False - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - False - ..\..\..\..\Output\Debug\XMLViews.dll - - - False - ..\..\..\..\Output\Debug\xWorks.dll - - - False - ..\..\..\..\Output\Debug\xWorksTests.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - AssemblyInfoForTests.cs - - - - - - - - - - - - - - - Code - - - - - - - - - - UserControl - - - - + + - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - - - \ No newline at end of file diff --git a/Src/LexText/LexTextControls/LexTextControls.csproj b/Src/LexText/LexTextControls/LexTextControls.csproj index bca65d7a39..5bf90a5ca1 100644 --- a/Src/LexText/LexTextControls/LexTextControls.csproj +++ b/Src/LexText/LexTextControls/LexTextControls.csproj @@ -1,271 +1,65 @@ - - + + - Local - 9.0.30729 - 2.0 - {37C30AC6-66D3-4FFD-A50F-D9194FB9E33B} - - - - - - - Debug - AnyCPU - - + net48 LexTextControls - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.LexText.Controls - OnBuildSuccess - - - - - - - 3.5 - false - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - ..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - 4 - full - prompt - 0108 - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 - true + ../../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - 285212672 - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - 4 full - prompt - 0108 - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - 285212672 - - + TRACE - - - true - 4096 + false + none true - 168,169,219,414,649,1635,1702,1701 - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\..\Output\Debug\DesktopAnalytics.dll - - - False - ..\..\..\Output\Debug\DotNetZip.dll - - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - + + + + + + + + + + + + + + + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\Output\Debug\ECInterfaces.dll - - - False - $(installation_prefix)/lib/fieldworks/ECInterfaces.dll - - - SIL.LCModel - ..\..\..\Output\Debug\SIL.LCModel.dll - - - Filters - ..\..\..\Output\Debug\Filters.dll - - - False - ..\..\..\DistFiles\FormLanguageSwitch.dll - - - False - ..\..\..\Output\Debug\Framework.dll - - - False - ..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\Output\Debug\FwCoreDlgs.dll - - - False - ..\..\..\Output\Debug\FwResources.dll - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\FxtDll.dll - - - ..\..\..\Output\Debug\Geckofx-Core.dll - - - ..\..\..\Output\Debug\Geckofx-Winforms.dll - - - MessageBoxExLib - ..\..\..\Output\Debug\MessageBoxExLib.dll - - - MGA - ..\..\..\Output\Debug\MGA.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - ParserCore - ..\..\..\Output\Debug\ParserCore.dll - - - False - ..\..\..\Output\Debug\Reporting.dll - - - RootSite - ..\..\..\Output\Debug\RootSite.dll - - - Sfm2Xml - ..\..\..\Output\Debug\Sfm2Xml.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.Lift.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\Output\Debug\SilEncConverters40.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\icu.net.dll - True - - - SimpleRootSite - False - ..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + + + + + + + @@ -274,501 +68,104 @@ - - Widgets - ..\..\..\Output\Debug\Widgets.dll - - - xCore - ..\..\..\Output\Debug\xCore.dll - - - xCoreInterfaces - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - XMLUtils - ..\..\..\Output\Debug\XMLUtils.dll - - - XMLViews - ..\..\..\Output\Debug\XMLViews.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - ..\..\..\Output\Debug\SIL.Windows.Forms.dll - - - ..\..\..\Output\Debug\FwCoreDlgControls.dll - - - - - CommonAssemblyInfo.cs - - - Form - - - Form - - - Component - - - AddWritingSystemButton.cs - - - Form - - - ConfigureHomographDlg.cs - - - - - - - Form - - - CombineImportDlg.cs - - - - Form - - - - UserControl - - - Form - - - - UserControl - - - - - Form - - - SfmToTextsAndWordsMappingBaseDlg.cs - - - Form - - - AnthroFieldMappingDlg.cs - - - UserControl - - - LinkFieldOptions.cs - - - UserControl - - - DiscardOptions.cs - - - Form - - - ImportCharMappingDlg.cs - - - Form - - - ImportDateFormatDlg.cs - - - Form - - - ImportEncCvtrDlg.cs - - - Form - - - ImportMatchReplaceDlg.cs - - - UserControl - - - ListRefFieldOptions.cs - - - UserControl - - - StringFieldOptions.cs - - - Form - - - NotebookImportWiz.cs - - - UserControl - - - TextFieldOptions.cs - - - UserControl - - - DateFieldOptions.cs - - - Form - - - Form - - - Form - - - - - - Form - - - Code - - - Code - - - Component - - - - - Form - - - LiftImportDlg.cs - - - Code - - - Code - - - Form - - - - Form - - - Form - - - Code - - - Form - - - Form - - - Form - - - LexOptionsDlg.cs - - - Form - - - True - True - LexTextControls.resx - - - - CombineImportDlg.cs - Designer - - - OccurrenceDlg.cs - - - PhonologicalFeatureChooserDlg.cs - - - InsertionControl.cs - - - SfmToTextsAndWordsMappingBaseDlg.cs - Designer - - - Form - - - Form - - - Form - - - Form - - - LinkVariantToEntryOrSense.cs - - - Form - - - Form - - - Form - - - Form - - - Form - - - Form - - - UserControl - - - Form - - - Code - - - - - Code - - - - AddAllomorphDlg.cs - Designer - - - AddNewSenseDlg.cs - Designer - - - BaseGoDlg.cs - Designer - - - ConfigureHomographDlg.cs - - - AnthroFieldMappingDlg.cs - Designer - - - LinkFieldOptions.cs - Designer - - - DateFieldOptions.cs - Designer - - - DiscardOptions.cs - Designer - - - ImportCharMappingDlg.cs - Designer - - - ImportDateFormatDlg.cs - Designer - - - ImportEncCvtrDlg.cs - Designer - - - ImportMatchReplaceDlg.cs - Designer - - - ListRefFieldOptions.cs - Designer - - - StringFieldOptions.cs - Designer - - - NotebookImportWiz.cs - Designer - - - TextFieldOptions.cs - Designer - - - FeatureStructureTreeView.cs - Designer - - - InsertRecordDlg.cs - Designer - - - LiftImportDlg.cs - Designer - - - InsertEntryDlg.cs - Designer - - - LexImportWizard.cs - Designer - - - LexImportWizardCharMarkerDlg.cs - Designer - - - LexImportWizardLanguage.cs - Designer - - - LexImportWizardMarker.cs - Designer - - - LexOptionsDlg.cs - Designer - - - LexReferenceDetailsDlg.cs - Designer - - - Designer - ResXFileCodeGenerator - LexTextControls.Designer.cs - - - LinkAllomorphDlg.cs - Designer - - - LinkEntryOrSenseDlg.cs - Designer - - - LinkMSADlg.cs - Designer - - - Designer - LinkVariantToEntryOrSense.cs - - - MasterCategoryListDlg.cs - Designer - - - MasterInflectionFeatureListDlg.cs - Designer - - - MasterListDlg.cs - Designer - - - MasterPhonologicalFeatureListDlg.cs - Designer - - - MergeEntryDlg.cs - Designer - - - MsaCreatorDlg.cs - Designer - - - MSAGroupBox.cs - Designer - - - MsaInflectionFeatureListDlg.cs - Designer - - - RecordGoDlg.cs - Designer - - - Code - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - False - .NET Framework Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - ../../../DistFiles - \ No newline at end of file diff --git a/Src/LexText/LexTextControls/LexTextControlsTests/LexTextControlsTests.csproj b/Src/LexText/LexTextControls/LexTextControlsTests/LexTextControlsTests.csproj index 5486350a8e..caba87c69d 100644 --- a/Src/LexText/LexTextControls/LexTextControlsTests/LexTextControlsTests.csproj +++ b/Src/LexText/LexTextControls/LexTextControlsTests/LexTextControlsTests.csproj @@ -1,231 +1,57 @@ - - + + - Local - 9.0.30729 - 2.0 - {BD830598-7FE4-4506-B896-A9BABC1D9F33} - Debug - AnyCPU - ..\..\..\AppForTests.config - - - - + net48 LexTextControlsTests - - - JScript - Grid - IE50 - false - Library LexTextControlsTests - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../../Output/$(Configuration) + false true - 4 - full - prompt - AnyCPU - - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - none - prompt - AnyCPU - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AnyCPU + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 none - prompt - AnyCPU + true + + + + + + + + + - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - LexTextControls - ..\..\..\..\Output\Debug\LexTextControls.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Output\Debug\Sfm2Xml.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.Lift.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - - - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + + + + - - xCoreInterfaces - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - False - ..\..\..\..\Output\Debug\XMLUtils.dll - - - - - AssemblyInfoForTests.cs - - - - - - - - Code - - - - + - - - ../../../../DistFiles - - + \ No newline at end of file diff --git a/Src/LexText/LexTextDll/LexTextDll.csproj b/Src/LexText/LexTextDll/LexTextDll.csproj index f3063d848d..433f255aff 100644 --- a/Src/LexText/LexTextDll/LexTextDll.csproj +++ b/Src/LexText/LexTextDll/LexTextDll.csproj @@ -1,447 +1,117 @@ - - + + - Local - 9.0.21022 - 2.0 - {1DCA1070-7701-4DC9-9042-A4F3209E55D5} - - - - - - - Debug - AnyCPU - LT.ico - - + net48 LexTextDll - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.XWorks.LexText - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + + + + + + + + + + + - - False - ..\..\..\Output\Debug\DesktopAnalytics.dll - - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\Output\Debug\ITextDll.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - + + + + + - - False - ..\..\..\Output\Debug\FwUtils.dll - - - xCore - ..\..\..\Output\Debug\xCore.dll - - - SIL.LCModel - ..\..\..\Output\Debug\SIL.LCModel.dll - - - Framework - ..\..\..\Output\Debug\Framework.dll - True - - - FwCoreDlgs - ..\..\..\Output\Debug\FwCoreDlgs.dll - - - LexTextControls - ..\..\..\Output\Debug\LexTextControls.dll - - - RootSite - ..\..\..\Output\Debug\RootSite.dll - True - + - - xCoreInterfaces - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - False - ..\..\..\Output\Debug\XMLUtils.dll - - - XMLViews - ..\..\..\Output\Debug\XMLViews.dll - - - xWorks - ..\..\..\Output\Debug\xWorks.dll - - - CommonAssemblyInfo.cs - - - Code - - - - UserControl - - - Code - - - True - True - LexTextStrings.resx - - - Form - - - RestoreDefaultsDlg.cs - - - Code - - - - XML\Grammar\Edit\DataEntryFilters\basicFilter.xml - - - XML\Grammar\Edit\DataEntryFilters\basicPlusFilter.xml - - - XML\Grammar\Edit\toolConfiguration.xml - - - XML\Lexicon\browseDialogColumns.xml - - - XML\Lexicon\Browse\toolConfiguration.xml - - - XML\Lexicon\DataTreeInclude.xml - - - XML\Lexicon\Dictionary\toolConfiguration.xml - - - XML\Lexicon\Edit\DataEntryFilters\basicFilter.xml - - - XML\Lexicon\Edit\DataEntryFilters\basicPlusFilter.xml - - - XML\Lexicon\Edit\DataEntryFilters\CompleteFilter.xml - - - XML\Lexicon\RDE\toolConfiguration.xml - - - XML\Lexicon\ReversalEntriesBulkEdit\toolConfiguration.xml - - - XML\Lexicon\ReversalIndices\toolConfiguration.xml - - - XML\Lists\areaConfiguration.xml - - - XML\Lists\DataTreeInclude.xml - - - XML\Lists\Edit\DataEntryFilters\completeFilter.xml - - - XML\Lists\Edit\toolConfiguration.xml - - - XML\Lists\ReversalPOSEdit\toolConfiguration.xml - - - XML\Notebook\areaConfiguration.xml - - - XML\Notebook\browseDialogColumns.xml - - - XML\Notebook\Browse\toolConfiguration.xml - - - XML\Notebook\Document\toolConfiguration.xml - - - XML\Notebook\Edit\toolConfiguration.xml - - - XML\Parts\CellarParts.xml - - - XML\Parts\CmPossibilityParts.xml - - - XML\Parts\LexEntryParts.xml - - - XML\Parts\LexSenseParts.xml - - - XML\Parts\MorphologyParts.xml - - - XML\Parts\NotebookParts.xml - - - XML\Parts\ReversalParts.xml - - - XML\Parts\WFIParts.xml - - - XML\Word\reusableBrowseControlConfiguration.xml - - - Designer - - - ImageHolder.cs - Designer - - - Designer - PublicResXFileCodeGenerator - LexTextStrings.Designer.cs - + + + + + + + + - - XML\Parts\Cellar.fwlayout - - - XML\Parts\CmPossibility.fwlayout - - - XML\Parts\LexEntry.fwlayout - - - XML\Parts\LexSense.fwlayout - - - XML\Parts\Morphology.fwlayout - - - XML\Parts\Notebook.fwlayout - - - XML\Parts\Reversal.fwlayout - - - XML\Parts\ViewsLayout.xsd - Designer - - - XML\Parts\WFI.fwlayout - - - Designer - - - RestoreDefaultsDlg.cs - Designer - - - XML\Grammar\areaConfiguration.xml - - - XML\Grammar\DataTreeInclude.xml - - - XML\Grammar\InflAffixTemplateInclude.xml - - - XML\Lexicon\areaConfiguration.xml - - - XML\Lexicon\Edit\toolConfiguration.xml - - - XML\Main.xml - - - XML\Word\Analyses\toolConfiguration.xml - - - XML\Word\areaConfiguration.xml - - - XML\Word\BulkEdit\toolConfiguration.xml - - - XML\Word\Concordance\toolConfiguration.xml - - - XML\Word\Spelling\toolConfiguration.xml - - - XML\Word\Statistics\toolConfiguration.xml - - - XML\Word\Text\toolConfigInclude.xml - - - XML\Word\Text\toolConfiguration.xml - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - \ No newline at end of file diff --git a/Src/LexText/LexTextDll/LexTextDllTests/LexTextDllTests.csproj b/Src/LexText/LexTextDll/LexTextDllTests/LexTextDllTests.csproj index 0e0a20f274..ed42df1727 100644 --- a/Src/LexText/LexTextDll/LexTextDllTests/LexTextDllTests.csproj +++ b/Src/LexText/LexTextDll/LexTextDllTests/LexTextDllTests.csproj @@ -1,184 +1,46 @@ - - + + - Local - {BFBA1F43-79C4-4984-83A5-93693DBE848E} - Debug - AnyCPU - - + net48 LexTextDllTests - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library LexTextDllTests - OnBuildSuccess - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../../Output/$(Configuration) + false true - 4 - full - prompt - AnyCPU - AllRules.ruleset - - - ..\..\..\..\Output\Release\ - 285212672 - - - TRACE - 4096 168,169,219,414,649,1635,1702,1701 - true - false - false 4 - none - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - 285212672 - - + + DEBUG;TRACE true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AnyCPU - AllRules.ruleset + false - - ..\..\..\..\Output\Release\ - 285212672 - - + TRACE - 4096 - 168,169,219,414,649,1635,1702,1701 - true - false - false - 4 + false none - prompt - AllRules.ruleset - AnyCPU + true + + + + + - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + - - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - ..\..\..\..\Output\Debug\LexTextDll.dll - - - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - - - AssemblyInfoForTests.cs - - + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - - + \ No newline at end of file diff --git a/Src/LexText/LexTextExe/LexTextExe.csproj b/Src/LexText/LexTextExe/LexTextExe.csproj index 9e8319fdcb..bdb8a68793 100644 --- a/Src/LexText/LexTextExe/LexTextExe.csproj +++ b/Src/LexText/LexTextExe/LexTextExe.csproj @@ -1,239 +1,51 @@ - - + + - Local - 9.0.30729 - 2.0 - {EB9B92B3-FF87-4766-90F8-626D88194528} - Debug - AnyCPU - LT.ico - - - Flex - - - JScript - Grid - IE50 - false + net48 WinExe + Flex SIL.FieldWorks.XWorks.LexText - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - true - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AnyCPU - true - AllRules.ruleset - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AnyCPU - AllRules.ruleset - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - x64 - true - AllRules.ruleset + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - x64 - AllRules.ruleset - - False - .exe - ..\..\..\Output\Debug\FieldWorks.exe - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\LexTextDll.dll - - - False - ..\..\..\Output\Debug\ParserUI.dll - + + + + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - FlexUIAdapter - ..\..\..\Output\Debug\FlexUIAdapter.dll - - - Framework - ..\..\..\Output\Debug\Framework.dll - - - FwControls - ..\..\..\Output\Debug\FwControls.dll - - - RootSite - ..\..\..\Output\Debug\RootSite.dll - - - xCore - ..\..\..\Output\Debug\xCore.dll - - - xCoreInterfaces - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - xWorks - ..\..\..\Output\Debug\xWorks.dll - - - - - CommonAssemblyInfo.cs - - - - Code - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - - + \ No newline at end of file diff --git a/Src/LexText/Lexicon/LexEdDll.csproj b/Src/LexText/Lexicon/LexEdDll.csproj index 721c1c07c1..6bba5cc1bf 100644 --- a/Src/LexText/Lexicon/LexEdDll.csproj +++ b/Src/LexText/Lexicon/LexEdDll.csproj @@ -1,250 +1,60 @@ - - + + - Local - 9.0.30729 - 2.0 - {F361595E-E245-41A8-BCE9-C9AC82CBDF5E} - Debug - AnyCPU - LexEd.ico - - + net48 LexEdDll - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.XWorks.LexEd - OnBuildSuccess - - - - - - - - - 3.5 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - v4.6.2 - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - .exe - ..\..\..\Output\Debug\Chorus.exe - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - False - - - DetailControls - ..\..\..\Output\Debug\DetailControls.dll - - - SIL.LCModel - ..\..\..\Output\Debug\SIL.LCModel.dll - - - FdoUi - ..\..\..\Output\Debug\FdoUi.dll - - - False - .exe - ..\..\..\Output\Debug\FieldWorks.exe - - - False - ..\..\..\Output\Debug\Filters.dll - - - Framework - ..\..\..\Output\Debug\Framework.dll - True - - - FwControls - ..\..\..\Output\Debug\FwControls.dll - True - - - FwCoreDlgs - ..\..\..\Output\Debug\FwCoreDlgs.dll - - - FwResources - ..\..\..\Output\Debug\FwResources.dll - - - FwUtils - ..\..\..\Output\Debug\FwUtils.dll - - - LexTextControls - ..\..\..\Output\Debug\LexTextControls.dll - - - False - ..\..\..\Output\Debug\LibChorus.dll - - - False - ..\..\..\Output\Debug\ManagedLgIcuCollator.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - RootSite - ..\..\..\Output\Debug\RootSite.dll - True - - - False - ..\..\..\Output\Debug\SIL.Lift.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - SimpleRootSite - ..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -252,343 +62,79 @@ - - False - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - Widgets - ..\..\..\Output\Debug\Widgets.dll - - - xCore - ..\..\..\Output\Debug\xCore.dll - True - - - xCoreInterfaces - ..\..\..\Output\Debug\xCoreInterfaces.dll - True - - - XMLUtils - ..\..\..\Output\Debug\XMLUtils.dll - - - XMLViews - ..\..\..\Output\Debug\XMLViews.dll - - - xWorks - ..\..\..\Output\Debug\xWorks.dll - - - LexTextDll - ..\..\..\Output\Debug\LexTextDll.dll - - - CommonAssemblyInfo.cs - - - - - Code - - - Form - - - FLExBridgeFirstSendReceiveInstructionsDlg.cs - - - - UserControl - - - UserControl - - - UserControl - - - Form - - - FindExampleSentenceDlg.cs - - - - Code - - - UserControl - - - True - True - LexEdStrings.resx - - - - UserControl - - - - Code - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - - Form - - - - - Code - - - UserControl - - - Code - - - UserControl - - - Code - - - UserControl - - - - Form - - - EntrySequenceReferenceLauncher.cs - Designer - - - FindExampleSentenceDlg.cs - Designer - - - FLExBridgeFirstSendReceiveInstructionsDlg.cs - Designer - - - ImageHolder.cs - Designer - - - - Designer - ResXFileCodeGenerator - LexEdStrings.Designer.cs - - - LexEntryImages.cs - Designer - - - LexReferenceTreeRootLauncher.cs - Designer - - - LexReferenceTreeRootView.cs - Designer - - - MSADlgLauncher.cs - Designer - - - MSADlgLauncherSlice.cs - Designer - - - MSADlglauncherView.cs - Designer - - - MsaInflectionFeatureListDlgLauncherSlice.cs - Designer - - - PhonologicalFeatureListDlgLauncher.cs - - - PhonologicalFeatureListDlgLauncherSlice.cs - - - Designer - - - RevEntrySensesCollectionReferenceLauncher.cs - Designer - - - RevEntrySensesCollectionReferenceSlice.cs - Designer - - - RevEntrySensesCollectionReferenceView.cs - Designer - - - ReversalEntryGoDlg.cs - Designer - - - ReversalIndexEntryFormSlice.cs - Designer - - - ReversalIndexEntrySlice.cs - Designer - - - SwapLexemeWithAllomorphDlg.cs - Designer - - - - - False - .NET Framework Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + - - - ../../../DistFiles - - + \ No newline at end of file diff --git a/Src/LexText/Lexicon/LexEdDllTests/LexEdDllTests.csproj b/Src/LexText/Lexicon/LexEdDllTests/LexEdDllTests.csproj index a17075245d..20d3b9f1a4 100644 --- a/Src/LexText/Lexicon/LexEdDllTests/LexEdDllTests.csproj +++ b/Src/LexText/Lexicon/LexEdDllTests/LexEdDllTests.csproj @@ -1,177 +1,60 @@ - - + + - Debug - x86 - 8.0.30703 - 2.0 - {FF8DCF7B-AD60-415E-BF2A-FC9B3D7F4A1A} - Library - Properties - ..\..\..\AppForTests.config - LexEdDllTests + net48 LexEdDllTests - v4.6.2 - - - 512 - - - AnyCPU - true - full - false - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - ..\..\..\..\Output\Release\ - TRACE - prompt + LexEdDllTests + ../../../../Output/$(Configuration) + false + true 4 - - AnyCPU + + DEBUG;TRACE true full false - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - - AnyCPU - pdbonly - true - ..\..\..\..\Output\Release\ + TRACE - prompt - 4 - - - + false + none + true - - False - ..\..\..\..\Output\Debug\DetailControls.dll - - - False - ..\..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\Output\Debug\Framework.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\..\Output\Debug\LexEdDll.dll - - - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - False - ..\..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + + + + + + + + + + + + + + + + + + + - - False - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\..\Output\Debug\XMLViews.dll - - - ..\..\..\..\Output\Debug\xWorks.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - ..\..\..\..\Output\Debug\FwCoreDlgs.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - + + - - AssemblyInfoForTests.cs - - - UserControl - - - - - - - - - - - + + - - \ No newline at end of file diff --git a/Src/LexText/Morphology/MGA/MGA.csproj b/Src/LexText/Morphology/MGA/MGA.csproj index 1c6e3f7758..f3468760c3 100644 --- a/Src/LexText/Morphology/MGA/MGA.csproj +++ b/Src/LexText/Morphology/MGA/MGA.csproj @@ -1,285 +1,66 @@ - - + + - Local - 9.0.30729 - 2.0 - {85474E25-9808-4D9B-91A2-F3940305AC59} - Debug - AnyCPU - - - - + net48 MGA - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.LexText.Controls.MGA - OnBuildSuccess - - - - - - - 3.5 - false - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + + - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\..\Output\Debug\Geckofx-Core.dll - - - ..\..\..\..\Output\Debug\Geckofx-Winforms.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - + + + + + + - - XMLUtils - ..\..\..\..\Output\Debug\XMLUtils.dll - - - CommonAssemblyInfo.cs - - + + + + + + + + - - GlossListBox.cs - Designer - - - MGADialog.cs - - - Designer - ResXFileCodeGenerator - MGAStrings.Designer.cs - + + + - - Component - - - Code - - - Code - - - Component - - - - - - Form - - - Form - - - True - True - MGAStrings.resx - - - Component - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - - - - - - - - - + \ No newline at end of file diff --git a/Src/LexText/Morphology/MGA/MGATests/MGATests.csproj b/Src/LexText/Morphology/MGA/MGATests/MGATests.csproj index ffd0306d09..8f969e9c45 100644 --- a/Src/LexText/Morphology/MGA/MGATests/MGATests.csproj +++ b/Src/LexText/Morphology/MGA/MGATests/MGATests.csproj @@ -1,224 +1,46 @@ - - + + - Local - 9.0.30729 - 2.0 - {A07C2521-569A-42BE-8C05-8736A1992B00} - Debug - AnyCPU - - - - + net48 MGATests - - - ..\..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library MGATests - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - none - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 none - prompt - AllRules.ruleset - AnyCPU + true + + + + + + - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - SIL.LCModel - ..\..\..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\..\..\Output\Debug\FwUtils.dll - - - MGA - ..\..\..\..\..\Output\Debug\MGA.dll - - - nunit.framework - ..\..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + - - XMLUtils - ..\..\..\..\..\Output\Debug\XMLUtils.dll - - - SIL.LCModel.Tests - ..\..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - ..\..\..\..\..\Output\Debug\FwUtilsTests.dll - - - - - AssemblyInfoForTests.cs - - - Code - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - - + \ No newline at end of file diff --git a/Src/LexText/Morphology/MorphologyEditorDll.csproj b/Src/LexText/Morphology/MorphologyEditorDll.csproj index 8744e11db1..6aeee89744 100644 --- a/Src/LexText/Morphology/MorphologyEditorDll.csproj +++ b/Src/LexText/Morphology/MorphologyEditorDll.csproj @@ -1,466 +1,103 @@ - - + + - Local - 9.0.30729 - 2.0 - {35CF0FD0-3006-4C72-A9A2-9D1F6E8FD8EB} - - - - - - - Debug - AnyCPU - ME.ico - - + net48 MorphologyEditorDll - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.XWorks.MorphologyEditor - OnBuildSuccess - - - - - - - - - 3.5 - false - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + + + + + + + + + + + + + + + + + + - - ViewsInterfaces - ..\..\..\Output\Debug\ViewsInterfaces.dll - True - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - DetailControls - ..\..\..\Output\Debug\DetailControls.dll - - - SIL.LCModel - ..\..\..\Output\Debug\SIL.LCModel.dll - - - FdoUi - ..\..\..\Output\Debug\FdoUi.dll - - - False - ..\..\..\Output\Debug\Filters.dll - - - Framework - ..\..\..\Output\Debug\Framework.dll - True - - - FwControls - ..\..\..\Output\Debug\FwControls.dll - True - - - FwCoreDlgs - ..\..\..\Output\Debug\FwCoreDlgs.dll - - - FwResources - ..\..\..\Output\Debug\FwResources.dll - - - FwUtils - ..\..\..\Output\Debug\FwUtils.dll - - - ITextDll - ..\..\..\Output\Debug\ITextDll.dll - - - LexTextControls - ..\..\..\Output\Debug\LexTextControls.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - RootSite - ..\..\..\Output\Debug\RootSite.dll - True - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - - - False - - - SimpleRootSite - ..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + + + - - Widgets - ..\..\..\Output\Debug\Widgets.dll - - - xCore - ..\..\..\Output\Debug\xCore.dll - True - - - xCoreInterfaces - ..\..\..\Output\Debug\xCoreInterfaces.dll - True - - - XMLUtils - ..\..\..\Output\Debug\XMLUtils.dll - - - XMLViews - ..\..\..\Output\Debug\XMLViews.dll - - - xWorks - ..\..\..\Output\Debug\xWorks.dll - True - - - CommonAssemblyInfo.cs - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - UserControl - - - - UserControl - - - UserControl - - - AssignFeaturesToPhonemes.cs - - - UserControl - - - Form - - - UserControl - - - UserControl - - - Code - - - Code - - - UserControl - - - UserControl - - - Code - - - - Code - - - - UserControl - - - UserControl - - - UserControl - - - - Code - - - UserControl - - - OneAnalysisSandbox.cs - - - Code - - - - UserControl - - - True - True - MEStrings.resx - - - UserControl - - - UserControl - - - - Form - - - RespellerDlg.cs - - - - UserControl - - - UserControl - - - - - Form - - - - AdhocCoProhibAtomicLauncher.cs - Designer - - - AdhocCoProhibVectorLauncher.cs - Designer - - - AnalysisInterlinearRS.cs - Designer - - - ConcordanceDlg.cs - Designer - - - ImageHolder.cs - Designer - - - - MEImages.cs - Designer - - - Designer - ResXFileCodeGenerator - MEStrings.Designer.cs - - - RespellerDlg.cs - Designer - - - WordformGoDlg.cs - Designer - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + + + + + + + + + - - - - - - - \ No newline at end of file diff --git a/Src/LexText/Morphology/MorphologyEditorDllTests/MorphologyEditorDllTests.csproj b/Src/LexText/Morphology/MorphologyEditorDllTests/MorphologyEditorDllTests.csproj index e8fbcb52d2..5b6080773e 100644 --- a/Src/LexText/Morphology/MorphologyEditorDllTests/MorphologyEditorDllTests.csproj +++ b/Src/LexText/Morphology/MorphologyEditorDllTests/MorphologyEditorDllTests.csproj @@ -1,144 +1,50 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {C2B9ADAB-EA23-474E-9F53-1127CDAF09F6} - Library - Properties - ..\..\..\AppForTests.config - SIL.FieldWorks.XWorks.MorphologyEditor + net48 MorphologyEditorDllTests - - - 3.5 - - - v4.6.2 - - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - AllRules.ruleset - - - pdbonly - true + SIL.FieldWorks.XWorks.MorphologyEditor + ../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ - TRACE - prompt 4 - AllRules.ruleset - AnyCPU - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - AllRules.ruleset - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true - - - False - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\..\Output\Debug\MorphologyEditorDll.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Bin\Rhino\Rhino.Mocks.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + + + + + + + - - False - - - False - - - False - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - + + + - - AssemblyInfoForTests.cs - - - + - - \ No newline at end of file diff --git a/Src/LexText/ParserCore/ParserCore.csproj b/Src/LexText/ParserCore/ParserCore.csproj index fd3430f5ee..a64a1a94e4 100644 --- a/Src/LexText/ParserCore/ParserCore.csproj +++ b/Src/LexText/ParserCore/ParserCore.csproj @@ -1,301 +1,55 @@ - - + + - Local - 9.0.30729 - 2.0 - {116BE16A-B3A0-408C-A5CD-25BCBBDBE327} - Debug - AnyCPU - - - - + net48 ParserCore - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.WordWorks.Parser - Always - - - - - - - 3.5 - v4.6.2 - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - true - ..\..\..\Output\Debug\ - DEBUG;TRACE - 285212672 - 4096 - 168,169,219,414,649,1635,1702,1701 full - x86 - ..\..\..\Output\Debug\ParserCore.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true + false - - true - ..\..\..\Output\Release\ + TRACE - 285212672 + false + none true - 4096 - 168,169,219,414,649,1635,1702,1701 - full - x86 - ..\..\..\Output\Release\ParserCore.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - false - - False - ..\..\..\Output\Debug\ApplicationTransforms.dll - - - - False - ..\..\..\Output\Debug\Newtonsoft.Json.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - ..\..\..\Output\Debug\SIL.LCModel.dll - - - GAFAWSAnalysis - False - ..\..\..\DistFiles\GAFAWSAnalysis.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.Machine.Morphology.HermitCrab.dll - - - False - ..\..\..\Output\Debug\SIL.Machine.dll - + + + + + + + + + + + + + + - - False - ..\..\..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\icu.net.dll - True - + + + + - - False - ..\..\..\Output\Debug\XAmpleManagedWrapper.dll - - - XMLUtils - ..\..\..\Output\Debug\XMLUtils.dll - - - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - Code - - - CommonAssemblyInfo.cs - - - - - - - - - - Code - - - Code - - - Code - - - True - True - ParserCoreStrings.resx - - - - - Code - - - - Code - - - Code - - - - + - - Designer - ResXFileCodeGenerator - ParserCoreStrings.Designer.cs - + - - - - - - - \ No newline at end of file diff --git a/Src/LexText/ParserCore/ParserCoreTests/ParserCoreTests.csproj b/Src/LexText/ParserCore/ParserCoreTests/ParserCoreTests.csproj index b1176cc07d..5bf0a893ea 100644 --- a/Src/LexText/ParserCore/ParserCoreTests/ParserCoreTests.csproj +++ b/Src/LexText/ParserCore/ParserCoreTests/ParserCoreTests.csproj @@ -1,229 +1,54 @@ - - + + - Local - 9.0.30729 - 2.0 - {4CAE1D7E-AD38-4D68-8383-D3AD07F245DA} - Debug - AnyCPU - ..\..\..\AppForTests.config - - - - + net48 ParserCoreTests - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.WordWorks.Parser - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false + ../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - ..\..\..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\..\Output\Debug\CommonServiceLocator.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - ParserCore - ..\..\..\..\Output\Debug\ParserCore.dll - - - False - ..\..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\..\Output\Debug\SIL.Machine.Morphology.HermitCrab.dll - - - False - ..\..\..\..\Output\Debug\SIL.Machine.dll - + + + + + + + + + + + + + + + + - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + - - XMLUtils - ..\..\..\..\Output\Debug\XMLUtils.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - AssemblyInfoForTests.cs - - - - - - - Code - - - Code - + - - - - - - - \ No newline at end of file diff --git a/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapper.csproj b/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapper.csproj index 4fef39e269..37269a894d 100644 --- a/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapper.csproj +++ b/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapper.csproj @@ -1,119 +1,32 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {23066029-A8AF-4F1E-9AF8-E19869408186} - Library - XAmpleManagedWrapper + net48 XAmpleManagedWrapper - v4.6.2 - - - 3.5 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug - DEBUG - prompt - 4 - false - AllRules.ruleset - AnyCPU - - - none - false + XAmpleManagedWrapper + ../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release - prompt 4 - false - AllRules.ruleset - AnyCPU - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug - DEBUG - prompt - 4 - false - AllRules.ruleset - AnyCPU - + + TRACE + false none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release - prompt - 4 - false - AllRules.ruleset - AnyCPU + true - - false - ..\..\..\..\Output\Debug\SIL.Core.dll - + - - CommonAssemblyInfo.cs - - - - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - \ No newline at end of file diff --git a/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapperTests/XAmpleManagedWrapperTests.csproj b/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapperTests/XAmpleManagedWrapperTests.csproj index 7d43de2a67..21e6b80091 100644 --- a/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapperTests/XAmpleManagedWrapperTests.csproj +++ b/Src/LexText/ParserCore/XAmpleManagedWrapper/XAmpleManagedWrapperTests/XAmpleManagedWrapperTests.csproj @@ -1,109 +1,39 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {073F2BBE-19C8-4389-90CA-1CF42B996D31} - Library - XAmpleManagedWrapperTests + net48 XAmpleManagedWrapperTests - v4.6.2 - ..\..\..\..\AppForTests.config - - - 3.5 - - - - - true - full - false + XAmpleManagedWrapperTests + ../../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\..\Output\Debug - DEBUG - prompt 4 - - - - - - AllRules.ruleset - AnyCPU - - none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\..\Output\Release - prompt - 4 - AllRules.ruleset - AnyCPU - - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\..\Output\Debug - DEBUG - prompt - 4 - - - - - - AllRules.ruleset - AnyCPU - + + TRACE + false none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\..\Output\Release - prompt - 4 - AllRules.ruleset - AnyCPU + true + + + + - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + - - False - ..\..\..\..\..\Output\Debug\XAmpleManagedWrapper.dll - - - ..\..\..\..\..\Output\Debug\FwUtilsTests.dll - - - AssemblyInfoForTests.cs - - - + - \ No newline at end of file diff --git a/Src/LexText/ParserUI/ParserUI.csproj b/Src/LexText/ParserUI/ParserUI.csproj index afc84413ed..bde6a1c928 100644 --- a/Src/LexText/ParserUI/ParserUI.csproj +++ b/Src/LexText/ParserUI/ParserUI.csproj @@ -1,229 +1,37 @@ - - + + - Local - 9.0.30729 - 2.0 - {E0379EF6-D959-468B-B6F3-687DC06E5071} - Debug - AnyCPU - - - - + net48 ParserUI - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.LexText.Controls - OnBuildSuccess - - - - - - - 3.5 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - v4.6.2 - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - none - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 none - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ + true - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - SIL.LCModel - ..\..\..\Output\Debug\SIL.LCModel.dll - - - FdoUi - ..\..\..\Output\Debug\FdoUi.dll - - - False - ..\..\..\Output\Debug\Framework.dll - - - FwControls - ..\..\..\Output\Debug\FwControls.dll - - - False - - - False - ..\..\..\Output\Debug\FwResources.dll - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\Output\Debug\Geckofx-Core.dll - - - ..\..\..\Output\Debug\Geckofx-Winforms.dll - - - False - ..\..\..\Output\Debug\ITextDll.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - ParserCore - ..\..\..\Output\Debug\ParserCore.dll - - - False - ..\..\..\Output\Debug\PresentationTransforms.dll - - - ..\..\..\Output\Debug\Reporting.dll - False - - - False - ..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - - - SimpleRootSite - ..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + + + @@ -232,164 +40,45 @@ - - Widgets - ..\..\..\Output\Debug\Widgets.dll - - - xCore - ..\..\..\Output\Debug\xCore.dll - - - xCoreInterfaces - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - XMLUtils - ..\..\..\Output\Debug\XMLUtils.dll - - - xWorks - ..\..\..\Output\Debug\xWorks.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - + - - ..\..\..\Output\Debug\ViewslInterfaces.dll - - - - - CommonAssemblyInfo.cs - - - Code - - - - Form - - - HCMaxCompoundRulesDlg.cs - - - - Form - - - Code - - - - Form - - - ParserReportDialog.xaml - - - ParserReportsDialog.xaml - - - - Code - - - Form - - - - - - True - True - ParserUIStrings.resx - - - - - Form - - - UserControl - - - UserControl - - - - - Code - - - Code - - - HCMaxCompoundRulesDlg.cs - - - ImportWordSetDlg.cs - Designer - - - ParserParametersDlg.cs - Designer - - - Designer - PublicResXFileCodeGenerator - ParserUIStrings.Designer.cs - - - TryAWordDlg.cs - Designer - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - + + + + + + + + + + + + + + + + + + - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - + + + + + + + + - - {C65D2B3D-543D-4F63-B35D-5859F5ECDE1E} - DetailControls - - - {BC490547-D278-4442-BD34-3580DBEFC405} - XMLViews - + + + + + - - - - - - - \ No newline at end of file diff --git a/Src/LexText/ParserUI/ParserUITests/ParserUITests.csproj b/Src/LexText/ParserUI/ParserUITests/ParserUITests.csproj index 701a735806..d86b13e56f 100644 --- a/Src/LexText/ParserUI/ParserUITests/ParserUITests.csproj +++ b/Src/LexText/ParserUI/ParserUITests/ParserUITests.csproj @@ -1,190 +1,45 @@ - - + + - Local - 9.0.30729 - 2.0 - {F891FD35-2B0C-4B32-B25A-5DE222F8AB45} - Debug - AnyCPU - - - - + net48 ParserUITests - - - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library ParserUITests - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../../Output/$(Configuration) + false true - 4 - full - prompt - true - AnyCPU - AllRules.ruleset - - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - none - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - true - AnyCPU - AllRules.ruleset + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 none - prompt - AllRules.ruleset - AnyCPU + true + + + + + - - False - ..\..\..\..\Output\Debug\ApplicationTransforms.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\..\Output\Debug\FwUtils.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + - - XMLUtils - ..\..\..\..\Output\Debug\XMLUtils.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - AssemblyInfoForTests.cs - - - Code - + - - - - - - - - + \ No newline at end of file diff --git a/Src/ManagedLgIcuCollator/ManagedLgIcuCollator.csproj b/Src/ManagedLgIcuCollator/ManagedLgIcuCollator.csproj index e9ec206a37..f9bbfd19f0 100644 --- a/Src/ManagedLgIcuCollator/ManagedLgIcuCollator.csproj +++ b/Src/ManagedLgIcuCollator/ManagedLgIcuCollator.csproj @@ -1,123 +1,37 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {7382AF30-D0F5-454B-A14D-F7D4DAFB87C9} - Library - ManagedLgIcuCollator + net48 ManagedLgIcuCollator - v4.6.2 - - - 3.5 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Debug - DEBUG - prompt - 4 - AnyCPU - AllRules.ruleset - - - none - false + ManagedLgIcuCollator + ../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Release - prompt 4 - AnyCPU - AllRules.ruleset - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Debug - DEBUG - prompt - 4 - AnyCPU - AllRules.ruleset - + + TRACE + false none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Release - prompt - 4 - AnyCPU - AllRules.ruleset + true - - - CommonAssemblyInfo.cs - - + - - False - ..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Utils.dll - + + - - False - ..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\Output\Debug\icu.net.dll - True - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + \ No newline at end of file diff --git a/Src/ManagedLgIcuCollator/ManagedLgIcuCollatorTests/ManagedLgIcuCollatorTests.csproj b/Src/ManagedLgIcuCollator/ManagedLgIcuCollatorTests/ManagedLgIcuCollatorTests.csproj index 463f8973ac..45cab55778 100644 --- a/Src/ManagedLgIcuCollator/ManagedLgIcuCollatorTests/ManagedLgIcuCollatorTests.csproj +++ b/Src/ManagedLgIcuCollator/ManagedLgIcuCollatorTests/ManagedLgIcuCollatorTests.csproj @@ -1,137 +1,41 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {5D9F2EAB-48AB-4924-BDD0-CFB839848E64} - Library - SIL.FieldWorks.Language + net48 ManagedLgIcuCollatorTests - v4.6.2 - ..\..\AppForTests.config - - - 3.5 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false + SIL.FieldWorks.Language + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug - DEBUG - prompt 4 - AnyCPU - AllRules.ruleset - - none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release - prompt - 4 - AllRules.ruleset - AnyCPU - - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug - DEBUG - prompt - 4 - AnyCPU - AllRules.ruleset - + + TRACE + false none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release - prompt - 4 - AllRules.ruleset - AnyCPU + true - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - - nunit.framework - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - ..\..\..\Output\Debug\FwUtilsTests.dll - - - ..\..\..\Output\Debug\ManagedLgIcuCollator.dll - - - - False - ..\..\..\Output\Debug\ViewsInterfaces.dll - + + + - - AssemblyInfoForTests.cs - - + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - \ No newline at end of file diff --git a/Src/ManagedVwDrawRootBuffered/ManagedVwDrawRootBuffered.csproj b/Src/ManagedVwDrawRootBuffered/ManagedVwDrawRootBuffered.csproj index e75c8564e6..f74dd5e8d4 100644 --- a/Src/ManagedVwDrawRootBuffered/ManagedVwDrawRootBuffered.csproj +++ b/Src/ManagedVwDrawRootBuffered/ManagedVwDrawRootBuffered.csproj @@ -1,130 +1,37 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {51FC0FD4-E1FD-494F-A954-D10A5E9EEFE5} - Library + net48 ManagedVwDrawRootBuffered - - - 3.5 - - - false - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false + ../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Debug - DEBUG - prompt 4 - AllRules.ruleset - AnyCPU - - none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Release - prompt - 4 - AllRules.ruleset - AnyCPU - - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Debug - DEBUG - prompt - 4 - AllRules.ruleset - AnyCPU - + + TRACE + false none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Release - prompt - 4 - AllRules.ruleset - AnyCPU + true - - - CommonAssemblyInfo.cs - - - + - - - False - ..\..\Output\Debug\ViewsInterfaces.dll - - - ..\..\Output\Debug\SIL.LCModel.Utils.dll - False - + + - - ..\..\Output\Debug\SIL.LCModel.Core.dll - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + \ No newline at end of file diff --git a/Src/ManagedVwWindow/ManagedVwWindow.csproj b/Src/ManagedVwWindow/ManagedVwWindow.csproj index 6f0033eebf..e640df3c8d 100644 --- a/Src/ManagedVwWindow/ManagedVwWindow.csproj +++ b/Src/ManagedVwWindow/ManagedVwWindow.csproj @@ -1,124 +1,36 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {51FC0FD4-E1FD-494F-A954-D20A5E9EEFE6} - Library + net48 ManagedVwWindow - - - 3.5 - - - false - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false + ../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Debug\ - DEBUG - prompt 4 - AllRules.ruleset - AnyCPU - - none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Release\ - prompt - 4 - AllRules.ruleset - AnyCPU - - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Debug\ - DEBUG - prompt - 4 - AllRules.ruleset - AnyCPU - + + TRACE + false none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Release\ - prompt - 4 - AllRules.ruleset - AnyCPU + true - - - CommonAssemblyInfo.cs - - - + - - False - ..\..\Output\Debug\ViewsInterfaces.dll - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + \ No newline at end of file diff --git a/Src/ManagedVwWindow/ManagedVwWindowTests/ManagedVwWindowTests.csproj b/Src/ManagedVwWindow/ManagedVwWindowTests/ManagedVwWindowTests.csproj index 4cfa15dcc6..6de3f9f0ce 100644 --- a/Src/ManagedVwWindow/ManagedVwWindowTests/ManagedVwWindowTests.csproj +++ b/Src/ManagedVwWindow/ManagedVwWindowTests/ManagedVwWindowTests.csproj @@ -1,139 +1,43 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {5D9F2EAB-48AB-4924-BDD0-CFB839948E65} - Library - SIL.FieldWorks.Language + net48 ManagedVwWindowTests - v4.6.2 - ..\..\AppForTests.config - - - 3.5 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false + SIL.FieldWorks.Language + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug - DEBUG - prompt 4 - AllRules.ruleset - AnyCPU - - none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release - prompt - 4 - AllRules.ruleset - AnyCPU - - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug - DEBUG - prompt - 4 - AllRules.ruleset - AnyCPU - + + TRACE + false none - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release - prompt - 4 - AllRules.ruleset - AnyCPU + true - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - ..\..\..\Output\Debug\ManagedVwWindow.dll - False - - - False - ..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + - - nunit.framework - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - + - - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - ..\..\..\Output\Debug\FwUtilsTests.dll - - - - - AssemblyInfoForTests.cs - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - + \ No newline at end of file diff --git a/Src/MigrateSqlDbs/MigrateSqlDbs.csproj b/Src/MigrateSqlDbs/MigrateSqlDbs.csproj index e93ebccbae..75137798f4 100644 --- a/Src/MigrateSqlDbs/MigrateSqlDbs.csproj +++ b/Src/MigrateSqlDbs/MigrateSqlDbs.csproj @@ -1,218 +1,58 @@ - - + + - Debug - AnyCPU - 9.0.21022 - 2.0 - {404A896A-29F1-4FE9-9335-99EA6A201ED1} + net48 WinExe - Properties - SIL.FieldWorks.MigrateSqlDbs.MigrateProjects MigrateSqlDbs - - - 3.5 - - - false - v4.6.2 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - true - - - true - full - false - ..\..\Output\Debug\ - DEBUG;TRACE - ..\..\Output\Debug\MigrateSqlDbs.xml - prompt - true - 4 - AnyCPU - AllRules.ruleset - - - pdbonly - true - ..\..\Output\Release\ - TRACE - prompt + SIL.FieldWorks.MigrateSqlDbs.MigrateProjects + ../../Output/$(Configuration) + false + true true 4 - AnyCPU - AllRules.ruleset - - - AllRules.ruleset - ..\..\Output\Debug\ - - - AllRules.ruleset - + + DEBUG;TRACE true full false - ..\..\Output\Debug\ - DEBUG;TRACE - ..\..\Output\Debug\MigrateSqlDbs.xml - prompt - true - 4 - AnyCPU - AllRules.ruleset - - pdbonly - true - ..\..\Output\Release\ + TRACE - prompt - true - 4 - AnyCPU - AllRules.ruleset - + false + none + true + + + + + - - False - ..\..\Output\Debug\SIL.LCModel.dll - - - ..\..\Output\Debug\FwControls.dll - False - - - False - ..\..\Output\Debug\FwUtils.dll - - - False - ..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Utils.dll - + + + + - - CommonAssemblyInfo.cs - - - Form - - - FWVersionTooOld.cs - - - Form - - - MigrateProjects.cs - - - Form - - - ExistingProjectDlg.cs - - - - - FWVersionTooOld.cs - Designer - - - MigrateProjects.cs - Designer - - - ExistingProjectDlg.cs - Designer - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - PublicSettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + + + + - - - - - ../../DistFiles - \ No newline at end of file diff --git a/Src/Paratext8Plugin/ParaText8PluginTests/Paratext8PluginTests.csproj b/Src/Paratext8Plugin/ParaText8PluginTests/Paratext8PluginTests.csproj index 5987079a1c..1bb542a8fa 100644 --- a/Src/Paratext8Plugin/ParaText8PluginTests/Paratext8PluginTests.csproj +++ b/Src/Paratext8Plugin/ParaText8PluginTests/Paratext8PluginTests.csproj @@ -1,122 +1,53 @@ - - - + + - Debug - AnyCPU - {66D824E1-7982-4128-8C9F-338967AEE8F9} - Library - Properties - Paratext8PluginTests + net48 Paratext8PluginTests - v4.6.2 - 512 - - - - true - full - 649 - false - ..\..\..\Output\Debug - DEBUG;TRACE - prompt - 4 - AnyCPU - - - full + Paratext8PluginTests + ../../../Output/$(Configuration) + false 649 - true - ..\..\..\Output\Release - TRACE - prompt 4 - AnyCPU - + + DEBUG;TRACE true full - 649 false - ..\..\..\Output\Debug - DEBUG;TRACE - prompt - 4 - AnyCPU - - full - 649 - true - ..\..\..\Output\Release + TRACE - prompt - 4 - AnyCPU + false + none + true - - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\FwUtilsTests.dll - - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - ..\..\..\Output\Debug\ParatextData.dll - - - ..\..\..\Output\Debug\PtxUtils.dll - - - ..\..\..\Output\Debug\ScriptureUtils.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - False - ..\..\..\Output\Debug\SIL.TestUtilities.dll - + + + + + + + + + + - - ..\..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - + - + - - - AssemblyInforForTests.cs - + - - \ No newline at end of file diff --git a/Src/Paratext8Plugin/Paratext8Plugin.csproj b/Src/Paratext8Plugin/Paratext8Plugin.csproj index bc8e0238e7..0c2d4a9a0f 100644 --- a/Src/Paratext8Plugin/Paratext8Plugin.csproj +++ b/Src/Paratext8Plugin/Paratext8Plugin.csproj @@ -1,83 +1,33 @@ - - - + + - Debug - AnyCPU - {B661C6AE-999D-4BA8-80C1-EA853F6D6A30} - Library - Properties - Paratext8Plugin + net48 Paratext8Plugin - v4.6.2 - 512 - - - - true - full - false - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - false - AnyCPU + Paratext8Plugin + ../../Output/$(Configuration) + false true - - - pdbonly - true - ..\..\Output\Release\ - TRACE - prompt 4 - false - AnyCPU - true - + + DEBUG;TRACE true full false - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - false - AnyCPU - true - - pdbonly - true - ..\..\Output\Release\ + TRACE - prompt - 4 - false - AnyCPU - true + false + none + true + + + - - False - ..\..\Output\Debug\Paratext.LexicalContracts.dll - - - ..\..\Output\Debug\ParatextData.dll - - - ..\..\Output\Debug\PtxUtils.dll - - - ..\..\Output\Debug\ScriptureUtils.dll - - - False - ..\..\Output\Debug\SIL.Scripture.dll - + + @@ -89,15 +39,6 @@ - - - - - - - - CommonAssemblyInfo.cs - + - \ No newline at end of file diff --git a/Src/ParatextImport/ParatextImport.csproj b/Src/ParatextImport/ParatextImport.csproj index 8379e9dd2f..5c259b3bbf 100644 --- a/Src/ParatextImport/ParatextImport.csproj +++ b/Src/ParatextImport/ParatextImport.csproj @@ -1,258 +1,62 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {ACE0B5C2-39E8-4247-B5E8-18BBD15A52DA} - Library - Properties - ParatextImport + net48 ParatextImport - v4.6.2 - 512 - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Output\Debug\ParatextImport.xml + ParatextImport + ../../Output/$(Configuration) + false true - 4096 - AllRules.ruleset - AnyCPU - - - pdbonly - true 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Release\ - TRACE - prompt 4 - AllRules.ruleset - AnyCPU - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Output\Debug\ParatextImport.xml - true - 4096 - AllRules.ruleset - AnyCPU - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true + + + + + + + + + + + - - False - ..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\Output\Debug\ECInterfaces.dll - - - False - $(installation_prefix)/lib/fieldworks/ECInterfaces.dll - - - ..\..\Output\Debug\SIL.LCModel.dll - False - - - ..\..\Output\Debug\Framework.dll - False - - - ..\..\Output\Debug\FwControls.dll - False - - - False - ..\..\Output\Debug\FwCoreDlgControls.dll - - - ..\..\Output\Debug\FwResources.dll - False - - - ..\..\Output\Debug\FwUtils.dll - False - - - False - ..\..\Output\Debug\CommonServiceLocator.dll - - - ..\..\Output\Debug\RootSite.dll - False - - - ..\..\Output\Debug\ScriptureUtils.dll - False - - - False - ..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\Output\Debug\SIL.Windows.Forms.dll - - - False - ..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\Output\Debug\SilEncConverters40.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\Output\Debug\icu.net.dll - True - - - False - ..\..\Output\Debug\SimpleRootSite.dll - - - False - + + + + + + + + + + + + - - False - - - ..\..\Output\Debug\xCoreInterfaces.dll - False - - - - - Properties\CommonAssemblyInfo.cs - - - - - - - - - - - - - - - Resources.resx - True - True - - - - - - - - - - - - + - - Difference.cs - Designer - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + - - \ No newline at end of file diff --git a/Src/ParatextImport/ParatextImportTests/ParatextImportTests.csproj b/Src/ParatextImport/ParatextImportTests/ParatextImportTests.csproj index 1b40d3babf..ba5f8ff324 100644 --- a/Src/ParatextImport/ParatextImportTests/ParatextImportTests.csproj +++ b/Src/ParatextImport/ParatextImportTests/ParatextImportTests.csproj @@ -1,283 +1,66 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {8D8BBA9D-A360-445E-8F76-81288D970961} - Library - Properties - ParatextImport + net48 ParatextImportTests - v4.6.2 - ..\..\AppForTests.config - 512 - - - - - - - - - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - true - full - false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 + ParatextImport + ../../../Output/$(Configuration) + false true - ..\..\..\Output\Debug\ParatextImportTests.xml - AnyCPU - AllRules.ruleset - - - pdbonly - true 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release\ - TRACE - prompt 4 - AllRules.ruleset - AnyCPU - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - true - ..\..\..\Output\Debug\ParatextImportTests.xml - AnyCPU - AllRules.ruleset - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true + + + + + + + + + + + + + + + - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\ECInterfaces.dll - - - False - $(installation_prefix)/lib/fieldworks/ECInterfaces.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\Output\Debug\Framework.dll - - - False - ..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\Output\Debug\FwCoreDlgControls.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\Output\Debug\FwResources.dll - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\FwUtilsTests.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\Output\Debug\Paratext8Plugin.dll - - - False - ..\..\..\Output\Debug\ParatextShared.dll - - - False - ..\..\..\Output\Debug\ProjectUnpacker.dll - - - False - ..\..\..\Bin\Rhino\Rhino.Mocks.dll - - - False - ..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\Output\Debug\ScriptureUtils.dll - - - False - ..\..\..\Output\Debug\ScriptureUtilsTests.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - - - False - ..\..\..\Output\Debug\SilEncConverters40.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + + + + + + - - False - ..\..\..\Output\Debug\ParatextImport.dll - - - False - ..\..\..\Output\Debug\Utilities.dll - - - False - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - AssemblyInfoForTests.cs - - - - - - - - - - - - - - - - - - - - + - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - \ No newline at end of file diff --git a/Src/ProjectUnpacker/ProjectUnpacker.csproj b/Src/ProjectUnpacker/ProjectUnpacker.csproj index f2fc474a80..45e0b2e7af 100644 --- a/Src/ProjectUnpacker/ProjectUnpacker.csproj +++ b/Src/ProjectUnpacker/ProjectUnpacker.csproj @@ -1,223 +1,43 @@ - - + + - Local - 9.0.30729 - 2.0 - {170FD75E-132C-4AF6-B917-696D63FCD0E4} - Debug - AnyCPU - - - - + net48 ProjectUnpacker - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.Test.ProjectUnpacker - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - ..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\Output\Debug\ProjectUnpacker.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false + ../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - ..\..\Output\Debug\ProjectUnpacker.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\Output\Debug\FwUtils.dll - - - ICSharpCode.SharpZipLib - ..\..\Lib\debug\ICSharpCode.SharpZipLib.dll - + + + + + - - False - ..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - System - + + - - Designer - - - Designer - - - Designer - - - Code - - - CommonAssemblyInfo.cs - - - Code - - - Code - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + + - - - - - - - \ No newline at end of file diff --git a/Src/UnicodeCharEditor/UnicodeCharEditor.csproj b/Src/UnicodeCharEditor/UnicodeCharEditor.csproj index b634562d06..e14d06aa49 100644 --- a/Src/UnicodeCharEditor/UnicodeCharEditor.csproj +++ b/Src/UnicodeCharEditor/UnicodeCharEditor.csproj @@ -1,234 +1,61 @@ - - + + - Debug - AnyCPU - 9.0.21022 - 2.0 - {17C19AA6-8BB2-4332-8642-5981C74E0EF0} + net48 WinExe - Properties - SIL.FieldWorks.UnicodeCharEditor UnicodeCharEditor - 3.5 - false - v4.6.2 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - true - - - true - full - false - ..\..\Output\Debug\ - DEBUG;TRACE - ..\..\Output\Debug\UnicodeCharEditor.xml - prompt - true - 4 - AnyCPU - AllRules.ruleset - true - - - pdbonly - true - ..\..\Output\Release\ - TRACE - prompt + SIL.FieldWorks.UnicodeCharEditor + ../../Output/$(Configuration) + false + true true 4 - AnyCPU - AllRules.ruleset - true - + + DEBUG;TRACE true full false - ..\..\Output\Debug\ - DEBUG;TRACE - ..\..\Output\Debug\UnicodeCharEditor.xml - prompt - true - 4 - AnyCPU - AllRules.ruleset - false - - pdbonly - true - ..\..\Output\Release\ + TRACE - prompt - true - 4 - AnyCPU - AllRules.ruleset - false - - - true + false + none + true + + + + + + + - - False - ..\..\Output\Debug\CommandLineArgumentsParser.dll - - - False - ..\..\Output\Debug\Reporting.dll - - - False - ..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\Output\Debug\FwControls.dll - - - False - ..\..\Output\Debug\FwCoreDlgs.dll - - - False - ..\..\Output\Debug\FwUtils.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\Output\Debug\icu.net.dll - True - + + + + + - - False - ..\..\Output\Debug\XMLUtils.dll - - - CommonAssemblyInfo.cs - - - Form - - - CharEditorWindow.cs - - - - True - True - HelpTopicPaths.resx - - - - - - - - - CharEditorWindow.cs - Designer - - - ResXFileCodeGenerator - HelpTopicPaths.Designer.cs - Designer - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - CustomCharDlg.cs - Designer - - - True - Resources.resx - True - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - Form - - - + + + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + - - - \ No newline at end of file diff --git a/Src/UnicodeCharEditor/UnicodeCharEditorTests/UnicodeCharEditorTests.csproj b/Src/UnicodeCharEditor/UnicodeCharEditorTests/UnicodeCharEditorTests.csproj index 3d58f73101..85a7d5484c 100644 --- a/Src/UnicodeCharEditor/UnicodeCharEditorTests/UnicodeCharEditorTests.csproj +++ b/Src/UnicodeCharEditor/UnicodeCharEditorTests/UnicodeCharEditorTests.csproj @@ -1,172 +1,45 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {0B4C4B30-F4C7-4293-8753-882C0348F518} - Library - Properties - SIL.FieldWorks.UnicodeCharEditor + net48 UnicodeCharEditorTests - ..\..\AppForTests.config - - - 3.5 - - - false - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false - ..\..\..\Output\Debug\ - DEBUG;TRACE - ..\..\..\Output\Debug\UnicodeCharEditorTests.xml - prompt - true - 4 - AllRules.ruleset - AnyCPU - - - pdbonly - true - ..\..\..\Output\Release\ - TRACE - prompt + SIL.FieldWorks.UnicodeCharEditor + ../../../Output/$(Configuration) + false true 4 - AllRules.ruleset - AnyCPU - + + DEBUG;TRACE true full false - ..\..\..\Output\Debug\ - DEBUG;TRACE - ..\..\..\Output\Debug\UnicodeCharEditorTests.xml - prompt - true - 4 - AllRules.ruleset - AnyCPU - - pdbonly - true - ..\..\..\Output\Release\ + TRACE - prompt - true - 4 - AllRules.ruleset - AnyCPU + false + none + true - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\icu.net.dll - True - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + + + + + + + - - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Lib\debug\ICSharpCode.SharpZipLib.dll - + - - False - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - + - - False - ..\..\..\Output\Debug\UnicodeCharEditor.exe - - - ..\..\..\Output\Debug\FwUtilsTests.dll - - - - - AssemblyInfoForTests.cs - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + - - \ No newline at end of file diff --git a/Src/Utilities/FixFwData/FixFwData.csproj b/Src/Utilities/FixFwData/FixFwData.csproj index 5cacb20a1a..a2d3cc96c8 100644 --- a/Src/Utilities/FixFwData/FixFwData.csproj +++ b/Src/Utilities/FixFwData/FixFwData.csproj @@ -1,145 +1,37 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {FF82CEC0-353A-4E79-AB7E-6AFEF1F15EC2} + net48 WinExe - Properties - FixFwData FixFwData - v4.6.2 - 512 - - - 3.5 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - true - - - true - full - false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - false - AllRules.ruleset - AnyCPU - - - pdbonly - true - ..\..\..\Output\Release\ - TRACE - prompt + FixFwData + ../../../Output/$(Configuration) + false 4 - AllRules.ruleset - AnyCPU - + + DEBUG;TRACE true full false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - false - AllRules.ruleset - x64 - - pdbonly - true - ..\..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - x64 - - - + false + none + true - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\Output\Debug\LCM\SIL.LCModel.FixData.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\SIL.Windows.Forms.dll - + + + + + - - Properties\CommonAssemblyInfo.cs - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - \ No newline at end of file diff --git a/Src/Utilities/FixFwDataDll/FixFwDataDll.csproj b/Src/Utilities/FixFwDataDll/FixFwDataDll.csproj index 44666fad94..fc072f0753 100644 --- a/Src/Utilities/FixFwDataDll/FixFwDataDll.csproj +++ b/Src/Utilities/FixFwDataDll/FixFwDataDll.csproj @@ -1,123 +1,41 @@ - - + + - Debug - AnyCPU - 9.0.21022 - 2.0 - {9C534D8A-3445-4827-8D3B-957D98461533} - Library - Properties - SIL.FieldWorks.FixData + net48 FixFwDataDll - v4.6.2 - 512 - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - true - full - false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU + SIL.FieldWorks.FixData + ../../../Output/$(Configuration) + false + true true - AllRules.ruleset - - - pdbonly - true - ..\..\..\Output\Release\ - TRACE - prompt 4 - AllRules.ruleset - AnyCPU - + + DEBUG;TRACE true full false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - true - AllRules.ruleset - - pdbonly - true - ..\..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true + + + + + + + - - False - ..\..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\..\Output\Debug\FwControls.dll - - - False - ..\..\..\Output\Debug\FwCoreDlgs.dll - - - False - ..\..\..\Output\Debug\FwResources.dll - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\Output\Debug\LCM\SIL.LCModel.FixData.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\xCoreInterfaces.dll - + + + + + @@ -128,64 +46,11 @@ - - CommonAssemblyInfo.cs - - - Form - - - FixErrorsDlg.cs - - - - Code - - - True - True - Strings.resx - - - - - - FixErrorsDlg.cs - Designer - - - ResXFileCodeGenerator - Strings.Designer.cs - Designer - + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + - - - - - - \ No newline at end of file diff --git a/Src/Utilities/MessageBoxExLib/MessageBoxExLib.csproj b/Src/Utilities/MessageBoxExLib/MessageBoxExLib.csproj index 2889dae694..27482ac68a 100644 --- a/Src/Utilities/MessageBoxExLib/MessageBoxExLib.csproj +++ b/Src/Utilities/MessageBoxExLib/MessageBoxExLib.csproj @@ -1,199 +1,45 @@ - - + + - Local - {4847D05C-EB58-49D9-B280-D22F8FF01857} - Debug - AnyCPU - - + net48 MessageBoxExLib - JScript - Grid - IE50 - false - Library Utils.MessageBoxExLib - OnBuildSuccess - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - 285212672 - - - TRACE - 4096 + ../../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - true - false - false 4 - none - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Debug\ - 285212672 - - + DEBUG;TRACE true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - 285212672 - - + TRACE - 4096 - 168,169,219,414,649,1635,1702,1701 - true - false - false - 4 + false none - prompt - AllRules.ruleset - AnyCPU + true + + + - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - System - + + + - - System.Drawing - - - System.Windows.Forms - - - ..\..\..\Output\Debug\FwUtils.dll - + + - - CommonAssemblyInfo.cs - - - Code - - - Code - - - Code - - - Code - - - Form - - - Code - - - Code - - - Code - - - Code - - - MessageBoxExForm.cs - Designer - - - Designer - - + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + - - - - - - - \ No newline at end of file diff --git a/Src/Utilities/MessageBoxExLib/MessageBoxExLibTests/MessageBoxExLibTests.csproj b/Src/Utilities/MessageBoxExLib/MessageBoxExLibTests/MessageBoxExLibTests.csproj index 612d8eb975..66d3c51152 100644 --- a/Src/Utilities/MessageBoxExLib/MessageBoxExLibTests/MessageBoxExLibTests.csproj +++ b/Src/Utilities/MessageBoxExLib/MessageBoxExLibTests/MessageBoxExLibTests.csproj @@ -1,216 +1,42 @@ - - + + - Local - 9.0.30729 - 2.0 - {F46E0F2D-5982-4B9E-83BE-E425FA10893F} - Debug - AnyCPU - - - - + net48 MessageBoxExLibTests - - - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library MessageBoxExTests - OnBuildSuccess - - - - - - - - - 4.0 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - none - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 none - prompt - AllRules.ruleset - AnyCPU + true - - - ..\..\..\..\Bin\nunitforms\FormsTester.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\MessageBoxExLib.dll - - - False - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - System - - - - System.Windows.Forms - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - + + - - AssemblyInfoForTests.cs - - - Code - + + + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - \ No newline at end of file diff --git a/Src/Utilities/Reporting/Reporting.csproj b/Src/Utilities/Reporting/Reporting.csproj index 26d8771eb2..dfafdee9a0 100644 --- a/Src/Utilities/Reporting/Reporting.csproj +++ b/Src/Utilities/Reporting/Reporting.csproj @@ -1,229 +1,53 @@ - - + + - Local - 9.0.30729 - 2.0 - {9CCBECEC-513C-4DA4-A4CE-F5361B633760} - Debug - AnyCPU - - - - + net48 Reporting - - - JScript - Grid - IE50 - false - Library SIL.Utils - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - ..\..\..\Output\Debug\Reporting.xml - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false + ../../../Output/$(Configuration) + false + true true - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + + DEBUG;TRACE - ..\..\..\Output\Debug\Reporting.xml true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + - - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - + + + - - System - - - System.Drawing - - - System.Windows.Forms - + + + - - CommonAssemblyInfo.cs - - - Code - - - Form - - - True - True - ReportingStrings.resx - - - Form - - - ErrorReport.cs - Designer - - - Designer - ResXFileCodeGenerator - ReportingStrings.Designer.cs - - - UsageEmailDialog.cs - Designer - - - + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + + + - - - ../../../DistFiles - \ No newline at end of file diff --git a/Src/Utilities/SfmStats/SfmStats.csproj b/Src/Utilities/SfmStats/SfmStats.csproj index 1f58759740..57fc08703a 100644 --- a/Src/Utilities/SfmStats/SfmStats.csproj +++ b/Src/Utilities/SfmStats/SfmStats.csproj @@ -1,139 +1,38 @@ - - + + - Debug - AnyCPU - 9.0.30729 - 2.0 - {F33D8091-4FA4-49D2-8C63-7032F168E413} + net48 Exe - Properties - SfmStats SfmStats - - - 3.5 - - - v4.6.2 - false - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false + SfmStats + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - bin\Debug\ - DEBUG;TRACE - prompt 4 - AllRules.ruleset - AnyCPU - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - AnyCPU - - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - AnyCPU - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - bin\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true + + + - - Sfm2Xml - ..\..\..\Output\Debug\Sfm2Xml.dll - - - CommonAssemblyInfo.cs - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + - - - - - - \ No newline at end of file diff --git a/Src/Utilities/SfmToXml/ConvertSFM/ConvertSFM.csproj b/Src/Utilities/SfmToXml/ConvertSFM/ConvertSFM.csproj index 0c7a391e16..325c93bdc1 100644 --- a/Src/Utilities/SfmToXml/ConvertSFM/ConvertSFM.csproj +++ b/Src/Utilities/SfmToXml/ConvertSFM/ConvertSFM.csproj @@ -1,203 +1,43 @@ - - + + - Local - 9.0.30729 - 2.0 - {23F2C2EF-70FE-421A-8EA7-D8B685D318AB} - Debug - AnyCPU - App.ico - - - ConvertSFM - - - JScript - Grid - IE50 - false + net48 WinExe + ConvertSFM ConvertSFM - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - false - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - bin\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - bin\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false + ../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - none - prompt - AllRules.ruleset - AnyCPU - - bin\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - bin\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 none - prompt - AllRules.ruleset - AnyCPU + true - - - Sfm2Xml - ..\..\..\..\Output\Debug\Sfm2Xml.dll - - - - - - - + - - - CommonAssemblyInfo.cs - - - Code - + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + - - - - - - - - + \ No newline at end of file diff --git a/Src/Utilities/SfmToXml/Sfm2Xml.csproj b/Src/Utilities/SfmToXml/Sfm2Xml.csproj index 714b4e2340..cee0bf7fb8 100644 --- a/Src/Utilities/SfmToXml/Sfm2Xml.csproj +++ b/Src/Utilities/SfmToXml/Sfm2Xml.csproj @@ -1,164 +1,30 @@ - - + + - Local - 9.0.30729 - 2.0 - {2B805C11-CA0A-4A86-B598-5D58E8EB18E1} - Debug - AnyCPU - App.ico - - + net48 Sfm2Xml - - - JScript - Grid - IE50 - false - Library Sfm2Xml - OnBuildSuccess - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - none - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 none - prompt - AllRules.ruleset - AnyCPU + true - - False - ..\..\Output\Debug\ECInterfaces.dll - - - False - $(installation_prefix)/lib/fieldworks/ECInterfaces.dll - - - False - ..\..\Output\Debug\SilEncConverters40.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - + + @@ -167,76 +33,9 @@ - - - CommonAssemblyInfo.cs - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - - - Code - - - - - - - Code - - - True - True - Sfm2XmlStrings.resx - - - - - - Designer - ResXFileCodeGenerator - Sfm2XmlStrings.Designer.cs - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - - - - - - - + \ No newline at end of file diff --git a/Src/Utilities/SfmToXml/Sfm2XmlTests/Sfm2XmlTests.csproj b/Src/Utilities/SfmToXml/Sfm2XmlTests/Sfm2XmlTests.csproj index 41a7338c65..0f7d70871d 100644 --- a/Src/Utilities/SfmToXml/Sfm2XmlTests/Sfm2XmlTests.csproj +++ b/Src/Utilities/SfmToXml/Sfm2XmlTests/Sfm2XmlTests.csproj @@ -1,94 +1,35 @@ - - + + - Debug - AnyCPU - {2D5AA481-D5C5-45B8-9A6F-32164086C035} - Library - Properties - Sfm2XmlTests + net48 Sfm2XmlTests - v4.6.2 - ..\..\..\AppForTests.config - 512 - - - - AnyCPU - true - full - false - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt + Sfm2XmlTests + ../../../../Output/$(Configuration) + false 4 - false - - AnyCPU - pdbonly - true - ..\..\..\..\Output\Release\ - TRACE - prompt - 4 - false - - - AnyCPU + + DEBUG;TRACE true full false - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - false - - AnyCPU - pdbonly - true - ..\..\..\..\Output\Release\ + TRACE - prompt - 4 - false - - - + false + none + true + + + - - False - ..\..\..\..\Output\Debug\ECInterfaces.dll - - - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - ..\..\..\..\Output\Debug\Sfm2Xml.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SilEncConverters40.dll - - - False - $(installation_prefix)/lib/fieldworks/SilEncConverters40.dll - + + + - - - - - - + \ No newline at end of file diff --git a/Src/Utilities/XMLUtils/XMLUtils.csproj b/Src/Utilities/XMLUtils/XMLUtils.csproj index a3a3c8a2cf..8a87d6454b 100644 --- a/Src/Utilities/XMLUtils/XMLUtils.csproj +++ b/Src/Utilities/XMLUtils/XMLUtils.csproj @@ -1,190 +1,42 @@ - - + + - Local - 9.0.21022 - 2.0 - {1280DA59-5A9B-48BA-BC5B-358585EAA2A9} - Debug - AnyCPU - - + net48 XMLUtils - - - JScript - Grid - IE50 - false - Library SIL.Utils - OnBuildSuccess - 3.5 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - v4.6.2 - - - - ..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - - - true - 4096 - false + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 - true - 168,169,219,414,649,1635,1702,1701 - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - 285212672 - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - 285212672 - - + TRACE - - - true - 4096 + false + none true - 168,169,219,414,649,1635,1702,1701 - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + - - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - + + - - Code - - - CommonAssemblyInfo.cs - - - Code - - - Code - - - Code - - - Code - - - True - True - XmlUtilsStrings.resx - - - - - Designer - ResXFileCodeGenerator - XmlUtilsStrings.Designer.cs - + - - False - - - False - - - False - + - - - - - - - - + \ No newline at end of file diff --git a/Src/Utilities/XMLUtils/XMLUtilsTests/XMLUtilsTests.csproj b/Src/Utilities/XMLUtils/XMLUtilsTests/XMLUtilsTests.csproj index 52c3c4e98b..cbeb09f59e 100644 --- a/Src/Utilities/XMLUtils/XMLUtilsTests/XMLUtilsTests.csproj +++ b/Src/Utilities/XMLUtils/XMLUtilsTests/XMLUtilsTests.csproj @@ -1,215 +1,41 @@ - - + + - Local - 9.0.30729 - 2.0 - {DB0E810D-39B2-4318-B350-F802750D1E07} - Debug - AnyCPU - - - - + net48 XMLUtilsTests - - - ..\..\..\AppForTests.config - JScript - Grid - IE50 - false - Library SIL.Utils - OnBuildSuccess - - - - - - - - - 3.5 - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - nunit.framework - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - System - + + + + + - - XMLUtils - ..\..\..\..\Output\Debug\XMLUtils.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - AssemblyInfoForTests.cs - - - - Code - + - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - - - - \ No newline at end of file diff --git a/Src/XCore/FlexUIAdapter/FlexUIAdapter.csproj b/Src/XCore/FlexUIAdapter/FlexUIAdapter.csproj index 1b44f21f92..34c75241d2 100644 --- a/Src/XCore/FlexUIAdapter/FlexUIAdapter.csproj +++ b/Src/XCore/FlexUIAdapter/FlexUIAdapter.csproj @@ -1,269 +1,54 @@ - - + + - Local - 9.0.30729 - 2.0 - {511ACFDE-4010-4BA8-A717-4096C97670E9} - Debug - AnyCPU - - - - + net48 FlexUIAdapter - - - JScript - Grid - IE50 - false - Library XCore - OnBuildSuccess - - - - - - - 3.5 - false - v4.6.2 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - false - 4096 - false - 168,169,219,414,649,1635,1702,1701 + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + + + - - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - ..\..\..\Output\Debug\SilSidePane.dll - False - - - False - - - System - + + + + - - System.Drawing - - - System.Windows.Forms - - - - xCoreInterfaces - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - XMLUtils - ..\..\..\Output\Debug\XMLUtils.dll - - - ..\..\..\Output\Debug\FwUtils.dll - + + + - - CommonAssemblyInfo.cs - - - Code - - - True - True - AdapterStrings.resx - - - Code - - - Code - - - Code - - - Code - - - Code - - - Component - - - Component - - - Component - - - Component - - - Component - - - Designer - ResXFileCodeGenerator - AdapterStrings.Designer.cs - - - PaneBar.cs - Designer - + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + - - - - - - - - + \ No newline at end of file diff --git a/Src/XCore/SilSidePane/SilSidePane.csproj b/Src/XCore/SilSidePane/SilSidePane.csproj index 6b41768646..65e330dfce 100644 --- a/Src/XCore/SilSidePane/SilSidePane.csproj +++ b/Src/XCore/SilSidePane/SilSidePane.csproj @@ -1,187 +1,39 @@ - - + + - Debug - AnyCPU - {9D6F0A57-D9A3-4BF7-9911-0C17CF4F3EE5} - Library - Properties - SIL.SilSidePane + net48 SilSidePane - v4.6.2 - 512 - - - 3.5 - - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 + SIL.SilSidePane + ../../../Output/$(Configuration) + false + true true 168,169,219,414,649,1635,1702,1701 - AllRules.ruleset - AnyCPU - - - pdbonly - true - ..\..\..\Output\Release\ - TRACE - prompt 4 - AllRules.ruleset - AnyCPU - + + DEBUG;TRACE true full false - ..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - true - 168,169,219,414,649,1635,1702,1701 - AllRules.ruleset - AnyCPU - - pdbonly - true - ..\..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true - - Properties\CommonAssemblyInfo.cs - - - Component - - - - - - Component - - - Form - - - NavPaneOptionsDlg.cs - - - Component - - - - - Component - - - Component - - - Component - - - - NavPaneOptionsDlg.cs - Designer - - - Designer - ResXFileCodeGenerator - Resources.Designer.cs - - - ResXFileCodeGenerator - SilSidePane.Designer.cs - - - SettingsSingleFileGenerator - Settings1.Designer.cs - - - - - - - - - - Resources.resx - - - - Settings.settings - - - - Component - - - - True - True - SilSidePane.resx - - - Component - - + + + + + + - - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - + + @@ -189,43 +41,33 @@ - - ..\..\..\Output\Debug\ViewsInterfaces.dll - - - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - ..\..\..\Output\Debug\RootSite.dll - - - ..\..\..\Output\Debug\xCore.dll - - - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\Output\Debug\XMLUtils.dll - - - ..\..\..\Output\Debug\FwUtils.dll - + + + + + + + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + + + + + + + + + + + + \ No newline at end of file diff --git a/Src/XCore/SilSidePane/SilSidePaneTests/SilSidePaneTests.csproj b/Src/XCore/SilSidePane/SilSidePaneTests/SilSidePaneTests.csproj index 922c787a18..e5dc09018d 100644 --- a/Src/XCore/SilSidePane/SilSidePaneTests/SilSidePaneTests.csproj +++ b/Src/XCore/SilSidePane/SilSidePaneTests/SilSidePaneTests.csproj @@ -1,194 +1,46 @@ - - + + - Local - 9.0.30729 - 2.0 - {17A5A0EC-C752-45C3-9D86-2A6A0D1C4608} - Debug - AnyCPU - - + net48 SilSidePaneTests - JScript - Grid - IE50 - false - Library SIL.SilSidePane - OnBuildSuccess - - - - - 3.5 - v4.6.2 - - ..\..\..\AppForTests.config - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - - - true - 4096 - false - false - false + ../../../../Output/$(Configuration) + false true 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 - true - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\..\Output\Debug\ - 285212672 - - + DEBUG;TRACE - - true - 4096 - false - false - false - true - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\..\Output\Release\ - 285212672 - - + TRACE - - - true - 4096 + false + none true - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + - - False - ..\..\..\..\Output\Debug\SilSidePane.dll - - - False - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - + - - AssemblyInfoForTests.cs - - - - - - - - PreserveNewest - - - PreserveNewest - - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + + - - - - - - - - - + \ No newline at end of file diff --git a/Src/XCore/xCore.csproj b/Src/XCore/xCore.csproj index 58ffee0ba6..3443d5f32e 100644 --- a/Src/XCore/xCore.csproj +++ b/Src/XCore/xCore.csproj @@ -1,334 +1,78 @@ - - + + - Local - 9.0.21022 - 2.0 - {FA1C6692-C63F-4022-82F6-4130E4C88211} - Debug - AnyCPU + net48 xCore - JScript - Grid - IE50 - false - Library XCore - Always - v4.6.2 - 3.5 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - ..\..\Output\Debug\ - 285212672 - - - DEBUG;TRACE - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\Output\Release\ - 285212672 - - - TRACE - - - true - 4096 + ../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - true - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\Output\Debug\ - 285212672 - - + DEBUG;TRACE - - true - 4096 - 168,169,219,414,649,1635,1702,1701 - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\Output\Release\ - 285212672 - - + TRACE - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + + + + - - Accessibility - - - False - ..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\Output\Debug\SIL.LCModel.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\Output\Debug\FwUtils.dll - - - MessageBoxExLib - False - ..\..\Output\Debug\MessageBoxExLib.dll - - - MsHtmHstInterop - ..\..\Bin\MsHtmHstInterop.dll - - - Reporting - False - ..\..\Output\Debug\Reporting.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Utils.dll - - - System - + + + + + + + - - System.Drawing - - - System.Windows.Forms - - - - xCoreInterfaces - False - ..\..\Output\Debug\xCoreInterfaces.dll - - - XMLUtils - False - ..\..\Output\Debug\XMLUtils.dll - - - ..\..\Output\Debug\Geckofx-Core.dll - - - ..\..\Output\Debug\Geckofx-Winforms.dll - + + + - - CommonAssemblyInfo.cs - - - Component - - - - Component - - - CollapsingSplitContainer.cs - - - UserControl - - - UserControl - - - UserControl - - - - UserControl - - - Form - - - - - UserControl - - - PaneBarContainer.cs - - - - Component - - - Form - - - UserControl - - - UserControl - - - xCoreStrings.resx - - - - - Form - - - AdapterMenuItem.cs - Designer - - - CollapsingSplitContainer.cs - Designer - - - HtmlControl.cs - Designer - - - HtmlViewer.cs - Designer - - - IconHolder.cs - Designer - - - ImageContent.cs - Designer - - - ImageDialog.cs - Designer - - - PaneBarContainer.cs - Designer - - - MultiPane.cs - Designer - - - NotifyWindow.cs - Designer - - - RecordBar.cs - Designer - - - Ticker.cs - Designer - - - Designer - - - xWindow.cs - Designer - - + + + + + + + + + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - false - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + + + + + + + + + + + + + - - - - - - - - + \ No newline at end of file diff --git a/Src/XCore/xCoreInterfaces/xCoreInterfaces.csproj b/Src/XCore/xCoreInterfaces/xCoreInterfaces.csproj index 91ec332893..ec535f6d3e 100644 --- a/Src/XCore/xCoreInterfaces/xCoreInterfaces.csproj +++ b/Src/XCore/xCoreInterfaces/xCoreInterfaces.csproj @@ -1,280 +1,48 @@ - - + + - Local - 9.0.30729 - 2.0 - {131AD5C0-01C5-4FCA-AE66-D9BA0EF9E317} - - - - - - - Debug - AnyCPU - - - - + net48 xCoreInterfaces - - - JScript - Grid - IE50 - false - Library XCore - OnBuildSuccess - - - - - - - v4.6.2 - - - 3.5 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - + + + - - False - ..\..\..\Output\Debug\XMLUtils.dll - - - ..\..\..\Output\Debug\FwUtils.dll - - - ..\..\..\Output\Debug\SIL.Core.dll - - - ..\..\..\Output\Debug\SIL.Windows.Forms.dll - + + - - CommonAssemblyInfo.cs - - - Code - - - Code - - - - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - - Code - - - - Code - - - True - True - xCoreInterfaces.resx - - - - Designer - PublicResXFileCodeGenerator - xCoreInterfaces.Designer.cs - - - - + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + - - - - - - - \ No newline at end of file diff --git a/Src/XCore/xCoreInterfaces/xCoreInterfacesTests/xCoreInterfacesTests.csproj b/Src/XCore/xCoreInterfaces/xCoreInterfacesTests/xCoreInterfacesTests.csproj index f4c6873c9b..1102a2187f 100644 --- a/Src/XCore/xCoreInterfaces/xCoreInterfacesTests/xCoreInterfacesTests.csproj +++ b/Src/XCore/xCoreInterfaces/xCoreInterfacesTests/xCoreInterfacesTests.csproj @@ -1,183 +1,50 @@ - - + + - Debug - AnyCPU - 9.0.21022 - 2.0 - {E44F49EA-789A-4C28-B029-F6255B7390F3} - Library - Properties - XCore + net48 xCoreInterfacesTests - ..\..\..\AppForTests.config - - - 3.5 - - - v4.6.2 - false - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - true - full - false + XCore + ../../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt 4 - AnyCPU - AllRules.ruleset - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ - TRACE - prompt - 4 - AllRules.ruleset - AnyCPU - - + + DEBUG;TRACE true full false - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Debug\ - DEBUG;TRACE - prompt - 4 - AnyCPU - AllRules.ruleset - - pdbonly - true - 168,169,219,414,649,1635,1702,1701 - ..\..\..\..\Output\Release\ + TRACE - prompt - 4 - AllRules.ruleset - AnyCPU + false + none + true + + + + + - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + - - ..\..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - False - - - False - ..\..\..\..\Output\Debug\xCoreInterfaces.dll - - - ..\..\..\..\Output\Debug\FwUtilsTests.dll - - - ..\..\..\..\Output\Debug\FwUtils.dll - - - - - AssemblyInfoForTests.cs - - - - True - True - Resources.resx - - - - - + - - ResXFileCodeGenerator - Resources.Designer.cs - + + - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - false - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 3.1 - true - - - - \ No newline at end of file diff --git a/Src/XCore/xCoreTests/xCoreTests.csproj b/Src/XCore/xCoreTests/xCoreTests.csproj index 1c567b64cb..f95e7bccc1 100644 --- a/Src/XCore/xCoreTests/xCoreTests.csproj +++ b/Src/XCore/xCoreTests/xCoreTests.csproj @@ -1,267 +1,58 @@ - - + + - Local - 9.0.30729 - 2.0 - {12A16FBF-04C4-43C5-91C3-27006F39C2E5} - - - - - - - Debug - AnyCPU - - - - + net48 xCoreTests - - - ..\..\AppForTests.config - JScript - Grid - IE50 - false - Library XCore - OnBuildSuccess - - - - - - - v4.6.2 - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false + ../../../Output/$(Configuration) + false 168,169,219,414,649,1635,1702,1701 - false - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU + + + + + + + + - - False - ..\..\..\Output\Debug\FlexUIAdapter.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - nunit.framework - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - System - - - System.Drawing - - - System.Windows.Forms - - - - xCore - False - ..\..\..\Output\Debug\xCore.dll - - - xCoreInterfaces - False - ..\..\..\Output\Debug\xCoreInterfaces.dll - - - False - ..\..\..\Output\Debug\XMLUtils.dll - - - ..\..\..\Output\Debug\FwUtilsTests.dll - + + + + + + + + + + + + - - ResXFileCodeGenerator - Resources.Designer.cs - - - - - True - True - Resources.resx - - - Designer - + + + + - - - - - - - - AssemblyInfo.cs - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - - - + \ No newline at end of file diff --git a/Src/views/lib/VwGraphicsReplayer/VwGraphicsReplayer.csproj b/Src/views/lib/VwGraphicsReplayer/VwGraphicsReplayer.csproj index 163859c808..d6353ba7ea 100644 --- a/Src/views/lib/VwGraphicsReplayer/VwGraphicsReplayer.csproj +++ b/Src/views/lib/VwGraphicsReplayer/VwGraphicsReplayer.csproj @@ -1,88 +1,39 @@ - - + + - Debug - AnyCPU - 9.0.21022 - 2.0 - {741611E4-5539-472D-BF55-09137CB132A8} + net48 Exe - VwGraphicsReplayer VwGraphicsReplayer - v4.6.2 - - - 3.5 - - - - - true - full - false - ..\..\..\..\Output\Debug - DEBUG - prompt - 4 - AnyCPU - true - AllRules.ruleset - - - none - false - ..\..\..\..\Output\Release - prompt + VwGraphicsReplayer + ../../../../Output/$(Configuration) + false + true 4 - AnyCPU - true - AllRules.ruleset - + + DEBUG;TRACE true full false - ..\..\..\..\Output\Debug - DEBUG - prompt - 4 - AnyCPU - true - AllRules.ruleset - + + TRACE + false none - false - ..\..\..\..\Output\Release - prompt - 4 - AnyCPU - true - AllRules.ruleset + true + + + - - False - ..\..\..\..\Output\Debug\ViewsInterfaces.dll - - - False - ..\..\..\..\Output\Debug\BasicUtils.dll - - - CommonAssemblyInfo.cs - - - - Form - + + - \ No newline at end of file diff --git a/Src/xWorks/xWorks.csproj b/Src/xWorks/xWorks.csproj index 453da6b82b..49a48d6c55 100644 --- a/Src/xWorks/xWorks.csproj +++ b/Src/xWorks/xWorks.csproj @@ -1,285 +1,73 @@ - - + + - Local - 9.0.30729 - 2.0 - {86B57733-A74B-43F1-863F-31A39E60F120} - Debug - AnyCPU - - - - + net48 xWorks - - - JScript - Grid - IE50 - false - Library SIL.FieldWorks.XWorks - OnBuildSuccess - - - - - - - v4.6.2 - - - 3.5 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - - ..\..\Output\Debug\ - false - 285212672 - false - - - DEBUG;TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\Output\Release\ - false - 285212672 - false - - - TRACE - - - true - 4096 - false + ../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - true - false - false - false 4 - full - prompt - AllRules.ruleset - AnyCPU - - ..\..\Output\Debug\ - false - 285212672 - false - - + DEBUG;TRACE - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 - false - false - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU + false - - ..\..\Output\Release\ - false - 285212672 - false - - + TRACE - - - true - 4096 - false - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - Accessibility - - - False - ..\..\Output\Debug\DesktopAnalytics.dll - - - False - ..\..\Output\Debug\DocumentFormat.OpenXml.dll - - - ..\..\packages\DotNetZip.1.13.7\lib\net40\DotNetZip.dll - + + + + + + + + + + + + + + + + + + + + + + + + + + - - ..\..\packages\NAudio.1.10.0\lib\net35\NAudio.dll - True - - - False - ..\..\Output\Debug\Newtonsoft.Json.dll - + + - - False - ..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\Output\Debug\SIL.Windows.Forms.Archiving.dll - + + - - False - ..\..\Output\Debug\TagLibSharp.dll - + - - ..\..\Output\Debug\ViewsInterfaces.dll - False - - - ..\..\Output\Debug\DetailControls.dll - False - - - False - ..\..\Output\Debug\ExCSS.dll - - - ..\..\Output\Debug\SIL.LCModel.dll - False - - - ..\..\Output\Debug\FdoUi.dll - False - - - ..\..\Output\Debug\FlexUIAdapter.dll - False - - - ..\..\Output\Debug\Filters.dll - False - - - ..\..\Output\Debug\Framework.dll - False - - - ..\..\Output\Debug\FwControls.dll - False - - - ..\..\Output\Debug\FwCoreDlgs.dll - False - - - False - ..\..\Output\Debug\FwUtils.dll - - - ..\..\Output\Debug\FxtDll.dll - False - - - ..\..\Output\Debug\Geckofx-Core.dll - - - ..\..\Output\Debug\Geckofx-Winforms.dll - - - False - ..\..\Output\Debug\L10NSharp.dll - - - False - - - False - ..\..\Output\Debug\CommonServiceLocator.dll - - - ..\..\Output\Debug\Reporting.dll - False - - - ..\..\Output\Debug\RootSite.dll - False - - - ..\..\Output\Debug\SIL.Archiving.dll - - - False - ..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\Output\Debug\SIL.Lift.dll - - - False - ..\..\Output\Debug\SIL.Windows.Forms.dll - - - False - ..\..\Output\Debug\SIL.WritingSystems.dll - - - ..\..\Output\Debug\SimpleRootSite.dll - False - + + + + + + + + + @@ -287,504 +75,92 @@ - - False - ..\..\Output\Debug\UIAdapterInterfaces.dll - - - ..\..\Output\Debug\xCore.dll - False - - - False - ..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\Output\Debug\icu.net.dll - True - - - False - ..\..\Output\Debug\Widgets.dll - - - False - ..\..\Output\Debug\FwResources.dll - - - False - ..\..\Output\Debug\FwCoreDlgControls.dll - - - False - ..\..\Output\Debug\SIL.LCModel.Utils.dll - - - ..\..\Output\Debug\xCoreInterfaces.dll - False - - - ..\..\Output\Debug\XMLUtils.dll - False - - - ..\..\Output\Debug\XMLViews.dll - False - - - ..\..\packages\DialogAdapters.0.1.11\lib\net461\DialogAdapters.dll - + + + + - - CommonAssemblyInfo.cs - - - Form - - - - - - - - UserControl - - - PictureOptionsView.cs - - - - Form - - - HeadWordNumbersDlg.cs - - - - - Form - - - DictionaryConfigurationDlg.cs - - - - - - Form - - - DictionaryConfigurationManagerDlg.cs - - - - - - - - Form - - - DictionaryConfigurationNodeRenameDlg.cs - - - - UserControl - - - DictionaryConfigurationTreeControl.cs - - - - UserControl - - - GroupingOptionsView.cs - - - UserControl - - - LabelOverPanel.cs - - - UserControl - - - ButtonOverPanel.cs - - - UserControl - - - DetailsView.cs - - - - - UserControl - - - SenseOptionsView.cs - - - UserControl - - - ListOptionsView.cs - - - - - - - - - - - - - - - - - - - Form - - - DictionaryConfigurationImportDlg.cs - - - - - - Form - - - CustomListDlg.cs - - - UserControl - - - - - Form - - - DictionaryConfigMgrDlg.cs - - - - - Code - - - Form - - - Form - - - ExportSemanticDomainsDlg.cs - - - Form - - - ExportTranslatedListsDlg.cs - - - - Code - - - Form - - - UserControl - - - - - - UserControl - - - - - Form - - - LiftExportMessageDlg.cs - - - Code - - - - Form - - - - Form - - - WebonaryLogViewer.cs - - - - - - - Form - - - UploadToWebonaryDlg.cs - - - - - Code - - - Code - - - UserControl - - - Code - - - UserControl - - - UserControl - - - Code - - - UserControl - - - - Code - - - - Component - - - - - UserControl - - - UserControl - - - Form - - - XmlDiagnosticsDlg.cs - - - Form - - - XmlDocConfigureDlg.cs - - - UserControl - - - True - True - xWorksStrings.resx - - - UserControl - - - - AddCustomFieldDlg.cs - Designer - - - PictureOptionsView.cs - - - HeadWordNumbersDlg.cs - - - CustomListDlg.cs - Designer - - - DataTreeImages.cs - Designer - - - DictionaryConfigMgrDlg.cs - Designer - - - DictionaryConfigurationDlg.cs - Designer - - - DictionaryConfigurationManagerDlg.cs - Designer - - - DictionaryConfigurationNodeRenameDlg.cs - - - DictionaryConfigurationTreeControl.cs - Designer - - - GroupingOptionsView.cs - - - LabelOverPanel.cs - - - ButtonOverPanel.cs - - - DetailsView.cs - - - SenseOptionsView.cs - - - ListOptionsView.cs - - - ExportDialog.cs - Designer - - - ExportSemanticDomainsDlg.cs - - - ExportTranslatedListsDlg.cs - Designer - - - FwXWindow.cs - Designer - - - GeneratedHtmlViewer.cs - Designer - - - ImageHolder.cs - Designer - - - DictionaryConfigurationImportDlg.cs - Designer - - - LiftExportMessageDlg.cs - Designer - - - UploadToWebonaryDlg.cs - Designer - - - RecordBrowseView.cs - Designer - - - RecordClerkImages.cs - Designer - - - RecordEditView.cs - Designer - - - RecordView.cs - Designer - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - WebonaryLogViewer.cs - - - XmlDiagnosticsDlg.cs - - - Designer - XmlDocConfigureDlg.cs - - - XmlDocView.cs - Designer - - - Designer - ResXFileCodeGenerator - xWorksStrings.Designer.cs - - - XWorksViewBase.cs - Designer - - - Code - - - - - - + + + + + + - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - false - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - true - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 3.1 - true - + - - - ../../DistFiles - \ No newline at end of file diff --git a/Src/xWorks/xWorksTests/xWorksTests.csproj b/Src/xWorks/xWorksTests/xWorksTests.csproj index a0a7160fd8..1ec45ccc68 100644 --- a/Src/xWorks/xWorksTests/xWorksTests.csproj +++ b/Src/xWorks/xWorksTests/xWorksTests.csproj @@ -1,377 +1,74 @@ - - + + - Local - 9.0.21022 - 2.0 - {671001CD-EA95-4BE7-9BEA-AF79E4D2F6A3} - - - - - - - Debug - AnyCPU - - + net48 xWorksTests - JScript - Grid - IE50 - false - Library SIL.FieldWorks.XWorks - Always - - - - - v4.6.2 - - - 3.5 - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - ..\..\AppForTests.config - - - ..\..\..\Output\Debug\ - 285212672 - - - DEBUG - - - true - 4096 + ../../../Output/$(Configuration) + false + true 168,169,219,414,649,1635,1702,1701 - false - false - false 4 - full - prompt - AnyCPU - AllRules.ruleset - - ..\..\..\Output\Release\ - 285212672 - - - TRACE - - + + DEBUG;TRACE true - 4096 - 168,169,219,414,649,1635,1702,1701 - true - false - false - 4 full - prompt - AllRules.ruleset - AnyCPU - - - ..\..\..\Output\Debug\ - 285212672 - - - DEBUG - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 false - false - false - 4 - full - prompt - AnyCPU - AllRules.ruleset - - ..\..\..\Output\Release\ - 285212672 - - + TRACE - - - true - 4096 - 168,169,219,414,649,1635,1702,1701 + false + none true - false - false - 4 - full - prompt - AllRules.ruleset - AnyCPU - - False - ..\..\..\Output\Debug\DocumentFormat.OpenXml.dll - + + + + + + + + + + + + + + + + + + + - - False - ..\..\..\Output\Debug\Newtonsoft.Json.dll - - - False - ..\..\..\Output\Debug\SIL.Core.Desktop.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.Tests.dll - - - False - ..\..\..\Output\Debug\FwCoreDlgs.dll - - - False - ..\..\..\Output\Debug\RootSite.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.Tests.dll - + + + + - - ..\..\..\Output\Debug\ViewsInterfaces.dll - False - - - False - ..\..\..\Output\Debug\ExCSS.dll - - - ..\..\..\Output\Debug\SIL.LCModel.dll - False - - - ..\..\..\Output\Debug\Framework.dll - False - - - ..\..\..\Output\Debug\FwControls.dll - False - - - ..\..\..\Output\Debug\FwCoreDlgControls.dll - False - - - False - - - ..\..\..\Output\Debug\DotNetZip.dll - - - False - ..\..\..\Output\Debug\LexEdDll.dll - - - ..\..\..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - False - - - False - ..\..\..\Output\Debug\SIL.Core.dll - - - False - ..\..\..\Output\Debug\SIL.TestUtilities.dll - - - False - ..\..\..\Output\Debug\SIL.WritingSystems.dll - + + + + + + + - - False - ..\..\..\Output\Debug\SIL.LCModel.Core.dll - - - False - ..\..\..\Output\Debug\icu.net.dll - True - - - False - ..\..\..\Output\Debug\SIL.LCModel.Tests.dll - - - False - ..\..\..\Output\Debug\Filters.dll - - - False - ..\..\..\Output\Debug\FwUtils.dll - - - False - ..\..\..\Output\Debug\CommonServiceLocator.dll - - - False - ..\..\..\Output\Debug\SIL.LCModel.Utils.dll - - - False - ..\..\..\Output\Debug\SimpleRootSite.dll - + + + + + - - False - ..\..\..\Output\Debug\Widgets.dll - - - ..\..\..\Output\Debug\xCore.dll - False - - - ..\..\..\Output\Debug\xCoreInterfaces.dll - False - - - False - ..\..\..\Output\Debug\XMLUtils.dll - - - ..\..\..\Output\Debug\XMLViews.dll - False - - - ..\..\..\Output\Debug\xWorks.dll - False - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Code - - - - - - - - - - - - - - - - Form - - - AssemblyInfo.cs - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - + + - - - - - - - - - - - - - - - \ No newline at end of file