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 >{5C191E9A-6B9F-4E07-B7FF-45AFD928D02D}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >AssetGenerator</RootNamespace >
11
+ <AssemblyName >AssetGenerator</AssemblyName >
12
+ <TargetFrameworkVersion >v4.7.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <LangVersion >7.2</LangVersion >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <PlatformTarget >AnyCPU</PlatformTarget >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <PlatformTarget >AnyCPU</PlatformTarget >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" CommandLine, Version=2.2.1.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32" >
37
+ <HintPath >..\packages\CommandLineParser.2.2.1\lib\net45\CommandLine.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" SkiaSharp, Version=1.60.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" >
40
+ <HintPath >..\packages\SkiaSharp.1.60.1\lib\net45\SkiaSharp.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" SkiaSharp.Extended.Svg, Version=1.60.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" >
43
+ <HintPath >..\packages\SkiaSharp.Svg.1.60.0\lib\netstandard2.0\SkiaSharp.Extended.Svg.dll</HintPath >
44
+ </Reference >
45
+ <Reference Include =" System" />
46
+ <Reference Include =" System.Console, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
47
+ <HintPath >..\packages\System.Console.4.0.0-rc2-24027\lib\net46\System.Console.dll</HintPath >
48
+ </Reference >
49
+ <Reference Include =" System.Core" />
50
+ <Reference Include =" System.Data" />
51
+ <Reference Include =" System.IO, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
52
+ <HintPath >..\packages\System.IO.4.1.0-rc2-24027\lib\net462\System.IO.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" System.Linq, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
55
+ <HintPath >..\packages\System.Linq.4.1.0-rc2-24027\lib\net462\System.Linq.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" System.Reflection, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
58
+ <HintPath >..\packages\System.Reflection.4.1.0-rc2-24027\lib\net462\System.Reflection.dll</HintPath >
59
+ </Reference >
60
+ <Reference Include =" System.Reflection.TypeExtensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
61
+ <HintPath >..\packages\System.Reflection.TypeExtensions.4.1.0-rc2-24027\lib\net462\System.Reflection.TypeExtensions.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
64
+ <HintPath >..\packages\System.Runtime.4.1.0-rc2-24027\lib\net462\System.Runtime.dll</HintPath >
65
+ </Reference >
66
+ <Reference Include =" System.Runtime.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
67
+ <HintPath >..\packages\System.Runtime.Extensions.4.1.0-rc2-24027\lib\net462\System.Runtime.Extensions.dll</HintPath >
68
+ </Reference >
69
+ <Reference Include =" System.Xml" />
70
+ </ItemGroup >
71
+ <ItemGroup >
72
+ <Compile Include =" AndroidAssetGenerator.cs" />
73
+ <Compile Include =" AndroidResourceType.cs" />
74
+ <Compile Include =" DeviceType.cs" />
75
+ <Compile Include =" IAssetGenerator.cs" />
76
+ <Compile Include =" IOSAssetGenerator.cs" />
77
+ <Compile Include =" Options.cs" />
78
+ <Compile Include =" PngHelper.cs" />
79
+ <Compile Include =" Program.cs" />
80
+ <Compile Include =" Properties\AssemblyInfo.cs" />
81
+ </ItemGroup >
82
+ <ItemGroup >
83
+ <None Include =" packages.config" />
84
+ </ItemGroup >
85
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86
+ <Import Project =" ..\packages\SkiaSharp.1.60.0\build\net45\SkiaSharp.targets" Condition =" Exists('..\packages\SkiaSharp.1.60.0\build\net45\SkiaSharp.targets')" />
87
+ <Import Project =" ..\packages\SkiaSharp.1.60.1\build\net45\SkiaSharp.targets" Condition =" Exists('..\packages\SkiaSharp.1.60.1\build\net45\SkiaSharp.targets')" />
88
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89
+ Other similar extension points exist, see Microsoft.Common.targets.
90
+ <Target Name="BeforeBuild">
91
+ </Target>
92
+ <Target Name="AfterBuild">
93
+ </Target>
94
+ -->
95
+ </Project >
0 commit comments