1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{2ACCFE36-B097-4658-90C0-79498BFF6EEA}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Elastacloud.FluentExamples</RootNamespace >
11
+ <AssemblyName >Elastacloud.FluentExamples</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <PlatformTarget >AnyCPU</PlatformTarget >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <PlatformTarget >AnyCPU</PlatformTarget >
27
+ <DebugType >pdbonly</DebugType >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >bin\Release\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ </PropertyGroup >
34
+ <ItemGroup >
35
+ <Reference Include =" BouncyCastle.Crypto, Version=1.7.4137.9283, Culture=neutral, PublicKeyToken=a4292a325f69b123, processorArchitecture=MSIL" >
36
+ <SpecificVersion >False</SpecificVersion >
37
+ <HintPath >..\packages\BouncyCastle.1.7.0\lib\Net20\BouncyCastle.Crypto.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" Elastacloud.AzureManagement.Fluent, Version=0.4.4.0, Culture=neutral, processorArchitecture=MSIL" >
40
+ <SpecificVersion >False</SpecificVersion >
41
+ <HintPath >..\packages\Elastacloud.AzureManagement.Fluent.0.4.4.8\lib\Elastacloud.AzureManagement.Fluent.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" Microsoft.SqlServer.ConnectionInfo, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
44
+ <Private >True</Private >
45
+ <HintPath >..\packages\Elastacloud.AzureManagement.Fluent.0.4.4.8\lib\Microsoft.SqlServer.ConnectionInfo.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" Microsoft.SqlServer.Management.Sdk.Sfc, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
48
+ <Private >True</Private >
49
+ <HintPath >..\packages\Elastacloud.AzureManagement.Fluent.0.4.4.8\lib\Microsoft.SqlServer.Management.Sdk.Sfc.dll</HintPath >
50
+ </Reference >
51
+ <Reference Include =" Microsoft.SqlServer.Smo, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
52
+ <Private >True</Private >
53
+ <HintPath >..\packages\Elastacloud.AzureManagement.Fluent.0.4.4.8\lib\Microsoft.SqlServer.Smo.dll</HintPath >
54
+ </Reference >
55
+ <Reference Include =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
56
+ <SpecificVersion >False</SpecificVersion >
57
+ <HintPath >..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath >
58
+ </Reference >
59
+ <Reference Include =" NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
60
+ <SpecificVersion >False</SpecificVersion >
61
+ <HintPath >..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" System" />
64
+ <Reference Include =" System.Configuration" />
65
+ <Reference Include =" System.Core" />
66
+ <Reference Include =" System.Security" />
67
+ <Reference Include =" System.Xml.Linq" />
68
+ <Reference Include =" System.Data.DataSetExtensions" />
69
+ <Reference Include =" Microsoft.CSharp" />
70
+ <Reference Include =" System.Data" />
71
+ <Reference Include =" System.Xml" />
72
+ </ItemGroup >
73
+ <ItemGroup >
74
+ <Compile Include =" BuildVirtualMachine.cs" />
75
+ <Compile Include =" IBuilder.cs" />
76
+ <Compile Include =" Program.cs" />
77
+ <Compile Include =" Properties\AssemblyInfo.cs" />
78
+ </ItemGroup >
79
+ <ItemGroup >
80
+ <None Include =" App.config" />
81
+ <Content Include =" NLog.config" >
82
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
83
+ </Content >
84
+ <None Include =" NLog.xsd" >
85
+ <SubType >Designer</SubType >
86
+ </None >
87
+ <None Include =" packages.config" />
88
+ </ItemGroup >
89
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
91
+ Other similar extension points exist, see Microsoft.Common.targets.
92
+ <Target Name="BeforeBuild">
93
+ </Target>
94
+ <Target Name="AfterBuild">
95
+ </Target>
96
+ -->
97
+ </Project >
0 commit comments