diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-23 20:57:43 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2018-06-23 20:57:43 +0300 |
| commit | 55c624cfa11e1c7998e5d3de0721aeee0814ce33 (patch) | |
| tree | adaad581c820aee174d559b6bae1075a78ea793b /Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj | |
| parent | 9488c1e116ffb61beb7bd581695605a75b2b7de9 (diff) | |
| download | Tango-55c624cfa11e1c7998e5d3de0721aeee0814ce33.tar.gz Tango-55c624cfa11e1c7998e5d3de0721aeee0814ce33.zip | |
Implemented TouchAutoComplete!
Refactored VSIX Tango Build Engine to use VS dialogs only.
Added SQLite generation to VSIX.
Implemented Job customer with auto complete on PPC job view.
Diffstat (limited to 'Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj')
| -rw-r--r-- | Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj index 7148e4761..ffe4eb0d7 100644 --- a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj +++ b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/Tango.BuildExtensions.csproj @@ -72,12 +72,6 @@ <Compile Include="BuildForm.Designer.cs"> <DependentUpon>BuildForm.cs</DependentUpon> </Compile> - <Compile Include="ProgressForm.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="ProgressForm.Designer.cs"> - <DependentUpon>ProgressForm.cs</DependentUpon> - </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> @@ -240,9 +234,6 @@ <EmbeddedResource Include="BuildForm.resx"> <DependentUpon>BuildForm.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="ProgressForm.resx"> - <DependentUpon>ProgressForm.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
