markus / ConvertService / ServiceBase / PlugInTest / PlugInTest.csproj @ d33ef543
이력 | 보기 | 이력해설 | 다운로드 (4.33 KB)
1 |
<?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 |
<ItemGroup> |
38 |
<Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
39 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath> |
40 |
<Private>True</Private> |
41 |
</Reference> |
42 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
43 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
44 |
</Reference> |
45 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
46 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
47 |
</Reference> |
48 |
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
49 |
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
50 |
</Reference> |
51 |
<Reference Include="System" /> |
52 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
53 |
<Reference Include="System.Core" /> |
54 |
<Reference Include="System.Xml.Linq" /> |
55 |
<Reference Include="System.Data.DataSetExtensions" /> |
56 |
<Reference Include="Microsoft.CSharp" /> |
57 |
<Reference Include="System.Data" /> |
58 |
<Reference Include="System.Net.Http" /> |
59 |
<Reference Include="System.Xml" /> |
60 |
</ItemGroup> |
61 |
<ItemGroup> |
62 |
<Compile Include="..\Markus.Service.Convert\Plugin.cs"> |
63 |
<Link>Plugin.cs</Link> |
64 |
</Compile> |
65 |
<Compile Include="Program_.cs" /> |
66 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
67 |
<Compile Include="Program.cs" /> |
68 |
</ItemGroup> |
69 |
<ItemGroup> |
70 |
<None Include="App.config" /> |
71 |
<None Include="packages.config" /> |
72 |
</ItemGroup> |
73 |
<ItemGroup> |
74 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
75 |
<Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
76 |
<Name>Markus.Service.Convert.IPlugin</Name> |
77 |
</ProjectReference> |
78 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
79 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
80 |
<Name>Markus.Service.Extensions</Name> |
81 |
</ProjectReference> |
82 |
<ProjectReference Include="..\TestDocumentInfo\TestDocumentInfo.csproj"> |
83 |
<Project>{8e4a5dbd-1a40-4d43-a03b-e780ed098e9d}</Project> |
84 |
<Name>TestDocumentInfo</Name> |
85 |
</ProjectReference> |
86 |
</ItemGroup> |
87 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
88 |
<PropertyGroup> |
89 |
<PreBuildEvent>xcopy /y /d /I "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"</PreBuildEvent> |
90 |
</PropertyGroup> |
91 |
</Project> |