Skip to content

Commit

Permalink
working on adding a datasource factory
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed May 3, 2024
1 parent 7997495 commit c096f5f
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions e2e/Sandbox/Sandbox.csproj
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net472</TargetFramework>
<UseWPF>true</UseWPF>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Reveal.Sdk.Data.Microsoft.AnalysisServices" Version="1.6.6" />
<PackageReference Include="Reveal.Sdk.Data.Microsoft.SqlServer" Version="1.6.6" />
<PackageReference Include="Reveal.Sdk.Wpf" Version="1.6.6" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Reveal.Sdk.Dom\Reveal.Sdk.Dom.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="Dashboards\Campaigns.rdash">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Dashboards\Healthcare.rdash">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Dashboards\Manufacturing.rdash">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Dashboards\Marketing.rdash">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Dashboards\Sales.rdash">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Update="Nerdbank.GitVersioning" Version="3.6.133">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net472</TargetFramework>
<UseWPF>true</UseWPF>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Reveal.Sdk.Data.Microsoft.AnalysisServices" Version="1.6.6" />
<PackageReference Include="Reveal.Sdk.Data.Microsoft.SqlServer" Version="1.6.6" />
<PackageReference Include="Reveal.Sdk.Wpf" Version="1.6.6" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Reveal.Sdk.Dom\Reveal.Sdk.Dom.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="Dashboards\Campaigns.rdash">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Dashboards\Healthcare.rdash">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Dashboards\Manufacturing.rdash">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Dashboards\Marketing.rdash">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Dashboards\Sales.rdash">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Update="Nerdbank.GitVersioning" Version="3.6.133">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit c096f5f

Please sign in to comment.