Skip to content

Commit fc56bee

Browse files
committed
Merge branch 'master' of https://github.com/RWS/Sdl-Community
2 parents 0dc1c5a + 560b2a4 commit fc56bee

File tree

118 files changed

+828
-14509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+828
-14509
lines changed

CleanUp Tasks/BindingListView/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// Revision
2828
//
2929
[assembly: AssemblyVersion("4.0.0.0")]
30-
[assembly: AssemblyFileVersion("4.0.0.1")]
30+
[assembly: AssemblyFileVersion("4.1.0.0")]
3131
[assembly: CLSCompliant(true)]
Lines changed: 12 additions & 172 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,14 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
1+
<Project Sdk="Microsoft.NET.Sdk">
32
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>8.0.50727</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{75AF36A8-7797-4023-B183-5B63D448420A}</ProjectGuid>
3+
<TargetFramework>net48</TargetFramework>
94
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
115
<RootNamespace>Equin.ApplicationFramework</RootNamespace>
126
<AssemblyName>Equin.ApplicationFramework.BindingListView</AssemblyName>
13-
<StartupObject>
14-
</StartupObject>
15-
<SccProjectName>
16-
</SccProjectName>
17-
<SccLocalPath>
18-
</SccLocalPath>
19-
<SccAuxPath>
20-
</SccAuxPath>
21-
<SccProvider>
22-
</SccProvider>
23-
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
24-
<FileUpgradeFlags>
25-
</FileUpgradeFlags>
26-
<UpgradeBackupLocation>
27-
</UpgradeBackupLocation>
28-
<OldToolsVersion>2.0</OldToolsVersion>
7+
<StartupObject></StartupObject>
8+
<SccProjectName></SccProjectName>
9+
<SccLocalPath></SccLocalPath>
10+
<SccAuxPath></SccAuxPath>
11+
<SccProvider></SccProvider>
2912
<PublishUrl>publish\</PublishUrl>
3013
<Install>true</Install>
3114
<InstallFrom>Disk</InstallFrom>
@@ -41,115 +24,10 @@
4124
<IsWebBootstrapper>false</IsWebBootstrapper>
4225
<UseApplicationTrust>false</UseApplicationTrust>
4326
<BootstrapperEnabled>true</BootstrapperEnabled>
44-
<TargetFrameworkProfile>
45-
</TargetFrameworkProfile>
4627
<CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
47-
<PluginDeploymentPath>$(AppData)\Trados\Trados Studio\18\Plugins</PluginDeploymentPath>
48-
</PropertyGroup>
49-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
50-
<DebugSymbols>true</DebugSymbols>
51-
<DebugType>full</DebugType>
52-
<Optimize>false</Optimize>
53-
<OutputPath>bin\Debug\</OutputPath>
54-
<DefineConstants>DEBUG;TRACE</DefineConstants>
55-
<ErrorReport>prompt</ErrorReport>
56-
<WarningLevel>4</WarningLevel>
57-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58-
<CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking>
59-
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
60-
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
61-
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
62-
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
63-
<CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
64-
<CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
65-
<CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
66-
<CodeContractsArithmeticObligations>True</CodeContractsArithmeticObligations>
67-
<CodeContractsEnumObligations>True</CodeContractsEnumObligations>
68-
<CodeContractsRedundantAssumptions>True</CodeContractsRedundantAssumptions>
69-
<CodeContractsAssertsToContractsCheckBox>True</CodeContractsAssertsToContractsCheckBox>
70-
<CodeContractsRedundantTests>True</CodeContractsRedundantTests>
71-
<CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
72-
<CodeContractsMissingPublicEnsuresAsWarnings>False</CodeContractsMissingPublicEnsuresAsWarnings>
73-
<CodeContractsInferRequires>True</CodeContractsInferRequires>
74-
<CodeContractsInferEnsures>False</CodeContractsInferEnsures>
75-
<CodeContractsInferEnsuresAutoProperties>True</CodeContractsInferEnsuresAutoProperties>
76-
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
77-
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
78-
<CodeContractsSuggestAssumptionsForCallees>False</CodeContractsSuggestAssumptionsForCallees>
79-
<CodeContractsSuggestRequires>False</CodeContractsSuggestRequires>
80-
<CodeContractsNecessaryEnsures>True</CodeContractsNecessaryEnsures>
81-
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
82-
<CodeContractsSuggestReadonly>True</CodeContractsSuggestReadonly>
83-
<CodeContractsRunInBackground>True</CodeContractsRunInBackground>
84-
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
85-
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
86-
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
87-
<CodeContractsCustomRewriterAssembly />
88-
<CodeContractsCustomRewriterClass />
89-
<CodeContractsLibPaths />
90-
<CodeContractsExtraRewriteOptions />
91-
<CodeContractsExtraAnalysisOptions />
92-
<CodeContractsSQLServerOption />
93-
<CodeContractsBaseLineFile />
94-
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
95-
<CodeContractsSkipAnalysisIfCannotConnectToCache>False</CodeContractsSkipAnalysisIfCannotConnectToCache>
96-
<CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
97-
<CodeContractsBeingOptimisticOnExternal>True</CodeContractsBeingOptimisticOnExternal>
98-
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
99-
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
100-
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
101-
</PropertyGroup>
102-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
103-
<DebugType>pdbonly</DebugType>
104-
<Optimize>true</Optimize>
105-
<OutputPath>bin\Release\</OutputPath>
106-
<DefineConstants>TRACE</DefineConstants>
107-
<ErrorReport>prompt</ErrorReport>
108-
<WarningLevel>4</WarningLevel>
28+
<UseWindowsForms>true</UseWindowsForms>
29+
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
10930
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
110-
<CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking>
111-
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
112-
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
113-
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
114-
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
115-
<CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
116-
<CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
117-
<CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
118-
<CodeContractsArithmeticObligations>True</CodeContractsArithmeticObligations>
119-
<CodeContractsEnumObligations>True</CodeContractsEnumObligations>
120-
<CodeContractsRedundantAssumptions>True</CodeContractsRedundantAssumptions>
121-
<CodeContractsAssertsToContractsCheckBox>True</CodeContractsAssertsToContractsCheckBox>
122-
<CodeContractsRedundantTests>True</CodeContractsRedundantTests>
123-
<CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
124-
<CodeContractsMissingPublicEnsuresAsWarnings>False</CodeContractsMissingPublicEnsuresAsWarnings>
125-
<CodeContractsInferRequires>True</CodeContractsInferRequires>
126-
<CodeContractsInferEnsures>False</CodeContractsInferEnsures>
127-
<CodeContractsInferEnsuresAutoProperties>True</CodeContractsInferEnsuresAutoProperties>
128-
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
129-
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
130-
<CodeContractsSuggestAssumptionsForCallees>False</CodeContractsSuggestAssumptionsForCallees>
131-
<CodeContractsSuggestRequires>False</CodeContractsSuggestRequires>
132-
<CodeContractsNecessaryEnsures>True</CodeContractsNecessaryEnsures>
133-
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
134-
<CodeContractsSuggestReadonly>True</CodeContractsSuggestReadonly>
135-
<CodeContractsRunInBackground>True</CodeContractsRunInBackground>
136-
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
137-
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
138-
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
139-
<CodeContractsCustomRewriterAssembly />
140-
<CodeContractsCustomRewriterClass />
141-
<CodeContractsLibPaths />
142-
<CodeContractsExtraRewriteOptions />
143-
<CodeContractsExtraAnalysisOptions />
144-
<CodeContractsSQLServerOption />
145-
<CodeContractsBaseLineFile />
146-
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
147-
<CodeContractsSkipAnalysisIfCannotConnectToCache>False</CodeContractsSkipAnalysisIfCannotConnectToCache>
148-
<CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
149-
<CodeContractsBeingOptimisticOnExternal>True</CodeContractsBeingOptimisticOnExternal>
150-
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
151-
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
152-
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
15331
</PropertyGroup>
15432
<PropertyGroup>
15533
<SignAssembly>true</SignAssembly>
@@ -158,46 +36,12 @@
15836
<AssemblyOriginatorKeyFile>BindingListView.snk</AssemblyOriginatorKeyFile>
15937
</PropertyGroup>
16038
<ItemGroup>
161-
<Reference Include="System" />
162-
<Reference Include="System.Data" />
163-
<Reference Include="System.Windows.Forms" />
164-
<Reference Include="System.Xml" />
165-
</ItemGroup>
166-
<ItemGroup>
167-
<Compile Include="AggregateBindingListView.cs">
39+
<Compile Update="AggregateBindingListView.cs">
16840
<SubType>Component</SubType>
16941
</Compile>
170-
<Compile Include="BindingListView.cs">
42+
<Compile Update="BindingListView.cs">
17143
<SubType>Component</SubType>
17244
</Compile>
173-
<Compile Include="CompositeItemFilter.cs" />
174-
<Compile Include="ObjectView.cs" />
175-
<Compile Include="IItemFilter.cs" />
176-
<Compile Include="INotifyingEditableObject.cs" />
177-
<Compile Include="InvalidSourceListException.cs" />
178-
<Compile Include="MultiSourceIndexList.cs" />
179-
<Compile Include="Properties\AssemblyInfo.cs" />
180-
<EmbeddedResource Include="Properties\Resources.resx">
181-
<Generator>ResXFileCodeGenerator</Generator>
182-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
183-
<SubType>Designer</SubType>
184-
</EmbeddedResource>
185-
<Compile Include="Properties\Resources.Designer.cs">
186-
<AutoGen>True</AutoGen>
187-
<DependentUpon>Resources.resx</DependentUpon>
188-
<DesignTime>True</DesignTime>
189-
</Compile>
190-
<None Include="BindingListView.snk" />
191-
<None Include="Properties\Settings.settings">
192-
<Generator>SettingsSingleFileGenerator</Generator>
193-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
194-
</None>
195-
<Compile Include="Properties\Settings.Designer.cs">
196-
<AutoGen>True</AutoGen>
197-
<DependentUpon>Settings.settings</DependentUpon>
198-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
199-
</Compile>
200-
<Compile Include="ProvidedViewPropertyDescriptor.cs" />
20145
</ItemGroup>
20246
<ItemGroup>
20347
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
@@ -216,8 +60,4 @@
21660
<Install>true</Install>
21761
</BootstrapperPackage>
21862
</ItemGroup>
219-
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
220-
<!--<PropertyGroup>
221-
<PostBuildEvent>xcopy /y /d "$(ProjectDir)$(OutDir)*.dll" "$(SolutionDir)$(SolutionName)\obj\Debug\"</PostBuildEvent>
222-
</PropertyGroup>-->
223-
</Project>
63+
</Project>

CleanUp Tasks/BindingListView/SourceIndexList.cs

Lines changed: 0 additions & 117 deletions
This file was deleted.

CleanUp Tasks/CheckBoxComboBox/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
// by using the '*' as shown below:
2929
// [assembly: AssemblyVersion("1.0.*")]
3030
[assembly: AssemblyVersion("4.0.0.0")]
31-
[assembly: AssemblyFileVersion("4.0.0.1")]
31+
[assembly: AssemblyFileVersion("4.1.0.0")]

0 commit comments

Comments
 (0)