|
7 | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
8 | 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
9 | 9 | <ProjectGuid>{4937638C-8A51-4F50-9BD2-E7F7AC28DD01}</ProjectGuid> |
| 10 | + <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
10 | 11 | <OutputType>Library</OutputType> |
11 | 12 | <AppDesignerFolder>Properties</AppDesignerFolder> |
12 | 13 | <RootNamespace>SpeckleRevit</RootNamespace> |
|
108 | 109 | <HintPath>..\packages\Revit.RevitApiUI.x64.2019.0.0\lib\net45\RevitAPIUI.dll</HintPath> |
109 | 110 | <Private>False</Private> |
110 | 111 | </Reference> |
111 | | - <Reference Include="SpeckleCore, Version=1.6.9.0, Culture=neutral, processorArchitecture=AMD64"> |
112 | | - <HintPath>..\packages\SpeckleCore.1.6.9\lib\net45\SpeckleCore.dll</HintPath> |
| 112 | + <Reference Include="SpeckleCore, Version=1.6.17.0, Culture=neutral, processorArchitecture=AMD64"> |
| 113 | + <HintPath>..\packages\SpeckleCore.1.6.17-wip\lib\net45\SpeckleCore.dll</HintPath> |
113 | 114 | </Reference> |
114 | 115 | <Reference Include="SpecklePopup, Version=1.6.13.0, Culture=neutral, processorArchitecture=MSIL"> |
115 | 116 | <HintPath>..\packages\SpecklePopup.1.6.13\lib\net45\SpecklePopup.dll</HintPath> |
116 | 117 | </Reference> |
117 | | - <Reference Include="SpeckleUiBase, Version=1.1.1.0, Culture=neutral, processorArchitecture=AMD64"> |
118 | | - <HintPath>..\packages\SpeckleUiBase.1.1.1-wip\lib\net452\SpeckleUiBase.dll</HintPath> |
| 118 | + <Reference Include="SpeckleUiBase, Version=1.1.4.0, Culture=neutral, processorArchitecture=AMD64"> |
| 119 | + <HintPath>..\packages\SpeckleUiBase.1.1.4-wip\lib\net452\SpeckleUiBase.dll</HintPath> |
119 | 120 | </Reference> |
120 | 121 | <Reference Include="SQLite-net, Version=1.5.231.0, Culture=neutral, processorArchitecture=MSIL"> |
121 | 122 | <HintPath>..\packages\sqlite-net-pcl.1.5.231\lib\netstandard1.1\SQLite-net.dll</HintPath> |
|
151 | 152 | <ItemGroup> |
152 | 153 | <Compile Include="ErrorEater.cs" /> |
153 | 154 | <Compile Include="Globals.cs" /> |
| 155 | + <Compile Include="SpeckleProgressBar.xaml.cs"> |
| 156 | + <DependentUpon>SpeckleProgressBar.xaml</DependentUpon> |
| 157 | + </Compile> |
154 | 158 | <Compile Include="Storage\HelperClasses.cs" /> |
155 | 159 | <Compile Include="Storage\SpeckleClientsStorage.cs" /> |
156 | 160 | <Compile Include="Entry.cs" /> |
|
171 | 175 | <None Include="app.config" /> |
172 | 176 | <None Include="packages.config" /> |
173 | 177 | </ItemGroup> |
| 178 | + <ItemGroup> |
| 179 | + <Page Include="SpeckleProgressBar.xaml"> |
| 180 | + <SubType>Designer</SubType> |
| 181 | + <Generator>MSBuild:Compile</Generator> |
| 182 | + </Page> |
| 183 | + </ItemGroup> |
174 | 184 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
175 | 185 | <!-- <Target Name="BeforeBuild"> |
176 | 186 | <MakeDir Directories="$(TargetDir)\app" /> |
|
0 commit comments