markus / ConvertService / ServiceBase / PlugInTest / PlugInTest.csproj @ 8acc4862
이력 | 보기 | 이력해설 | 다운로드 (5.65 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 | 1d79913e | taeseongkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
12 | c8183702 | taeseongkim | <FileAlignment>512</FileAlignment> |
13 | <Deterministic>true</Deterministic> |
||
14 | d91efe5c | taeseongkim | <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 | 43e1d368 | taeseongkim | <TargetFrameworkProfile /> |
30 | <NuGetPackageImportStamp> |
||
31 | </NuGetPackageImportStamp> |
||
32 | c8183702 | taeseongkim | </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 | d91efe5c | taeseongkim | <Prefer32Bit>false</Prefer32Bit> |
43 | c8183702 | taeseongkim | </PropertyGroup> |
44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
45 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
46 | <DebugType>pdbonly</DebugType> |
||
47 | <Optimize>true</Optimize> |
||
48 | d91efe5c | taeseongkim | <OutputPath>..\publish\Plugin\pluginTest\</OutputPath> |
49 | c8183702 | taeseongkim | <DefineConstants>TRACE</DefineConstants> |
50 | <ErrorReport>prompt</ErrorReport> |
||
51 | <WarningLevel>4</WarningLevel> |
||
52 | d91efe5c | taeseongkim | <Prefer32Bit>false</Prefer32Bit> |
53 | c8183702 | taeseongkim | </PropertyGroup> |
54 | <PropertyGroup> |
||
55 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
56 | </PropertyGroup> |
||
57 | a72d2650 | taeseongkim | <PropertyGroup> |
58 | <StartupObject>PlugInTest.Program</StartupObject> |
||
59 | </PropertyGroup> |
||
60 | b4a1c7ff | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'"> |
61 | <OutputPath>bin\ReleaseAll_XI\</OutputPath> |
||
62 | <DefineConstants>TRACE</DefineConstants> |
||
63 | <Optimize>true</Optimize> |
||
64 | <DebugType>pdbonly</DebugType> |
||
65 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
66 | <LangVersion>7.3</LangVersion> |
||
67 | <ErrorReport>prompt</ErrorReport> |
||
68 | </PropertyGroup> |
||
69 | c8183702 | taeseongkim | <ItemGroup> |
70 | <Reference Include="System" /> |
||
71 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
72 | <Reference Include="System.Core" /> |
||
73 | <Reference Include="System.Xml.Linq" /> |
||
74 | <Reference Include="System.Data.DataSetExtensions" /> |
||
75 | <Reference Include="Microsoft.CSharp" /> |
||
76 | <Reference Include="System.Data" /> |
||
77 | <Reference Include="System.Net.Http" /> |
||
78 | <Reference Include="System.Xml" /> |
||
79 | </ItemGroup> |
||
80 | <ItemGroup> |
||
81 | <Compile Include="..\Markus.Service.Convert\Plugin.cs"> |
||
82 | <Link>Plugin.cs</Link> |
||
83 | </Compile> |
||
84 | <Compile Include="Program.cs" /> |
||
85 | d91efe5c | taeseongkim | <Compile Include="Properties\AssemblyInfo.cs" /> |
86 | c8183702 | taeseongkim | </ItemGroup> |
87 | <ItemGroup> |
||
88 | a72d2650 | taeseongkim | <None Include="..\Markus.Service.Station\Plugin.ini"> |
89 | <Link>Plugin.ini</Link> |
||
90 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
91 | </None> |
||
92 | c8183702 | taeseongkim | <None Include="App.config" /> |
93 | </ItemGroup> |
||
94 | <ItemGroup> |
||
95 | <ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
||
96 | <Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
||
97 | <Name>Markus.Service.Convert.IPlugin</Name> |
||
98 | </ProjectReference> |
||
99 | <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
||
100 | <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
||
101 | <Name>Markus.Service.Extensions</Name> |
||
102 | </ProjectReference> |
||
103 | </ItemGroup> |
||
104 | a72d2650 | taeseongkim | <ItemGroup> |
105 | <WCFMetadata Include="Connected Services\" /> |
||
106 | </ItemGroup> |
||
107 | d91efe5c | taeseongkim | <ItemGroup> |
108 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
109 | <Visible>False</Visible> |
||
110 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
111 | <Install>false</Install> |
||
112 | </BootstrapperPackage> |
||
113 | </ItemGroup> |
||
114 | 43e1d368 | taeseongkim | <ItemGroup> |
115 | <PackageReference Include="log4net"> |
||
116 | 65674874 | taeseongkim | <Version>2.0.15</Version> |
117 | 43e1d368 | taeseongkim | </PackageReference> |
118 | <PackageReference Include="Microsoft.CSharp"> |
||
119 | 65674874 | taeseongkim | <Version>4.7.0</Version> |
120 | 43e1d368 | taeseongkim | </PackageReference> |
121 | <PackageReference Include="Salaros.ConfigParser"> |
||
122 | <Version>0.3.8</Version> |
||
123 | </PackageReference> |
||
124 | </ItemGroup> |
||
125 | c8183702 | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
126 | <PropertyGroup> |
||
127 | 1d79913e | taeseongkim | <PreBuildEvent>if $(ConfigurationName) == Debug ( |
128 | rem xcopy /y /d /I /s "$(SolutionDir)Markus.Service.ConvertProcess\bin\$(PlatformName)\$(ConfigurationName)\*.*" "$(TargetDir)\Convert" |
||
129 | xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)..\Plugin" |
||
130 | rem xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\DownloadPlugin" |
||
131 | )</PreBuildEvent> |
||
132 | </PropertyGroup> |
||
133 | <PropertyGroup> |
||
134 | <PostBuildEvent>if $(ConfigurationName) == Debug ( |
||
135 | xcopy /y /d /s "$(SolutionDir)Markus.Service.Station\Plugin.ini" "$(TargetDir)..\" |
||
136 | )</PostBuildEvent> |
||
137 | c8183702 | taeseongkim | </PropertyGroup> |
138 | </Project> |