프로젝트

일반

사용자정보

개정판 d91efe5c

IDd91efe5ce99e5c58649efbf3ef785e8a18690d03
상위 950e6b84
하위 43e1d368

김태성이(가) 2년 이상 전에 추가함

issue #00000 download plugin 추가

Change-Id: I54fda0acd2594e6978c5ce0f3c28c92ebf899bd6

차이점 보기:

ConvertService/ServiceBase/Markus.Service.Station/Markus.Service.Station.csproj
75 75
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
76 76
    <Prefer32Bit>true</Prefer32Bit>
77 77
  </PropertyGroup>
78
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|AnyCPU'">
79
    <OutputPath>bin\ReleaseAll\</OutputPath>
80
    <DefineConstants>TRACE</DefineConstants>
81
    <Optimize>true</Optimize>
82
    <DebugType>pdbonly</DebugType>
83
    <PlatformTarget>AnyCPU</PlatformTarget>
84
    <LangVersion>7.3</LangVersion>
85
    <ErrorReport>prompt</ErrorReport>
86
  </PropertyGroup>
87
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|x64'">
88
    <OutputPath>..\publish\ServiceStation\</OutputPath>
89
    <DefineConstants>TRACE</DefineConstants>
90
    <Optimize>true</Optimize>
91
    <DebugType>pdbonly</DebugType>
92
    <PlatformTarget>x64</PlatformTarget>
93
    <LangVersion>7.3</LangVersion>
94
    <ErrorReport>prompt</ErrorReport>
95
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
96
    <Prefer32Bit>true</Prefer32Bit>
97
  </PropertyGroup>
78 98
  <ItemGroup>
79 99
    <Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL">
80 100
      <HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath>
......
160 180
    <None Include="obfuscar.xml">
161 181
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
162 182
    </None>
163
    <Content Include="ServiceStation_DEBUG.ini">
183
    <None Include="ServiceStation_DEBUG.ini">
164 184
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
165
    </Content>
185
    </None>
166 186
    <None Include="Properties\DataSources\Markus.Service.IWcfService.Item.datasource" />
167
    <Content Include="ServiceStation.ini">
187
    <None Include="ServiceStation.ini">
168 188
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
169
    </Content>
170
    <Content Include="Plugin.ini">
189
    </None>
190
    <None Include="Plugin.ini">
171 191
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
172
    </Content>
192
    </None>
173 193
  </ItemGroup>
174 194
  <ItemGroup>
175 195
    <EmbeddedResource Include="ProjectInstaller.resx">
......
225 245
  </ItemGroup>
226 246
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
227 247
  <PropertyGroup>
228
    <PreBuildEvent>xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"</PreBuildEvent>
248
    <PreBuildEvent>if $(ConfigurationName) == Release (
249
xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
250
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin"
251
)
252

  
253
if $(ConfigurationName) == ReleaseAll (
254
xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
255
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin"
256
)</PreBuildEvent>
229 257
  </PropertyGroup>
230 258
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
231 259
    <PropertyGroup>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)