1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.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+ <ProductVersion >
8+ </ProductVersion >
9+ <SchemaVersion >2.0</SchemaVersion >
10+ <ProjectGuid >{67234F66-162D-4DA2-8232-30B8E6559EF8}</ProjectGuid >
11+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12+ <OutputType >Library</OutputType >
13+ <AppDesignerFolder >Properties</AppDesignerFolder >
14+ <RootNamespace >MockEC2InstanceMetaData</RootNamespace >
15+ <AssemblyName >MockEC2InstanceMetaData</AssemblyName >
16+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
17+ <UseIISExpress >true</UseIISExpress >
18+ <IISExpressSSLPort />
19+ <IISExpressAnonymousAuthentication />
20+ <IISExpressWindowsAuthentication />
21+ <IISExpressUseClassicPipelineMode />
22+ </PropertyGroup >
23+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24+ <DebugSymbols >true</DebugSymbols >
25+ <DebugType >full</DebugType >
26+ <Optimize >false</Optimize >
27+ <OutputPath >bin\</OutputPath >
28+ <DefineConstants >DEBUG;TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33+ <DebugType >pdbonly</DebugType >
34+ <Optimize >true</Optimize >
35+ <OutputPath >bin\</OutputPath >
36+ <DefineConstants >TRACE</DefineConstants >
37+ <ErrorReport >prompt</ErrorReport >
38+ <WarningLevel >4</WarningLevel >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" log4net" >
42+ <HintPath >..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Microsoft.CSharp" />
45+ <Reference Include =" Microsoft.Owin" >
46+ <HintPath >..\packages\Microsoft.Owin.3.0.0\lib\net45\Microsoft.Owin.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" Microsoft.Owin.Diagnostics" >
49+ <HintPath >..\packages\Microsoft.Owin.Diagnostics.3.0.0\lib\net45\Microsoft.Owin.Diagnostics.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" Microsoft.Owin.Host.HttpListener" >
52+ <HintPath >..\packages\Microsoft.Owin.Host.HttpListener.3.0.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath >
53+ </Reference >
54+ <Reference Include =" Microsoft.Owin.Host.SystemWeb" >
55+ <HintPath >..\packages\Microsoft.Owin.Host.SystemWeb.3.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath >
56+ </Reference >
57+ <Reference Include =" Microsoft.Owin.Hosting" >
58+ <HintPath >..\packages\Microsoft.Owin.Hosting.3.0.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
61+ <SpecificVersion >False</SpecificVersion >
62+ <HintPath >..\packages\Newtonsoft.Json.6.0.7\lib\net45\Newtonsoft.Json.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" Owin" >
65+ <HintPath >..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" System.Web.DynamicData" />
68+ <Reference Include =" System.Web.Entity" />
69+ <Reference Include =" System.Web.ApplicationServices" />
70+ <Reference Include =" System.ComponentModel.DataAnnotations" />
71+ <Reference Include =" System" />
72+ <Reference Include =" System.Data" />
73+ <Reference Include =" System.Core" />
74+ <Reference Include =" System.Data.DataSetExtensions" />
75+ <Reference Include =" System.Web.Extensions" />
76+ <Reference Include =" System.Xml.Linq" />
77+ <Reference Include =" System.Drawing" />
78+ <Reference Include =" System.Web" />
79+ <Reference Include =" System.Xml" />
80+ <Reference Include =" System.Configuration" />
81+ <Reference Include =" System.Web.Services" />
82+ <Reference Include =" System.EnterpriseServices" />
83+ </ItemGroup >
84+ <ItemGroup >
85+ <Content Include =" packages.config" />
86+ <None Include =" Web.Debug.config" >
87+ <DependentUpon >Web.config</DependentUpon >
88+ </None >
89+ <None Include =" Web.Release.config" >
90+ <DependentUpon >Web.config</DependentUpon >
91+ </None >
92+ </ItemGroup >
93+ <ItemGroup >
94+ <Content Include =" Web.config" />
95+ </ItemGroup >
96+ <ItemGroup >
97+ <Compile Include =" Properties\AssemblyInfo.cs" />
98+ <Compile Include =" Startup1.cs" />
99+ </ItemGroup >
100+ <PropertyGroup >
101+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
102+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
103+ </PropertyGroup >
104+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
105+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
106+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
107+ <ProjectExtensions >
108+ <VisualStudio >
109+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
110+ <WebProjectProperties >
111+ <UseIIS >True</UseIIS >
112+ <AutoAssignPort >True</AutoAssignPort >
113+ <DevelopmentServerPort >51385</DevelopmentServerPort >
114+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
115+ <IISUrl >http://localhost:51385/</IISUrl >
116+ <NTLMAuthentication >False</NTLMAuthentication >
117+ <UseCustomServer >False</UseCustomServer >
118+ <CustomServerUrl >
119+ </CustomServerUrl >
120+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
121+ </WebProjectProperties >
122+ </FlavorProperties >
123+ </VisualStudio >
124+ </ProjectExtensions >
125+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
126+ Other similar extension points exist, see Microsoft.Common.targets.
127+ <Target Name="BeforeBuild">
128+ </Target>
129+ <Target Name="AfterBuild">
130+ </Target>
131+ -->
132+ </Project >
0 commit comments