프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / PlugInTest / PlugInTest.csproj @ 3035602a

이력 | 보기 | 이력해설 | 다운로드 (4.84 KB)

1 c8183702 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>{F344E7AE-B16E-4736-9816-4BE415418F58}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>PlugInTest</RootNamespace>
10
    <AssemblyName>PlugInTest</AssemblyName>
11
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <Deterministic>true</Deterministic>
14
  </PropertyGroup>
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16
    <PlatformTarget>AnyCPU</PlatformTarget>
17
    <DebugSymbols>true</DebugSymbols>
18
    <DebugType>full</DebugType>
19
    <Optimize>false</Optimize>
20
    <OutputPath>bin\Debug\</OutputPath>
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
22
    <ErrorReport>prompt</ErrorReport>
23
    <WarningLevel>4</WarningLevel>
24
  </PropertyGroup>
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26
    <PlatformTarget>AnyCPU</PlatformTarget>
27
    <DebugType>pdbonly</DebugType>
28
    <Optimize>true</Optimize>
29
    <OutputPath>bin\Release\</OutputPath>
30
    <DefineConstants>TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33
  </PropertyGroup>
34
  <PropertyGroup>
35
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
36
  </PropertyGroup>
37 a72d2650 taeseongkim
  <PropertyGroup>
38
    <StartupObject>PlugInTest.Program</StartupObject>
39
  </PropertyGroup>
40 c8183702 taeseongkim
  <ItemGroup>
41
    <Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL">
42
      <HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath>
43
      <Private>True</Private>
44
    </Reference>
45
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
46
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
47
    </Reference>
48
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
49
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
50
    </Reference>
51
    <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
52
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
53
    </Reference>
54
    <Reference Include="System" />
55
    <Reference Include="System.ComponentModel.DataAnnotations" />
56
    <Reference Include="System.Core" />
57
    <Reference Include="System.Xml.Linq" />
58
    <Reference Include="System.Data.DataSetExtensions" />
59
    <Reference Include="Microsoft.CSharp" />
60
    <Reference Include="System.Data" />
61
    <Reference Include="System.Net.Http" />
62
    <Reference Include="System.Xml" />
63
  </ItemGroup>
64
  <ItemGroup>
65
    <Compile Include="..\Markus.Service.Convert\Plugin.cs">
66
      <Link>Plugin.cs</Link>
67
    </Compile>
68
    <Compile Include="Program_.cs" />
69
    <Compile Include="Properties\AssemblyInfo.cs" />
70
    <Compile Include="Program.cs" />
71
  </ItemGroup>
72
  <ItemGroup>
73 a72d2650 taeseongkim
    <None Include="..\Markus.Service.Station\Plugin.ini">
74
      <Link>Plugin.ini</Link>
75
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
76
    </None>
77 c8183702 taeseongkim
    <None Include="App.config" />
78
    <None Include="packages.config" />
79
  </ItemGroup>
80
  <ItemGroup>
81 a72d2650 taeseongkim
    <ProjectReference Include="..\DocItemCheck\DocItemCheck.csproj">
82
      <Project>{2f7115c0-6414-46db-b2e5-c941099b7737}</Project>
83
      <Name>DocItemCheck</Name>
84
    </ProjectReference>
85 c8183702 taeseongkim
    <ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj">
86
      <Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project>
87
      <Name>Markus.Service.Convert.IPlugin</Name>
88
    </ProjectReference>
89
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
90
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
91
      <Name>Markus.Service.Extensions</Name>
92
    </ProjectReference>
93
    <ProjectReference Include="..\TestDocumentInfo\TestDocumentInfo.csproj">
94
      <Project>{8e4a5dbd-1a40-4d43-a03b-e780ed098e9d}</Project>
95
      <Name>TestDocumentInfo</Name>
96
    </ProjectReference>
97
  </ItemGroup>
98 a72d2650 taeseongkim
  <ItemGroup>
99
    <WCFMetadata Include="Connected Services\" />
100
  </ItemGroup>
101 c8183702 taeseongkim
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102
  <PropertyGroup>
103
    <PreBuildEvent>xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"</PreBuildEvent>
104
  </PropertyGroup>
105
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)