|
8 | 8 | <EnableTypeScript>true</EnableTypeScript> |
9 | 9 | <TypeScriptSourceMap>true</TypeScriptSourceMap> |
10 | 10 | <TypeScriptModuleKind>CommonJS</TypeScriptModuleKind> |
11 | | - <TypeScriptToolsVersion>2.3</TypeScriptToolsVersion> |
| 11 | + <TypeScriptToolsVersion>3.9</TypeScriptToolsVersion> |
12 | 12 | <NodeExePath> |
13 | 13 | </NodeExePath> |
14 | 14 | <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig> |
| 15 | + <ToolsVersionPromptShown>3.7</ToolsVersionPromptShown> |
15 | 16 | </PropertyGroup> |
16 | 17 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
17 | 18 | <PropertyGroup> |
|
52 | 53 | </PropertyGroup> |
53 | 54 | <ItemGroup> |
54 | 55 | <Compile Include="lib\dwa.js" /> |
| 56 | + <Compile Include="lib\dynamics-web-api-2.js" /> |
55 | 57 | <Compile Include="lib\dynamics-web-api-callbacks.js" /> |
56 | 58 | <Compile Include="lib\dynamics-web-api.js" /> |
57 | 59 | <Compile Include="lib\helpers\ErrorHelper.js"> |
|
63 | 65 | <Compile Include="lib\requests\helpers\parseResponse.js"> |
64 | 66 | <SubType>Code</SubType> |
65 | 67 | </Compile> |
66 | | - <Compile Include="lib\utilities\buildFunctionParameters.js"> |
67 | | - <SubType>Code</SubType> |
68 | | - </Compile> |
69 | | - <Compile Include="lib\polyfills\string-es6.js"> |
70 | | - <SubType>Code</SubType> |
71 | | - </Compile> |
72 | 68 | <Compile Include="lib\requests\helpers\dateReviver.js"> |
73 | 69 | <SubType>Code</SubType> |
74 | 70 | </Compile> |
75 | 71 | <Compile Include="lib\requests\helpers\parseResponseHeaders.js"> |
76 | 72 | <SubType>Code</SubType> |
77 | 73 | </Compile> |
78 | 74 | <Compile Include="lib\requests\http.js" /> |
| 75 | + <Compile Include="lib\requests\RequestClient.js" /> |
79 | 76 | <Compile Include="lib\requests\xhr.js" /> |
80 | | - <Compile Include="lib\utilities\buildPreferHeader.js"> |
81 | | - <SubType>Code</SubType> |
82 | | - </Compile> |
83 | | - <Compile Include="lib\utilities\convertToReferenceObject.js"> |
84 | | - <SubType>Code</SubType> |
85 | | - </Compile> |
86 | | - <Compile Include="lib\utilities\getFetchXmlPagingCookie.js"> |
87 | | - <SubType>Code</SubType> |
88 | | - </Compile> |
89 | | - <Compile Include="lib\utilities\RequestConverter.js"> |
90 | | - <SubType>Code</SubType> |
91 | | - </Compile> |
92 | | - <Compile Include="lib\requests\sendRequest.js"> |
93 | | - <SubType>Code</SubType> |
94 | | - </Compile> |
| 77 | + <Compile Include="lib\utilities\RequestUtility.js" /> |
95 | 78 | <Compile Include="lib\utilities\Utility.js"> |
96 | 79 | <SubType>Code</SubType> |
97 | 80 | </Compile> |
98 | 81 | <Compile Include="tests\browser\callbacks-tests.js" /> |
99 | 82 | <Compile Include="tests\browser\main-tests.js" /> |
100 | | - <Compile Include="tests\callbacks-tests.js"> |
| 83 | + <Compile Include="tests\callbacks-tests-disabled.js"> |
101 | 84 | <TestFramework> |
102 | 85 | </TestFramework> |
103 | 86 | </Compile> |
|
123 | 106 | </Content> |
124 | 107 | <Content Include="package.json" /> |
125 | 108 | <Content Include="README.md" /> |
| 109 | + <Content Include="tsconfig.json"> |
| 110 | + <SubType>Code</SubType> |
| 111 | + </Content> |
126 | 112 | </ItemGroup> |
127 | 113 | <ItemGroup> |
128 | 114 | <Folder Include="lib\" /> |
129 | 115 | <Folder Include="lib\helpers\" /> |
130 | 116 | <Folder Include="lib\utilities\" /> |
131 | | - <Folder Include="lib\polyfills\" /> |
132 | 117 | <Folder Include="lib\requests\" /> |
133 | 118 | <Folder Include="lib\requests\helpers\" /> |
134 | 119 | <Folder Include="dist\" /> |
135 | | - <Folder Include="types\" /> |
| 120 | + <Folder Include="typesold\" /> |
| 121 | + <Folder Include="ts\" /> |
136 | 122 | <Folder Include="tests\" /> |
137 | 123 | <Folder Include="tests\browser\" /> |
| 124 | + <Folder Include="ts\helpers\" /> |
| 125 | + <Folder Include="ts\requests\" /> |
| 126 | + <Folder Include="ts\requests\helpers\" /> |
| 127 | + <Folder Include="ts\utilities\" /> |
| 128 | + <Folder Include="types\" /> |
138 | 129 | </ItemGroup> |
139 | 130 | <ItemGroup> |
140 | | - <TypeScriptCompile Include="types\dynamics-web-api.d.ts" /> |
141 | | - <TypeScriptCompile Include="types\dynamics-web-api-callbacks.d.ts"> |
| 131 | + <TypeScriptCompile Include="lib\dynamics-web-api.d.ts" /> |
| 132 | + <TypeScriptCompile Include="ts\dwa.ts" /> |
| 133 | + <TypeScriptCompile Include="ts\dynamics-web-api.ts"> |
142 | 134 | <SubType>Code</SubType> |
143 | 135 | </TypeScriptCompile> |
| 136 | + <TypeScriptCompile Include="ts\helpers\ErrorHelper.ts" /> |
| 137 | + <TypeScriptCompile Include="ts\requests\helpers\dateReviver.ts"> |
| 138 | + <SubType>Code</SubType> |
| 139 | + </TypeScriptCompile> |
| 140 | + <TypeScriptCompile Include="ts\requests\helpers\parseResponse.ts"> |
| 141 | + <SubType>Code</SubType> |
| 142 | + </TypeScriptCompile> |
| 143 | + <TypeScriptCompile Include="ts\requests\helpers\parseResponseHeaders.ts"> |
| 144 | + <SubType>Code</SubType> |
| 145 | + </TypeScriptCompile> |
| 146 | + <TypeScriptCompile Include="ts\requests\http.ts" /> |
| 147 | + <TypeScriptCompile Include="ts\requests\RequestClient.ts" /> |
| 148 | + <TypeScriptCompile Include="ts\requests\xhr.ts"> |
| 149 | + <SubType>Code</SubType> |
| 150 | + </TypeScriptCompile> |
| 151 | + <TypeScriptCompile Include="ts\types.ts"> |
| 152 | + <SubType>Code</SubType> |
| 153 | + </TypeScriptCompile> |
| 154 | + <TypeScriptCompile Include="ts\utilities\RequestUtility.ts" /> |
| 155 | + <TypeScriptCompile Include="ts\utilities\Utility.ts"> |
| 156 | + <SubType>Code</SubType> |
| 157 | + </TypeScriptCompile> |
| 158 | + <TypeScriptCompile Include="typesold\dynamics-web-api-callbacks.d.ts" /> |
| 159 | + <TypeScriptCompile Include="types\dynamics-web-api-types.d.ts"> |
| 160 | + <SubType>Code</SubType> |
| 161 | + </TypeScriptCompile> |
| 162 | + <TypeScriptCompile Include="types\dynamics-web-api.d.ts" /> |
144 | 163 | </ItemGroup> |
145 | 164 | <!-- Do not delete the following Import Project. While this appears to do nothing it is a marker for setting TypeScript properties before our import that depends on them. --> |
146 | 165 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="False" /> |
|
0 commit comments