Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #4

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified Azure_Analysis_Services/EnemVS/.vs/EnemVS/v16/.suo
Binary file not shown.
10 changes: 5 additions & 5 deletions Azure_Analysis_Services/EnemVS/EnemVS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6870E480-7721-4708-BFB8-9AE898AA21B3}") = "EnemVS", "EnemVS.smproj", "{55447298-55DF-4A15-9A6D-C396B4D2C107}"
Project("{6870E480-7721-4708-BFB8-9AE898AA21B3}") = "EnemVS", "EnemVS\EnemVS.smproj", "{8CE414BB-95B2-4C99-9E03-51BA72086E22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Development|x86 = Development|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55447298-55DF-4A15-9A6D-C396B4D2C107}.Development|x86.ActiveCfg = Development|x86
{55447298-55DF-4A15-9A6D-C396B4D2C107}.Development|x86.Build.0 = Development|x86
{55447298-55DF-4A15-9A6D-C396B4D2C107}.Development|x86.Deploy.0 = Development|x86
{8CE414BB-95B2-4C99-9E03-51BA72086E22}.Development|x86.ActiveCfg = Development|x86
{8CE414BB-95B2-4C99-9E03-51BA72086E22}.Development|x86.Build.0 = Development|x86
{8CE414BB-95B2-4C99-9E03-51BA72086E22}.Development|x86.Deploy.0 = Development|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE44B518-2C02-4976-884B-D2EE5BDE93FE}
SolutionGuid = {42B89A76-3160-4F03-B75A-0BDAEB56DB62}
EndGlobalSection
EndGlobal
47 changes: 47 additions & 0 deletions Azure_Analysis_Services/EnemVS/EnemVS/EnemVS.smproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Development</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8CE414BB-95B2-4C99-9E03-51BA72086E22}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyRootNamespace</RootNamespace>
<AssemblyName>MyAssemblyName</AssemblyName>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<OutputPath>bin\</OutputPath>
<Name>EnemVS</Name>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Development' ">
<OutputPath>bin\</OutputPath>
<DeploymentServerName>asazure://aspaaseastus2.asazure.windows.net/enemservidor2021:rw</DeploymentServerName>
<DeploymentServerEdition>Developer</DeploymentServerEdition>
<DeploymentServerVersion>Unknown</DeploymentServerVersion>
<DeploymentServerDatabase>EnemVS</DeploymentServerDatabase>
<DeploymentServerCubeName>Modelo</DeploymentServerCubeName>
<DeploymentOptionProcessing>Default</DeploymentOptionProcessing>
<DeploymentOptionTransactionalDeployment>False</DeploymentOptionTransactionalDeployment>
<DeploymentOptionADALCache>Default</DeploymentOptionADALCache>
<DeploymentOptionDirectQueryMode>InMemory</DeploymentOptionDirectQueryMode>
<DeploymentOptionQueryImpersonation>Default</DeploymentOptionQueryImpersonation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == '' ">
<DeploymentServerName>localhost</DeploymentServerName>
<DeploymentServerEdition>Developer</DeploymentServerEdition>
<DeploymentServerVersion>Unknown</DeploymentServerVersion>
<DeploymentServerDatabase>EnemVS</DeploymentServerDatabase>
<DeploymentServerCubeName>Modelo</DeploymentServerCubeName>
<DeploymentOptionProcessing>Default</DeploymentOptionProcessing>
<DeploymentOptionTransactionalDeployment>False</DeploymentOptionTransactionalDeployment>
<DeploymentOptionADALCache>Default</DeploymentOptionADALCache>
<DeploymentOptionDirectQueryMode>InMemory</DeploymentOptionDirectQueryMode>
<DeploymentOptionQueryImpersonation>Default</DeploymentOptionQueryImpersonation>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<Compile Include="Model.bim">
<SubType>Code</SubType>
<CopyToOutputDirectory>
</CopyToOutputDirectory>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Business Intelligence Semantic Model\1.0\Microsoft.AnalysisServices.VSHostBuilder.targets" />
</Project>
Loading