1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.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 >{14FDEE91-7301-4247-846C-049647BF8E99}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >MetricsServer</RootNamespace >
11+ <AssemblyName >MetricsServer</AssemblyName >
12+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15+ <NuGetPackageImportStamp >
16+ </NuGetPackageImportStamp >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <PlatformTarget >AnyCPU</PlatformTarget >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ <NoWarn >8002,618</NoWarn >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <PlatformTarget >AnyCPU</PlatformTarget >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\Release\</OutputPath >
34+ <DefineConstants >TRACE</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ </PropertyGroup >
38+ <PropertyGroup >
39+ <StartupObject />
40+ </PropertyGroup >
41+ <PropertyGroup >
42+ <SignAssembly >true</SignAssembly >
43+ </PropertyGroup >
44+ <PropertyGroup >
45+ <AssemblyOriginatorKeyFile >key.snk</AssemblyOriginatorKeyFile >
46+ </PropertyGroup >
47+ <ItemGroup >
48+ <Reference Include =" Nancy, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
49+ <SpecificVersion >False</SpecificVersion >
50+ <HintPath >$(SolutionDir)\packages\Nancy.1.4.1\lib\net40\Nancy.dll</HintPath >
51+ <Private >True</Private >
52+ </Reference >
53+ <Reference Include =" Nancy.Hosting.Self, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
54+ <HintPath >$(SolutionDir)\packages\Nancy.Hosting.Self.1.4.1\lib\net40\Nancy.Hosting.Self.dll</HintPath >
55+ <Private >True</Private >
56+ </Reference >
57+ <Reference Include =" System" />
58+ <Reference Include =" System.Core" />
59+ <Reference Include =" System.Xml.Linq" />
60+ <Reference Include =" System.Data.DataSetExtensions" />
61+ <Reference Include =" Microsoft.CSharp" />
62+ <Reference Include =" System.Data" />
63+ <Reference Include =" System.Net.Http" />
64+ <Reference Include =" System.Xml" />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <Compile Include =" Program.cs" />
68+ <Compile Include =" Properties\AssemblyInfo.cs" />
69+ <None Include =" ..\..\..\src\GitHub.Exports\Models\UsageData.cs" >
70+ <Link >UsageData.cs</Link >
71+ </None >
72+ <None Include =" ..\..\..\src\GitHub.Exports\Models\UsageModel.cs" >
73+ <Link >UsageModel.cs</Link >
74+ </None >
75+ </ItemGroup >
76+ <ItemGroup >
77+ <None Include =" App.config" />
78+ <None Include =" key.snk" />
79+ <None Include =" packages.config" />
80+ </ItemGroup >
81+ <ItemGroup >
82+ <ProjectReference Include =" ..\..\..\src\GitHub.Exports\GitHub.Exports.csproj" >
83+ <Project >{9AEA02DB-02B5-409C-B0CA-115D05331A6B}</Project >
84+ <Name >GitHub.Exports</Name >
85+ </ProjectReference >
86+ </ItemGroup >
87+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88+ <Import Project =" ..\..\..\packages\StrongNamer.0.0.6\build\StrongNamer.targets" Condition =" Exists('..\..\..\packages\StrongNamer.0.0.6\build\StrongNamer.targets')" />
89+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
90+ <PropertyGroup >
91+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
92+ </PropertyGroup >
93+ <Error Condition =" !Exists('..\..\..\packages\StrongNamer.0.0.6\build\StrongNamer.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\..\packages\StrongNamer.0.0.6\build\StrongNamer.targets'))" />
94+ </Target >
95+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96+ Other similar extension points exist, see Microsoft.Common.targets.
97+ <Target Name="BeforeBuild">
98+ </Target>
99+ <Target Name="AfterBuild">
100+ </Target>
101+ -->
102+ </Project >
0 commit comments