/src/LinFu.Reflection/LinFu.Reflection.csproj
http://github.com/philiplaureano/LinFu · MSBuild · 96 lines · 89 code · 0 blank · 7 comment · 4 complexity · 8f89715b40b5f130b4f54f641518f53a MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{22EEB00F-F471-486C-A6AD-60F088821C78}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>LinFu.Reflection</RootNamespace>
- <AssemblyName>LinFu.Reflection</AssemblyName>
- <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>LinFu.snk</AssemblyOriginatorKeyFile>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>3.5</OldToolsVersion>
- <UpgradeBackupLocation />
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\build\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>bin\Debug\LinFu.Reflection.XML</DocumentationFile>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\build\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>..\..\build\Release\LinFu.Reflection.XML</DocumentationFile>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\CommonAssemblyInfo.cs">
- <Link>Properties\CommonAssemblyInfo.cs</Link>
- </Compile>
- <Compile Include="AssemblyActionLoader.cs" />
- <Compile Include="AssemblyLoader.cs" />
- <Compile Include="AssemblyTargetLoader.cs" />
- <Compile Include="BasePluginLoader.cs" />
- <Compile Include="CollectionExtensions.cs" />
- <Compile Include="DefaultDirectoryLister.cs" />
- <Compile Include="Interfaces\IActionLoader.cs" />
- <Compile Include="Interfaces\IAssemblyLoader.cs" />
- <Compile Include="Interfaces\IAssemblyTargetLoader.cs" />
- <Compile Include="Interfaces\IDirectoryListing.cs" />
- <Compile Include="Interfaces\IInitialize.cs" />
- <Compile Include="Interfaces\ILoader.cs" />
- <Compile Include="Interfaces\ILoaderPlugin.cs" />
- <Compile Include="Interfaces\ITypeExtractor.cs" />
- <Compile Include="ListLoader.cs" />
- <Compile Include="Loader.cs" />
- <Compile Include="LoaderPluginAttribute.cs" />
- <Compile Include="PluginLoader.cs" />
- <Compile Include="Plugins\BaseLoaderPlugin.cs" />
- <Compile Include="Plugins\BaseTargetLoaderPlugin.cs" />
- <Compile Include="Runtime.cs" />
- <Compile Include="TypeExtractor.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="LinFu.snk" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>