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 >{5D36E019-958A-4DD7-89FE-7D0B7D9CA3B8}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Debaser</RootNamespace >
11
+ <AssemblyName >Debaser</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <NuGetPackageImportStamp >
15
+ </NuGetPackageImportStamp >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
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
+ <DebugType >pdbonly</DebugType >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >bin\Release\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ </PropertyGroup >
34
+ <ItemGroup >
35
+ <Reference Include =" Injectionist, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
36
+ <HintPath >..\packages\Injectionist.2.0.1\lib\NET45\Injectionist.dll</HintPath >
37
+ <Private >True</Private >
38
+ </Reference >
39
+ <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
40
+ <HintPath >..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
41
+ <Private >True</Private >
42
+ </Reference >
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Core" />
45
+ <Reference Include =" System.Xml.Linq" />
46
+ <Reference Include =" System.Data.DataSetExtensions" />
47
+ <Reference Include =" Microsoft.CSharp" />
48
+ <Reference Include =" System.Data" />
49
+ <Reference Include =" System.Net.Http" />
50
+ <Reference Include =" System.Xml" />
51
+ </ItemGroup >
52
+ <ItemGroup >
53
+ <Compile Include =" Database.cs" />
54
+ <Compile Include =" Properties\AssemblyInfo.cs" />
55
+ </ItemGroup >
56
+ <ItemGroup >
57
+ <None Include =" packages.config" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <Content Include =" FodyWeavers.xml" />
61
+ </ItemGroup >
62
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
63
+ <Import Project =" ..\packages\Fody.1.28.3\build\Fody.targets" Condition =" Exists('..\packages\Fody.1.28.3\build\Fody.targets')" />
64
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
65
+ <PropertyGroup >
66
+ <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 >
67
+ </PropertyGroup >
68
+ <Error Condition =" !Exists('..\packages\Fody.1.28.3\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.28.3\build\Fody.targets'))" />
69
+ </Target >
70
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71
+ Other similar extension points exist, see Microsoft.Common.targets.
72
+ <Target Name="BeforeBuild">
73
+ </Target>
74
+ <Target Name="AfterBuild">
75
+ </Target>
76
+ -->
77
+ </Project >
0 commit comments