|
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
7 |
| - <ProjectGuid>{4AE38BB1-13A3-451F-9A3B-522A6375613F}</ProjectGuid> |
| 7 | + <ProjectGuid>{E97747E1-F96C-496F-BE5C-E77B5434B1F7}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType>
|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 |
| - <RootNamespace>Autodesk</RootNamespace> |
| 10 | + <RootNamespace>AutoCADIOUtil</RootNamespace> |
11 | 11 | <AssemblyName>AutoCADIOUtil</AssemblyName>
|
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
|
20 | 20 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
21 | 21 | <ErrorReport>prompt</ErrorReport>
|
22 | 22 | <WarningLevel>4</WarningLevel>
|
23 |
| - <DocumentationFile>bin\Debug\AutoCADIOUtil.XML</DocumentationFile> |
24 | 23 | </PropertyGroup>
|
25 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
26 | 25 | <DebugType>pdbonly</DebugType>
|
|
32 | 31 | </PropertyGroup>
|
33 | 32 | <ItemGroup>
|
34 | 33 | <Reference Include="AWSSDK">
|
35 |
| - <HintPath>..\packages\AWSSDK.2.3.52.0\lib\net45\AWSSDK.dll</HintPath> |
| 34 | + <HintPath>..\packages\AWSSDK.2.3.55.0\lib\net45\AWSSDK.dll</HintPath> |
36 | 35 | </Reference>
|
37 |
| - <Reference Include="Microsoft.Data.Edm, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
38 |
| - <HintPath>..\packages\Microsoft.Data.Edm.5.6.0\lib\net40\Microsoft.Data.Edm.dll</HintPath> |
| 36 | + <Reference Include="Microsoft.OData.Client"> |
| 37 | + <HintPath>..\packages\Microsoft.OData.Client.6.15.0\lib\net40\Microsoft.OData.Client.dll</HintPath> |
39 | 38 | </Reference>
|
40 |
| - <Reference Include="Microsoft.Data.OData, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
41 |
| - <HintPath>..\packages\Microsoft.Data.OData.5.6.0\lib\net40\Microsoft.Data.OData.dll</HintPath> |
| 39 | + <Reference Include="Microsoft.OData.Core"> |
| 40 | + <HintPath>..\packages\Microsoft.OData.Core.6.15.0\lib\portable-net45+win+wpa81\Microsoft.OData.Core.dll</HintPath> |
42 | 41 | </Reference>
|
43 |
| - <Reference Include="Microsoft.Data.Services.Client, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
44 |
| - <HintPath>..\packages\Microsoft.Data.Services.Client.5.6.0\lib\net40\Microsoft.Data.Services.Client.dll</HintPath> |
| 42 | + <Reference Include="Microsoft.OData.Edm"> |
| 43 | + <HintPath>..\packages\Microsoft.OData.Edm.6.15.0\lib\portable-net45+win+wpa81\Microsoft.OData.Edm.dll</HintPath> |
45 | 44 | </Reference>
|
46 |
| - <Reference Include="Microsoft.OData.Client, Version=6.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
47 |
| - <HintPath>..\packages\Microsoft.OData.Client.6.13.0\lib\net40\Microsoft.OData.Client.dll</HintPath> |
48 |
| - <Private>True</Private> |
| 45 | + <Reference Include="Microsoft.Spatial"> |
| 46 | + <HintPath>..\packages\Microsoft.Spatial.6.15.0\lib\portable-net45+win+wpa81\Microsoft.Spatial.dll</HintPath> |
49 | 47 | </Reference>
|
50 |
| - <Reference Include="Microsoft.OData.Core, Version=6.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
51 |
| - <HintPath>..\packages\Microsoft.OData.Core.6.13.0\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.OData.Core.dll</HintPath> |
52 |
| - <Private>True</Private> |
| 48 | + <Reference Include="Newtonsoft.Json"> |
| 49 | + <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
53 | 50 | </Reference>
|
54 |
| - <Reference Include="Microsoft.OData.Edm, Version=6.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
55 |
| - <HintPath>..\packages\Microsoft.OData.Edm.6.13.0\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.OData.Edm.dll</HintPath> |
56 |
| - <Private>True</Private> |
57 |
| - </Reference> |
58 |
| - <Reference Include="Microsoft.Spatial, Version=6.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
59 |
| - <HintPath>..\packages\Microsoft.Spatial.6.13.0\lib\portable-net40+sl5+wp8+win8+wpa\Microsoft.Spatial.dll</HintPath> |
60 |
| - <Private>True</Private> |
61 |
| - </Reference> |
62 |
| - <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
63 |
| - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath> |
64 |
| - <Private>True</Private> |
65 |
| - </Reference> |
66 |
| - <Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
67 |
| - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
68 |
| - <Private>True</Private> |
69 |
| - </Reference> |
70 |
| - <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
71 |
| - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath> |
72 |
| - <Private>True</Private> |
73 |
| - </Reference> |
74 |
| - <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" /> |
75 | 51 | <Reference Include="RestSharp">
|
76 | 52 | <HintPath>..\packages\RestSharp.105.2.3\lib\net45\RestSharp.dll</HintPath>
|
77 | 53 | </Reference>
|
78 |
| - <Reference Include="Simple.OData.Client.Core, Version=4.11.0.0, Culture=neutral, processorArchitecture=MSIL"> |
79 |
| - <HintPath>..\packages\Simple.OData.V4.Client.4.11.0\lib\portable-net45+win8+wp8+wpa81\Simple.OData.Client.Core.dll</HintPath> |
80 |
| - <Private>True</Private> |
81 |
| - </Reference> |
82 |
| - <Reference Include="Simple.OData.Client.Dynamic, Version=4.11.0.0, Culture=neutral, processorArchitecture=MSIL"> |
83 |
| - <HintPath>..\packages\Simple.OData.V4.Client.4.11.0\lib\portable-net45+win8+wp8+wpa81\Simple.OData.Client.Dynamic.dll</HintPath> |
84 |
| - <Private>True</Private> |
85 |
| - </Reference> |
86 |
| - <Reference Include="Simple.OData.Client.V4.Adapter, Version=4.11.0.0, Culture=neutral, processorArchitecture=MSIL"> |
87 |
| - <HintPath>..\packages\Simple.OData.V4.Client.4.11.0\lib\portable-net45+win8+wp8+wpa81\Simple.OData.Client.V4.Adapter.dll</HintPath> |
88 |
| - <Private>True</Private> |
89 |
| - </Reference> |
90 | 54 | <Reference Include="System" />
|
91 | 55 | <Reference Include="System.Core" />
|
| 56 | + <Reference Include="System.Data.Services" /> |
| 57 | + <Reference Include="System.Data.Services.Client" /> |
92 | 58 | <Reference Include="System.IO.Compression" />
|
93 | 59 | <Reference Include="System.IO.Compression.FileSystem" />
|
94 |
| - <Reference Include="System.Net" /> |
95 | 60 | <Reference Include="System.Net.Http" />
|
96 |
| - <Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
97 |
| - <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath> |
98 |
| - <Private>True</Private> |
99 |
| - </Reference> |
100 |
| - <Reference Include="System.Net.Http.Primitives, Version=4.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
101 |
| - <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath> |
102 |
| - <Private>True</Private> |
103 |
| - </Reference> |
104 |
| - <Reference Include="System.Net.Http.WebRequest" /> |
105 |
| - <Reference Include="System.Runtime.Serialization" /> |
106 |
| - <Reference Include="System.ServiceModel" /> |
107 |
| - <Reference Include="System.Spatial, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
108 |
| - <HintPath>..\packages\System.Spatial.5.6.0\lib\net40\System.Spatial.dll</HintPath> |
109 |
| - </Reference> |
110 | 61 | <Reference Include="System.Xml.Linq" />
|
111 | 62 | <Reference Include="System.Data.DataSetExtensions" />
|
112 | 63 | <Reference Include="Microsoft.CSharp" />
|
|
124 | 75 | <Compile Include="Properties\AssemblyInfo.cs" />
|
125 | 76 | </ItemGroup>
|
126 | 77 | <ItemGroup>
|
127 |
| - <WCFMetadata Include="Service References\" /> |
| 78 | + <None Include="AIO.ttinclude" /> |
| 79 | + <None Include="packages.config" /> |
128 | 80 | </ItemGroup>
|
129 | 81 | <ItemGroup>
|
130 |
| - <None Include="AIO.tt"> |
| 82 | + <Content Include="AIO.tt"> |
131 | 83 | <Generator>TextTemplatingFileGenerator</Generator>
|
132 | 84 | <LastGenOutput>AIO.cs</LastGenOutput>
|
133 |
| - </None> |
134 |
| - <None Include="AIO.ttinclude" /> |
135 |
| - <None Include="app.config" /> |
136 |
| - <None Include="packages.config"> |
137 |
| - <SubType>Designer</SubType> |
138 |
| - </None> |
| 85 | + </Content> |
139 | 86 | </ItemGroup>
|
140 | 87 | <ItemGroup>
|
141 | 88 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
142 | 89 | </ItemGroup>
|
| 90 | + <ItemGroup> |
| 91 | + <WCFMetadata Include="Service References\" /> |
| 92 | + </ItemGroup> |
143 | 93 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
144 |
| - <Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" /> |
145 |
| - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
146 |
| - <PropertyGroup> |
147 |
| - <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
148 |
| - </PropertyGroup> |
149 |
| - <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" /> |
150 |
| - </Target> |
151 | 94 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
152 | 95 | Other similar extension points exist, see Microsoft.Common.targets.
|
153 | 96 | <Target Name="BeforeBuild">
|
|
0 commit comments