markus / ConvertService / ServiceBase / PlugInTest / PlugInTest.csproj @ 42d49521
이력 | 보기 | 이력해설 | 다운로드 (4.86 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.1</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<Deterministic>true</Deterministic> |
14 |
<PublishUrl>게시\</PublishUrl> |
15 |
<Install>true</Install> |
16 |
<InstallFrom>Disk</InstallFrom> |
17 |
<UpdateEnabled>false</UpdateEnabled> |
18 |
<UpdateMode>Foreground</UpdateMode> |
19 |
<UpdateInterval>7</UpdateInterval> |
20 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
21 |
<UpdatePeriodically>false</UpdatePeriodically> |
22 |
<UpdateRequired>false</UpdateRequired> |
23 |
<MapFileExtensions>true</MapFileExtensions> |
24 |
<ApplicationRevision>0</ApplicationRevision> |
25 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
26 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
27 |
<UseApplicationTrust>false</UseApplicationTrust> |
28 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
29 |
<TargetFrameworkProfile /> |
30 |
<NuGetPackageImportStamp> |
31 |
</NuGetPackageImportStamp> |
32 |
</PropertyGroup> |
33 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
34 |
<PlatformTarget>AnyCPU</PlatformTarget> |
35 |
<DebugSymbols>true</DebugSymbols> |
36 |
<DebugType>full</DebugType> |
37 |
<Optimize>false</Optimize> |
38 |
<OutputPath>bin\Debug\</OutputPath> |
39 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
40 |
<ErrorReport>prompt</ErrorReport> |
41 |
<WarningLevel>4</WarningLevel> |
42 |
<Prefer32Bit>false</Prefer32Bit> |
43 |
</PropertyGroup> |
44 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
45 |
<PlatformTarget>AnyCPU</PlatformTarget> |
46 |
<DebugType>pdbonly</DebugType> |
47 |
<Optimize>true</Optimize> |
48 |
<OutputPath>..\publish\Plugin\pluginTest\</OutputPath> |
49 |
<DefineConstants>TRACE</DefineConstants> |
50 |
<ErrorReport>prompt</ErrorReport> |
51 |
<WarningLevel>4</WarningLevel> |
52 |
<Prefer32Bit>false</Prefer32Bit> |
53 |
</PropertyGroup> |
54 |
<PropertyGroup> |
55 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
56 |
</PropertyGroup> |
57 |
<PropertyGroup> |
58 |
<StartupObject>PlugInTest.Program</StartupObject> |
59 |
</PropertyGroup> |
60 |
<ItemGroup> |
61 |
<Reference Include="System" /> |
62 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
63 |
<Reference Include="System.Core" /> |
64 |
<Reference Include="System.Xml.Linq" /> |
65 |
<Reference Include="System.Data.DataSetExtensions" /> |
66 |
<Reference Include="Microsoft.CSharp" /> |
67 |
<Reference Include="System.Data" /> |
68 |
<Reference Include="System.Net.Http" /> |
69 |
<Reference Include="System.Xml" /> |
70 |
</ItemGroup> |
71 |
<ItemGroup> |
72 |
<Compile Include="..\Markus.Service.Convert\Plugin.cs"> |
73 |
<Link>Plugin.cs</Link> |
74 |
</Compile> |
75 |
<Compile Include="Program.cs" /> |
76 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
77 |
</ItemGroup> |
78 |
<ItemGroup> |
79 |
<None Include="..\Markus.Service.Station\Plugin.ini"> |
80 |
<Link>Plugin.ini</Link> |
81 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
82 |
</None> |
83 |
<None Include="App.config" /> |
84 |
</ItemGroup> |
85 |
<ItemGroup> |
86 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
87 |
<Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
88 |
<Name>Markus.Service.Convert.IPlugin</Name> |
89 |
</ProjectReference> |
90 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
91 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
92 |
<Name>Markus.Service.Extensions</Name> |
93 |
</ProjectReference> |
94 |
</ItemGroup> |
95 |
<ItemGroup> |
96 |
<WCFMetadata Include="Connected Services\" /> |
97 |
</ItemGroup> |
98 |
<ItemGroup> |
99 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
100 |
<Visible>False</Visible> |
101 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
102 |
<Install>false</Install> |
103 |
</BootstrapperPackage> |
104 |
</ItemGroup> |
105 |
<ItemGroup> |
106 |
<PackageReference Include="EntityFramework"> |
107 |
<Version>6.4.4</Version> |
108 |
</PackageReference> |
109 |
<PackageReference Include="log4net"> |
110 |
<Version>2.0.8</Version> |
111 |
</PackageReference> |
112 |
<PackageReference Include="Microsoft.CSharp"> |
113 |
<Version>4.5.0</Version> |
114 |
</PackageReference> |
115 |
<PackageReference Include="Salaros.ConfigParser"> |
116 |
<Version>0.3.8</Version> |
117 |
</PackageReference> |
118 |
</ItemGroup> |
119 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
120 |
<PropertyGroup> |
121 |
<PreBuildEvent> |
122 |
</PreBuildEvent> |
123 |
</PropertyGroup> |
124 |
</Project> |