Cosmos/source/Cosmos.Debug.Symbols/Cosmos.Debug.Symbols.csproj
2017-01-15 22:23:56 -06:00

78 lines
No EOL
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{2E740096-911F-47D0-A46D-998DBB76FC5D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.Debug.Symbols</RootNamespace>
<AssemblyName>Cosmos.Debug.Symbols</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<OutputPath>bin\Debug\net462\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\net462\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\Cosmos.snk">
<Link>Cosmos.snk</Link>
</None>
<None Include="Cosmos.Debug.Symbols.project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="CacheHelper.cs" />
<Compile Include="DebugInfo.cs" />
<Compile Include="DebugModel.cs" />
<Compile Include="DebugSymbolReader.cs" />
<Compile Include="MethodBaseExtensions.cs" />
<Compile Include="MethodBodyBlockExtensions.cs" />
<Compile Include="ObjectReader.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SourceInfo.cs" />
<Compile Include="SQL.cs" />
<Compile Include="SqliteBulkCopy.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="SQLite.sql" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="SQLiteIndexes.sql" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
</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>