Skip to content

Commit

Permalink
Merge pull request #9 from specklesystems/alan/error-reporting
Browse files Browse the repository at this point in the history
Stable release final touches 🪄
  • Loading branch information
AlanRynne authored Nov 29, 2021
2 parents 9700865 + 0bad991 commit 50b59a8
Show file tree
Hide file tree
Showing 13 changed files with 257 additions and 117 deletions.
10 changes: 5 additions & 5 deletions Speckle.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{4DF76451-A46A-4C0B-BE03-459FAAFA07E6}") = "Speckle", "Speckle\Speckle.mproj", "{D61F9470-E614-45C7-8047-E354FF219408}"
Project("{4DF76451-A46A-4C0B-BE03-459FAAFA07E6}") = "Speckle", "Speckle\Speckle.mproj", "{0B5FE03D-AAD9-4BC4-9EDF-B543D5E50D29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D61F9470-E614-45C7-8047-E354FF219408}.Debug|x86.ActiveCfg = Debug|x86
{D61F9470-E614-45C7-8047-E354FF219408}.Debug|x86.Build.0 = Debug|x86
{D61F9470-E614-45C7-8047-E354FF219408}.Release|x86.ActiveCfg = Release|x86
{D61F9470-E614-45C7-8047-E354FF219408}.Release|x86.Build.0 = Release|x86
{0B5FE03D-AAD9-4BC4-9EDF-B543D5E50D29}.Debug|x86.ActiveCfg = Debug|x86
{0B5FE03D-AAD9-4BC4-9EDF-B543D5E50D29}.Debug|x86.Build.0 = Debug|x86
{0B5FE03D-AAD9-4BC4-9EDF-B543D5E50D29}.Release|x86.ActiveCfg = Release|x86
{0B5FE03D-AAD9-4BC4-9EDF-B543D5E50D29}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
50 changes: 27 additions & 23 deletions Speckle/Speckle.mproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@
<AllowNativeQuery>False</AllowNativeQuery>
<AsAction>False</AsAction>
<FastCombine>False</FastCombine>
<ClearLog>False</ClearLog>
<ClearLog>True</ClearLog>
<ShowEngineTraces>False</ShowEngineTraces>
<ShowUserTraces>False</ShowUserTraces>
<ShowUserTraces>True</ShowUserTraces>
<LegacyRedirects>False</LegacyRedirects>
<SuppressRowErrors>False</SuppressRowErrors>
<SuppressCellErrors>False</SuppressCellErrors>
<MaxRows>1000</MaxRows>
<MaxRows>100</MaxRows>
<ExtensionProject>Yes</ExtensionProject>
<Name>Speckle</Name>
<ThrowOnFoldingFailure>False</ThrowOnFoldingFailure>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>false</DebugSymbols>
Expand All @@ -39,36 +40,39 @@
<Compile Include="Speckle.pq">
<SubType>Code</SubType>
</Compile>
<Compile Include="SpeckleLogo16.png">
<Compile Include="resources.resx">
<SubType>Code</SubType>
</Compile>
<Compile Include="SpeckleLogo20.png">
<SubType>Code</SubType>
<Content Include="Speckle.query.pq">
<SubType>Content</SubType>
</Content>
<Compile Include="assets/SpeckleLogo16.png">
<SubType>Content</SubType>
</Compile>
<Compile Include="SpeckleLogo24.png">
<SubType>Code</SubType>
<Compile Include="assets/SpeckleLogo20.png">
<SubType>Content</SubType>
</Compile>
<Compile Include="SpeckleLogo32.png">
<SubType>Code</SubType>
<Compile Include="assets/SpeckleLogo24.png">
<SubType>Content</SubType>
</Compile>
<Compile Include="SpeckleLogo40.png">
<SubType>Code</SubType>
<Compile Include="assets/SpeckleLogo32.png">
<SubType>Content</SubType>
</Compile>
<Compile Include="SpeckleLogo48.png">
<SubType>Code</SubType>
<Compile Include="assets/SpeckleLogo40.png">
<SubType>Content</SubType>
</Compile>
<Compile Include="SpeckleLogo64.png">
<SubType>Code</SubType>
<Compile Include="assets/SpeckleLogo48.png">
<SubType>Content</SubType>
</Compile>
<Compile Include="SpeckleLogo80.png">
<SubType>Code</SubType>
<Compile Include="assets/SpeckleLogo64.png">
<SubType>Content</SubType>
</Compile>
<Compile Include="resources.resx">
<SubType>Code</SubType>
<Compile Include="assets/SpeckleLogo80.png">
<SubType>Content</SubType>
</Compile>
<Content Include="Speckle.query.pq">
<SubType>Code</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="assets\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<UsingTask TaskName="BuildExtension" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v12.0.dll">
Expand Down
Loading

0 comments on commit 50b59a8

Please sign in to comment.