개정판 d91efe5c
issue #00000 download plugin 추가
Change-Id: I54fda0acd2594e6978c5ce0f3c28c92ebf899bd6
ConvertService/ServiceBase/PlugInTest/PlugInTest.csproj | ||
---|---|---|
11 | 11 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
12 | 12 |
<FileAlignment>512</FileAlignment> |
13 | 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> |
|
14 | 29 |
</PropertyGroup> |
15 | 30 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 31 |
<PlatformTarget>AnyCPU</PlatformTarget> |
... | ... | |
21 | 36 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 | 37 |
<ErrorReport>prompt</ErrorReport> |
23 | 38 |
<WarningLevel>4</WarningLevel> |
39 |
<Prefer32Bit>false</Prefer32Bit> |
|
24 | 40 |
</PropertyGroup> |
25 | 41 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | 42 |
<PlatformTarget>AnyCPU</PlatformTarget> |
27 | 43 |
<DebugType>pdbonly</DebugType> |
28 | 44 |
<Optimize>true</Optimize> |
29 |
<OutputPath>bin\Release\</OutputPath>
|
|
45 |
<OutputPath>..\publish\Plugin\pluginTest\</OutputPath>
|
|
30 | 46 |
<DefineConstants>TRACE</DefineConstants> |
31 | 47 |
<ErrorReport>prompt</ErrorReport> |
32 | 48 |
<WarningLevel>4</WarningLevel> |
49 |
<Prefer32Bit>false</Prefer32Bit> |
|
33 | 50 |
</PropertyGroup> |
34 | 51 |
<PropertyGroup> |
35 | 52 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
... | ... | |
65 | 82 |
<Compile Include="..\Markus.Service.Convert\Plugin.cs"> |
66 | 83 |
<Link>Plugin.cs</Link> |
67 | 84 |
</Compile> |
68 |
<Compile Include="Program_.cs" /> |
|
69 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
70 | 85 |
<Compile Include="Program.cs" /> |
86 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
71 | 87 |
</ItemGroup> |
72 | 88 |
<ItemGroup> |
73 | 89 |
<None Include="..\Markus.Service.Station\Plugin.ini"> |
... | ... | |
78 | 94 |
<None Include="packages.config" /> |
79 | 95 |
</ItemGroup> |
80 | 96 |
<ItemGroup> |
81 |
<ProjectReference Include="..\DocItemCheck\DocItemCheck.csproj"> |
|
82 |
<Project>{2f7115c0-6414-46db-b2e5-c941099b7737}</Project> |
|
83 |
<Name>DocItemCheck</Name> |
|
84 |
</ProjectReference> |
|
85 | 97 |
<ProjectReference Include="..\Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj"> |
86 | 98 |
<Project>{a5ba7325-379c-4ccb-b156-1704fc2175e3}</Project> |
87 | 99 |
<Name>Markus.Service.Convert.IPlugin</Name> |
... | ... | |
90 | 102 |
<Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
91 | 103 |
<Name>Markus.Service.Extensions</Name> |
92 | 104 |
</ProjectReference> |
93 |
<ProjectReference Include="..\TestDocumentInfo\TestDocumentInfo.csproj"> |
|
94 |
<Project>{8e4a5dbd-1a40-4d43-a03b-e780ed098e9d}</Project> |
|
95 |
<Name>TestDocumentInfo</Name> |
|
96 |
</ProjectReference> |
|
97 | 105 |
</ItemGroup> |
98 | 106 |
<ItemGroup> |
99 | 107 |
<WCFMetadata Include="Connected Services\" /> |
100 | 108 |
</ItemGroup> |
109 |
<ItemGroup> |
|
110 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
111 |
<Visible>False</Visible> |
|
112 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
113 |
<Install>false</Install> |
|
114 |
</BootstrapperPackage> |
|
115 |
</ItemGroup> |
|
101 | 116 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
102 | 117 |
<PropertyGroup> |
103 |
<PreBuildEvent>xcopy /y /d /I "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"</PreBuildEvent> |
|
118 |
<PreBuildEvent> |
|
119 |
</PreBuildEvent> |
|
104 | 120 |
</PropertyGroup> |
105 | 121 |
</Project> |
내보내기 Unified diff