markus / MarkupDataParse / MarkupDataParse.csproj @ master
이력 | 보기 | 이력해설 | 다운로드 (2.82 KB)
1 | c095f3cb | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="15.0" 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>{C8BB3E31-C512-4B87-B78F-6042A02594B0}</ProjectGuid> |
||
8 | <OutputType>Library</OutputType> |
||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
10 | <RootNamespace>MarkupDataParse</RootNamespace> |
||
11 | <AssemblyName>MarkupDataParse</AssemblyName> |
||
12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||
13 | <FileAlignment>512</FileAlignment> |
||
14 | <Deterministic>true</Deterministic> |
||
15 | <TargetFrameworkProfile> |
||
16 | </TargetFrameworkProfile> |
||
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 | <Prefer32Bit>false</Prefer32Bit> |
||
27 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
28 | </PropertyGroup> |
||
29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
30 | <DebugType>pdbonly</DebugType> |
||
31 | <Optimize>true</Optimize> |
||
32 | <OutputPath>bin\Release\</OutputPath> |
||
33 | <DefineConstants>TRACE</DefineConstants> |
||
34 | <ErrorReport>prompt</ErrorReport> |
||
35 | <WarningLevel>4</WarningLevel> |
||
36 | <Prefer32Bit>false</Prefer32Bit> |
||
37 | </PropertyGroup> |
||
38 | <PropertyGroup> |
||
39 | <SignAssembly>true</SignAssembly> |
||
40 | </PropertyGroup> |
||
41 | <PropertyGroup> |
||
42 | <AssemblyOriginatorKeyFile>MarkupDataParseKey.pfx</AssemblyOriginatorKeyFile> |
||
43 | </PropertyGroup> |
||
44 | <PropertyGroup> |
||
45 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
46 | </PropertyGroup> |
||
47 | <ItemGroup> |
||
48 | <Reference Include="System" /> |
||
49 | <Reference Include="System.Core" /> |
||
50 | <Reference Include="System.Runtime.Serialization" /> |
||
51 | <Reference Include="System.Xml.Linq" /> |
||
52 | <Reference Include="System.Data.DataSetExtensions" /> |
||
53 | <Reference Include="Microsoft.CSharp" /> |
||
54 | <Reference Include="System.Data" /> |
||
55 | <Reference Include="System.Net.Http" /> |
||
56 | <Reference Include="System.Xml" /> |
||
57 | </ItemGroup> |
||
58 | <ItemGroup> |
||
59 | <Compile Include="MarkupDataFunctions.cs" /> |
||
60 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
61 | </ItemGroup> |
||
62 | <ItemGroup> |
||
63 | <None Include="MarkupDataParseKey.pfx" /> |
||
64 | <None Include="package.nuspec" /> |
||
65 | </ItemGroup> |
||
66 | <ItemGroup> |
||
67 | <Content Include="InsertAss.SQL" /> |
||
68 | </ItemGroup> |
||
69 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
70 | </Project> |