markus / MarkusLogview / IKCOM / IKCOM.csproj @ 77922798
이력 | 보기 | 이력해설 | 다운로드 (3.08 KB)
1 | 84578b97 | djkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <Import Project="..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" /> |
||
4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||
5 | <PropertyGroup> |
||
6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
8 | <ProjectGuid>{F236A005-12F4-406A-B9ED-0C3B5D994001}</ProjectGuid> |
||
9 | <OutputType>Library</OutputType> |
||
10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
11 | <RootNamespace>IKCOM</RootNamespace> |
||
12 | <AssemblyName>IKCOM</AssemblyName> |
||
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||
14 | <FileAlignment>512</FileAlignment> |
||
15 | <NuGetPackageImportStamp> |
||
16 | </NuGetPackageImportStamp> |
||
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 | </PropertyGroup> |
||
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
28 | <DebugType>pdbonly</DebugType> |
||
29 | <Optimize>true</Optimize> |
||
30 | <OutputPath>bin\Release\</OutputPath> |
||
31 | <DefineConstants>TRACE</DefineConstants> |
||
32 | <ErrorReport>prompt</ErrorReport> |
||
33 | <WarningLevel>4</WarningLevel> |
||
34 | </PropertyGroup> |
||
35 | <ItemGroup> |
||
36 | <Reference Include="System" /> |
||
37 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
38 | <Reference Include="System.Core" /> |
||
39 | <Reference Include="System.Xml.Linq" /> |
||
40 | <Reference Include="System.Data.DataSetExtensions" /> |
||
41 | <Reference Include="Microsoft.CSharp" /> |
||
42 | <Reference Include="System.Data" /> |
||
43 | <Reference Include="System.Xml" /> |
||
44 | </ItemGroup> |
||
45 | <ItemGroup> |
||
46 | <Compile Include="Interface.cs" /> |
||
47 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
48 | </ItemGroup> |
||
49 | <ItemGroup> |
||
50 | <None Include="packages.config" /> |
||
51 | </ItemGroup> |
||
52 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
53 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
54 | <PropertyGroup> |
||
55 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
56 | </PropertyGroup> |
||
57 | <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props'))" /> |
||
58 | </Target> |
||
59 | </Project> |