Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
drivardxrm committed Dec 29, 2020
1 parent bd1581e commit 01934f3
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 99 deletions.
25 changes: 0 additions & 25 deletions XTB.CustomApiManager/Helpers/FormAction.cs

This file was deleted.

14 changes: 1 addition & 13 deletions XTB.CustomApiManager/Helpers/SolutionHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,7 @@ public static EntityCollection GetSolutions(this IOrganizationService service)
return service.RetrieveMultiple(fetch);
}

public static EntityCollection GetPublishers(this IOrganizationService service)
{
var fetchxml = @"<fetch>
<entity name='publisher' >
<attribute name='uniquename' />
<attribute name='customizationprefix' />
</entity>
<order attribute='uniquename' />
</fetch>";

var fetch = new FetchExpression(fetchxml);
return service.RetrieveMultiple(fetch);
}



}
Expand Down
31 changes: 0 additions & 31 deletions XTB.CustomApiManager/Models/NewCustomApi.cs

This file was deleted.

Binary file removed XTB.CustomApiManager/Resources/capim-logo-32.png
Binary file not shown.
Binary file removed XTB.CustomApiManager/Resources/capim-logo-big.png
Binary file not shown.
Binary file removed XTB.CustomApiManager/Resources/capim.ico
Binary file not shown.
5 changes: 0 additions & 5 deletions XTB.CustomApiManager/XTB.CustomApiManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@
</Compile>
<Compile Include="Helpers\PrivilegeHelper.cs" />
<Compile Include="Helpers\SolutionHelper.cs" />
<Compile Include="Helpers\FormAction.cs" />
<Compile Include="Helpers\PublisherHelper.cs" />
<Compile Include="Helpers\CustomApiHelper.cs" />
<Compile Include="CustomApiManagerPlugin.cs" />
Expand All @@ -234,7 +233,6 @@
<Compile Include="CustomApiManagerControl.designer.cs">
<DependentUpon>CustomApiManagerControl.cs</DependentUpon>
</Compile>
<Compile Include="Models\NewCustomApi.cs" />
<Compile Include="Forms\NewResponsePropertyForm.cs">
<SubType>Form</SubType>
</Compile>
Expand Down Expand Up @@ -317,9 +315,6 @@
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="Resources\capim.ico" />
<Content Include="Resources\capim-logo-32.png" />
<Content Include="Resources\capim-logo-big.png" />
<Content Include="Resources\hub-32.png" />
<Content Include="Resources\hub-80.png" />
<Content Include="Resources\hub.ico" />
Expand Down
25 changes: 0 additions & 25 deletions XrmToolBox.CustomApiManager.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,6 @@ VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XTB.CustomApiManager", "XTB.CustomApiManager\XTB.CustomApiManager.csproj", "{E42B4276-A713-4A21-B981-6EE0945A69EC}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "UsefullFiles", "UsefullFiles\", "{3D55506C-9363-4E76-B3FB-38331C98ED38}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_23669"
Debug.AspNetCompiler.PhysicalPath = "UsefullFiles\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_23669\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_23669"
Release.AspNetCompiler.PhysicalPath = "UsefullFiles\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_23669\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "23669"
SlnRelativePath = "UsefullFiles\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -36,10 +15,6 @@ Global
{E42B4276-A713-4A21-B981-6EE0945A69EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E42B4276-A713-4A21-B981-6EE0945A69EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E42B4276-A713-4A21-B981-6EE0945A69EC}.Release|Any CPU.Build.0 = Release|Any CPU
{3D55506C-9363-4E76-B3FB-38331C98ED38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D55506C-9363-4E76-B3FB-38331C98ED38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D55506C-9363-4E76-B3FB-38331C98ED38}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{3D55506C-9363-4E76-B3FB-38331C98ED38}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 01934f3

Please sign in to comment.