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 >{C5136CFB-BB51-4F06-BFEF-0A690FBD7D50}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >RampUp.Enveloper.Fody</RootNamespace >
11
+ <AssemblyName >RampUp.Enveloper.Fody</AssemblyName >
12
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <TargetFrameworkProfile />
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >..\Tools\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <DebugType >pdbonly</DebugType >
27
+ <Optimize >true</Optimize >
28
+ <OutputPath >..\Tools\</OutputPath >
29
+ <DefineConstants >TRACE</DefineConstants >
30
+ <ErrorReport >prompt</ErrorReport >
31
+ <WarningLevel >4</WarningLevel >
32
+ </PropertyGroup >
33
+ <ItemGroup >
34
+ <Reference Include =" Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
35
+ <HintPath >..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath >
36
+ <Private >True</Private >
37
+ </Reference >
38
+ <Reference Include =" Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
39
+ <HintPath >..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll</HintPath >
40
+ <Private >True</Private >
41
+ </Reference >
42
+ <Reference Include =" Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
43
+ <HintPath >..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll</HintPath >
44
+ <Private >True</Private >
45
+ </Reference >
46
+ <Reference Include =" Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
47
+ <HintPath >..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll</HintPath >
48
+ <Private >True</Private >
49
+ </Reference >
50
+ <Reference Include =" System" />
51
+ <Reference Include =" System.Core" />
52
+ <Reference Include =" System.Xml.Linq" />
53
+ <Reference Include =" System.Data.DataSetExtensions" />
54
+ <Reference Include =" Microsoft.CSharp" />
55
+ <Reference Include =" System.Data" />
56
+ <Reference Include =" System.Net.Http" />
57
+ <Reference Include =" System.Xml" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <Compile Include =" ModuleWeaver.cs" />
61
+ <Compile Include =" Properties\AssemblyInfo.cs" />
62
+ </ItemGroup >
63
+ <ItemGroup >
64
+ <None Include =" packages.config" />
65
+ </ItemGroup >
66
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68
+ Other similar extension points exist, see Microsoft.Common.targets.
69
+ <Target Name="BeforeBuild">
70
+ </Target>
71
+ <Target Name="AfterBuild">
72
+ </Target>
73
+ -->
74
+ </Project >
0 commit comments