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 =" ..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition =" Exists('..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
4
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
+ <PropertyGroup >
6
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
+ <ProjectGuid >{A0D941EF-1EF6-47CD-9E4F-EDD3497DC594}</ProjectGuid >
9
+ <OutputType >Exe</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >WiaCopyTool</RootNamespace >
12
+ <AssemblyName >WiaCopyTool</AssemblyName >
13
+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
14
+ <FileAlignment >512</FileAlignment >
15
+ <NuGetPackageImportStamp >
16
+ </NuGetPackageImportStamp >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
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
+ <PropertyGroup >
36
+ <StartupObject />
37
+ </PropertyGroup >
38
+ <ItemGroup >
39
+ <Reference Include =" Microsoft.CSharp" />
40
+ <Reference Include =" System" />
41
+ </ItemGroup >
42
+ <ItemGroup >
43
+ <Compile Include =" WiaCopyTool.cs" />
44
+ <Compile Include =" WiaCopy.cs" />
45
+ <Compile Include =" Properties\AssemblyInfo.cs" />
46
+ </ItemGroup >
47
+ <ItemGroup >
48
+ <COMReference Include =" WIA" >
49
+ <Guid >{94A0E92D-43C0-494E-AC29-FD45948A5221}</Guid >
50
+ <VersionMajor >1</VersionMajor >
51
+ <VersionMinor >0</VersionMinor >
52
+ <Lcid >0</Lcid >
53
+ <WrapperTool >tlbimp</WrapperTool >
54
+ <Isolated >False</Isolated >
55
+ <EmbedInteropTypes >True</EmbedInteropTypes >
56
+ </COMReference >
57
+ </ItemGroup >
58
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
59
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
60
+ <PropertyGroup >
61
+ <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 >
62
+ </PropertyGroup >
63
+ <Error Condition =" !Exists('..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
64
+ </Target >
65
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
66
+ Other similar extension points exist, see Microsoft.Common.targets.
67
+ <Target Name="BeforeBuild">
68
+ </Target>
69
+ <Target Name="AfterBuild">
70
+ </Target>
71
+ -->
72
+ </Project >
0 commit comments