<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>SourceModel</Name> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == 'Development' "> <OutputPath>bin\</OutputPath> <DeploymentServerName>localhost</DeploymentServerName> <DeploymentServerEdition>Developer</DeploymentServerEdition> <DeploymentServerVersion>Unknown</DeploymentServerVersion> <DeploymentServerDatabase>BismNormalizerSample</DeploymentServerDatabase> <DeploymentServerCubeName>Model</DeploymentServerCubeName> <DeploymentOptionProcessing>Default</DeploymentOptionProcessing> <DeploymentOptionTransactionalDeployment>False</DeploymentOptionTransactionalDeployment> <DeploymentOptionDirectQueryMode>InMemory</DeploymentOptionDirectQueryMode> <DeploymentOptionQueryImpersonation>Default</DeploymentOptionQueryImpersonation> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)' == '' "> <DeploymentServerName>localhost</DeploymentServerName> <DeploymentServerEdition>Developer</DeploymentServerEdition> <DeploymentServerVersion>Unknown</DeploymentServerVersion> <DeploymentServerDatabase>SourceModel</DeploymentServerDatabase> <DeploymentServerCubeName>Model</DeploymentServerCubeName> <DeploymentOptionProcessing>Default</DeploymentOptionProcessing> <DeploymentOptionTransactionalDeployment>False</DeploymentOptionTransactionalDeployment> <DeploymentOptionDirectQueryMode>InMemory</DeploymentOptionDirectQueryMode> <DeploymentOptionQueryImpersonation>Default</DeploymentOptionQueryImpersonation> </PropertyGroup> <ItemGroup /> <ItemGroup> <Compile Include="Model.bim"> <SubType>Code</SubType> </Compile> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Business Intelligence Semantic Model\1.0\Microsoft.AnalysisServices.VSHostBuilder.targets" /> </Project>