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
+ <ProjectGuid >{F3D148CA-D49D-4315-9CD6-AE7B0EEA9549}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Microsoft.Fx.Portability</RootNamespace >
11
+ <AssemblyName >Microsoft.Fx.Portability.Offline</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <DebugSymbols >true</DebugSymbols >
17
+ <DebugType >full</DebugType >
18
+ <Optimize >false</Optimize >
19
+ <OutputPath >bin\Debug\</OutputPath >
20
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
+ <DebugType >pdbonly</DebugType >
26
+ <Optimize >true</Optimize >
27
+ <OutputPath >bin\Release\</OutputPath >
28
+ <DefineConstants >TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <ItemGroup >
33
+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
34
+ <SpecificVersion >False</SpecificVersion >
35
+ <HintPath >..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
36
+ </Reference >
37
+ <Reference Include =" System" />
38
+ <Reference Include =" System.Core" />
39
+ <Reference Include =" System.Net.Http" />
40
+ <Reference Include =" System.Runtime.Serialization" />
41
+ <Reference Include =" System.Xml.Linq" />
42
+ <Reference Include =" System.Data.DataSetExtensions" />
43
+ <Reference Include =" Microsoft.CSharp" />
44
+ <Reference Include =" System.Data" />
45
+ <Reference Include =" System.Xml" />
46
+ </ItemGroup >
47
+ <ItemGroup >
48
+ <ProjectReference Include =" ..\Microsoft.Fx.Portability-net45\Microsoft.Fx.Portability-net45.csproj" >
49
+ <Project >{fc1429e3-46c3-49ed-b99f-b45e1ccfb86b}</Project >
50
+ <Name >Microsoft.Fx.Portability-net45</Name >
51
+ </ProjectReference >
52
+ </ItemGroup >
53
+ <ItemGroup >
54
+ <Compile Include =" Data.cs" />
55
+ <Compile Include =" OfflineApiCatalogLookup.cs" />
56
+ <Compile Include =" OfflineApiPortService.cs" />
57
+ <Compile Include =" OfflineApiRecommendations.cs" />
58
+ <Compile Include =" OfflineBreakingChanges.cs" />
59
+ </ItemGroup >
60
+ <ItemGroup >
61
+ <Folder Include =" Properties\" />
62
+ </ItemGroup >
63
+ <PropertyGroup >
64
+ <DataPath >$(MSBuildThisFileDirectory)data\</DataPath >
65
+ <CatalogDataFile >$(DataPath)catalog.bin</CatalogDataFile >
66
+ </PropertyGroup >
67
+ <ItemGroup >
68
+ <EmbeddedResource Include =" $(CatalogDataFile)" />
69
+ <None Include =" download.ps1" />
70
+ <None Include =" unity.config" />
71
+ <None Include =" packages.config" />
72
+ </ItemGroup >
73
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74
+ <Target Name =" DownloadContent" BeforeTargets =" BeforeBuild" >
75
+ <Exec Command =" powershell.exe -noprofile -noninteractive -ExecutionPolicy unrestricted -file $(MSBuildThisFileDirectory)download.ps1 $(CatalogDataFile) $(DataPath)" />
76
+ </Target >
77
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78
+ Other similar extension points exist, see Microsoft.Common.targets.
79
+ <Target Name="BeforeBuild">
80
+ </Target>
81
+ <Target Name="AfterBuild">
82
+ </Target>
83
+ -->
84
+ </Project >
0 commit comments