forked from fsprojects/DynamicsCRMProvider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added dependency to official CRM package - Microsoft.CrmSdk.CoreAssem…
…blies fsprojects#2
- Loading branch information
1 parent
b63d0e6
commit a111af4
Showing
13 changed files
with
1,223 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
#### 0.1.1 - 05.01.2015 | ||
#### 0.2.0 - 08.02.2015 | ||
* Migration to Paket | ||
* Latest version of ProvidedTypes.fs | ||
* Reference API | ||
* Update to the latest version of ProvidedTypes.fs | ||
* Added dependency to Microsoft.CrmSdk.CoreAssemblies | ||
* Added Reference API | ||
|
||
#### 0.1.0 - 26.01.2014 | ||
* Ported DynamicsCRMProvider from FSharpx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Microsoft.CrmSdk.CoreAssemblies | ||
File:ProvidedTypes.fsi | ||
File:ProvidedTypes.fs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
121 changes: 121 additions & 0 deletions
121
src/Microsoft.Crm.Services.Utility/Microsoft.Crm.Services.Utility.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{53CF97C2-34BC-4580-B62E-9F12E7626120}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>Microsoft.Crm.Services.Utility</RootNamespace> | ||
<AssemblyName>Microsoft.Crm.Services.Utility</AssemblyName> | ||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<TargetFrameworkProfile /> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<DocumentationFile>bin\Release\Microsoft.Crm.Services.Utility.XML</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Content Include="bin\tools\CrmSvcUtil.exe"> | ||
<Paket>True</Paket> | ||
</Content> | ||
<Content Include="bin\tools\CrmSvcUtil.xml"> | ||
<Paket>True</Paket> | ||
</Content> | ||
<Content Include="bin\tools\Microsoft.Xrm.Sdk.dll"> | ||
<Paket>True</Paket> | ||
</Content> | ||
<Content Include="bin\tools\SolutionPackager.exe"> | ||
<Paket>True</Paket> | ||
</Content> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="deviceidmanager.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="paket.references" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
Other similar extension points exist, see Microsoft.Common.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
<Choose> | ||
<When Condition="($(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3')) Or ($(TargetFrameworkIdentifier) == 'MonoAndroid') Or ($(TargetFrameworkIdentifier) == 'MonoTouch')"> | ||
<ItemGroup> | ||
<Reference Include="Microsoft.Crm.Sdk.Proxy"> | ||
<HintPath>..\..\packages\Microsoft.CrmSdk.CoreAssemblies\lib\net40\Microsoft.Crm.Sdk.Proxy.dll</HintPath> | ||
<Private>True</Private> | ||
<Paket>True</Paket> | ||
</Reference> | ||
<Reference Include="Microsoft.Xrm.Sdk"> | ||
<HintPath>..\..\packages\Microsoft.CrmSdk.CoreAssemblies\lib\net40\Microsoft.Xrm.Sdk.dll</HintPath> | ||
<Private>True</Private> | ||
<Paket>True</Paket> | ||
</Reference> | ||
<Reference Include="System.DirectoryServices"> | ||
<Paket>True</Paket> | ||
</Reference> | ||
<Reference Include="System.DirectoryServices.AccountManagement"> | ||
<Paket>True</Paket> | ||
</Reference> | ||
<Reference Include="System.IdentityModel"> | ||
<Paket>True</Paket> | ||
</Reference> | ||
<Reference Include="System.Runtime.Serialization"> | ||
<Paket>True</Paket> | ||
</Reference> | ||
<Reference Include="System.Security"> | ||
<Paket>True</Paket> | ||
</Reference> | ||
<Reference Include="System.ServiceModel"> | ||
<Paket>True</Paket> | ||
</Reference> | ||
<Reference Include="System.ServiceModel.Web"> | ||
<Paket>True</Paket> | ||
</Reference> | ||
<Reference Include="System.Web"> | ||
<Paket>True</Paket> | ||
</Reference> | ||
</ItemGroup> | ||
</When> | ||
</Choose> | ||
<Choose> | ||
<When Condition="($(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3')) Or ($(TargetFrameworkIdentifier) == 'MonoAndroid') Or ($(TargetFrameworkIdentifier) == 'MonoTouch')"> | ||
<ItemGroup> | ||
<Reference Include="Microsoft.IdentityModel"> | ||
<HintPath>..\..\packages\Microsoft.IdentityModel\lib\net35\Microsoft.IdentityModel.dll</HintPath> | ||
<Private>True</Private> | ||
<Paket>True</Paket> | ||
</Reference> | ||
</ItemGroup> | ||
</When> | ||
</Choose> | ||
</Project> |
13 changes: 13 additions & 0 deletions
13
src/Microsoft.Crm.Services.Utility/Properties/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// <auto-generated/> | ||
using System.Reflection; | ||
|
||
[assembly: AssemblyTitleAttribute("Microsoft.Crm.Services.Utility")] | ||
[assembly: AssemblyProductAttribute("DynamicsCRMProvider")] | ||
[assembly: AssemblyDescriptionAttribute("A type provider for Microsoft Dynamics CRM 2011.")] | ||
[assembly: AssemblyVersionAttribute("0.2.0")] | ||
[assembly: AssemblyFileVersionAttribute("0.2.0")] | ||
namespace System { | ||
internal static class AssemblyVersionInformation { | ||
internal const string Version = "0.2.0"; | ||
} | ||
} |
Oops, something went wrong.