Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/src-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ Managed ILgCollatingEngine implementation that wraps ICU.NET to deliver locale-a
### ManagedVwDrawRootBuffered
Managed IVwDrawRootBuffered implementation that renders native Views content to an off-screen bitmap before blitting, eliminating flicker in rich text views.

### ManagedVwWindow
Minimal IVwWindow adapter that maps WinForms controls to native HWND expectations so the Views engine can render inside .NET windows.

### MigrateSqlDbs
Historical SQL→XML migration utility used for the FieldWorks 6→7 transition; kept for archival reference.

Expand Down
1 change: 0 additions & 1 deletion Build/RegFree.targets
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<ManagedComAssemblies Include="$(OutDir)FwUtils.dll" />
<ManagedComAssemblies Include="$(OutDir)SimpleRootSite.dll" />
<ManagedComAssemblies Include="$(OutDir)ManagedLgIcuCollator.dll" />
<ManagedComAssemblies Include="$(OutDir)ManagedVwWindow.dll" />
</ItemGroup>
<ItemGroup>
<ManagedComAssemblies Remove="$(OutDir)*.resources.dll" />
Expand Down
4 changes: 0 additions & 4 deletions Build/Src/FwBuildTasks/CollectTargets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,6 @@ private void WriteTargetFiles()
{
writer.Write(" Condition=\"'$(OS)'=='Windows_NT'\"");
}
if (project.StartsWith("ManagedVwWindow"))
{
writer.Write(" Condition=\"'$(OS)'=='Unix'\"");
}
writer.WriteLine(">");

// <MsBuild> task
Expand Down
2 changes: 0 additions & 2 deletions Build/mkall.targets
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
<!-- CLSIDs implemented in managed code that must be excluded from native manifests to avoid SxS duplicates -->
<ExcludedClsids Include="{17a2e876-2968-11e0-8046-0019dbf4566e}" /> <!-- ManagedPictureFactory -->
<ExcludedClsids Include="{97199458-10C7-49da-B3AE-EA922EA64859}" /> <!-- VwDrawRootBuffered -->
<ExcludedClsids Include="{3fb0fcd2-ac55-42a8-b580-73b89a2b6215}" /> <!-- ManagedVwWindow -->
<ExcludedClsids Include="{e771361c-ff54-4120-9525-98a0b7a9accf}" /> <!-- ManagedLgIcuCollator -->
<ExcludedClsids Include="{830BAF1F-6F84-46EF-B63E-3C1BFDF9E83E}" /> <!-- ViewInputManager -->
</ItemGroup>
<PropertyGroup>
<NativeMakeOutDir></NativeMakeOutDir>
Expand Down
16 changes: 0 additions & 16 deletions FieldWorks.sln
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedLgIcuCollatorTests",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedVwDrawRootBuffered", "Src\ManagedVwDrawRootBuffered\ManagedVwDrawRootBuffered.csproj", "{BD5AFBAD-6C0C-5C44-912D-D26745CF8F62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedVwWindow", "Src\ManagedVwWindow\ManagedVwWindow.csproj", "{5FD892A2-7F18-5DAA-B4DF-1C79A45E7025}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedVwWindowTests", "Src\ManagedVwWindow\ManagedVwWindowTests\ManagedVwWindowTests.csproj", "{FF2D5865-1799-5EE8-A46B-3CD86EA9D9EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageBoxExLib", "Src\Utilities\MessageBoxExLib\MessageBoxExLib.csproj", "{C5AA04DD-F91B-5156-BD40-4A761058AC64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessageBoxExLibTests", "Src\Utilities\MessageBoxExLib\MessageBoxExLibTests\MessageBoxExLibTests.csproj", "{F2525F78-38CD-5E36-A854-E16BE8A1B8FF}"
Expand Down Expand Up @@ -633,18 +629,6 @@ Global
{BD5AFBAD-6C0C-5C44-912D-D26745CF8F62}.Debug|x64.Build.0 = Debug|x64
{BD5AFBAD-6C0C-5C44-912D-D26745CF8F62}.Release|x64.ActiveCfg = Release|x64
{BD5AFBAD-6C0C-5C44-912D-D26745CF8F62}.Release|x64.Build.0 = Release|x64
{5FD892A2-7F18-5DAA-B4DF-1C79A45E7025}.Bounds|x64.ActiveCfg = Release|x64
{5FD892A2-7F18-5DAA-B4DF-1C79A45E7025}.Bounds|x64.Build.0 = Release|x64
{5FD892A2-7F18-5DAA-B4DF-1C79A45E7025}.Debug|x64.ActiveCfg = Debug|x64
{5FD892A2-7F18-5DAA-B4DF-1C79A45E7025}.Debug|x64.Build.0 = Debug|x64
{5FD892A2-7F18-5DAA-B4DF-1C79A45E7025}.Release|x64.ActiveCfg = Release|x64
{5FD892A2-7F18-5DAA-B4DF-1C79A45E7025}.Release|x64.Build.0 = Release|x64
{FF2D5865-1799-5EE8-A46B-3CD86EA9D9EE}.Bounds|x64.ActiveCfg = Release|x64
{FF2D5865-1799-5EE8-A46B-3CD86EA9D9EE}.Bounds|x64.Build.0 = Release|x64
{FF2D5865-1799-5EE8-A46B-3CD86EA9D9EE}.Debug|x64.ActiveCfg = Debug|x64
{FF2D5865-1799-5EE8-A46B-3CD86EA9D9EE}.Debug|x64.Build.0 = Debug|x64
{FF2D5865-1799-5EE8-A46B-3CD86EA9D9EE}.Release|x64.ActiveCfg = Release|x64
{FF2D5865-1799-5EE8-A46B-3CD86EA9D9EE}.Release|x64.Build.0 = Release|x64
{C5AA04DD-F91B-5156-BD40-4A761058AC64}.Bounds|x64.ActiveCfg = Release|x64
{C5AA04DD-F91B-5156-BD40-4A761058AC64}.Bounds|x64.Build.0 = Release|x64
{C5AA04DD-F91B-5156-BD40-4A761058AC64}.Debug|x64.ActiveCfg = Debug|x64
Expand Down
1 change: 0 additions & 1 deletion Src/Common/FieldWorks/BuildInclude.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<ManagedComAssemblies Include="$(OutDir)FwUtils.dll" />
<ManagedComAssemblies Include="$(OutDir)SimpleRootSite.dll" />
<ManagedComAssemblies Include="$(OutDir)ManagedLgIcuCollator.dll" />
<ManagedComAssemblies Include="$(OutDir)ManagedVwWindow.dll" />
<ManagedComAssemblies Include="$(OutDir)xWorks.dll" />
<ManagedComAssemblies Include="$(OutDir)LexTextDll.dll" />
</ItemGroup>
Expand Down
166 changes: 0 additions & 166 deletions Src/Common/SimpleRootSite/ViewInputManager.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Src/ManagedVwWindow/AssemblyInfo.cs

This file was deleted.

48 changes: 0 additions & 48 deletions Src/ManagedVwWindow/ManagedVwWindow.cs

This file was deleted.

32 changes: 0 additions & 32 deletions Src/ManagedVwWindow/ManagedVwWindow.csproj

This file was deleted.

41 changes: 0 additions & 41 deletions Src/ManagedVwWindow/ManagedVwWindowTests/ManagedVwWindowTests.cs

This file was deleted.

Loading
Loading