프로젝트

일반

사용자정보

개정판 ae634824

IDae6348248dd497dcdd4b663505893f2402b81e15
상위 4ff15ee5
하위 0dbf1537, b67eb192

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

빌드 이벤트 수정

Change-Id: I0cdeee1454e3a629d8356fbc5ec22547cfe4b9cb

차이점 보기:

ConvertService/ServiceBase/Markus.Service.ConvertProcess/Markus.Service.ConvertProcess.csproj
148 148
    <PreBuildEvent>if $(ConfigurationName) == Debug (
149 149
xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"
150 150
xcopy /y /d /I  "$(SolutionDir)publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
151
) ELSE  (echo "Not Debug mode, no file copy from Plugin")
152
</PreBuildEvent>
151
) ELSE  (echo "Not Debug mode, no file copy from Plugin")</PreBuildEvent>
153 152
  </PropertyGroup>
154 153
  <PropertyGroup>
155 154
    <PostBuildEvent>rem "$(Obfuscar)" obfuscar.xml</PostBuildEvent>
ConvertService/ServiceBase/Markus.Service.Station/Markus.Service.Station.csproj
225 225
  <PropertyGroup>
226 226
    <PreBuildEvent>if $(ConfigurationName) == Debug (
227 227
xcopy /y /d /I  "$(SolutionDir)publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
228
) ELSE  (echo "Not Debug mode, no file copy from Plugin")
229
</PreBuildEvent>
228
) ELSE  (echo "Not Debug mode, no file copy from Plugin")</PreBuildEvent>
230 229
  </PropertyGroup>
231 230
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
232 231
    <PropertyGroup>
ConvertService/ServiceBase/ServiceTestApp/MainWindow.xaml.cs
34 34
            InitializeComponent();
35 35

  
36 36
            var config = Markus.Service.Helper.ConfigHelper.AppConfig("ServiceStation.ini");
37
#pragma warning disable CS0436 // 형식이 가져온 형식과 충돌합니다.
37 38
            MarkusDBConnectionString = AESEncrypter.Decrypt(config.GetValue(CONFIG_DEFINE.SERVICE, CONFIG_DEFINE.MARKUS_CONNECTION_STRING));
39
#pragma warning restore CS0436 // 형식이 가져온 형식과 충돌합니다.
38 40

  
39 41
            datagrid.ItemsSource = convertItems;
40 42
          
ConvertService/ServiceBase/ServiceTestApp/ServiceTestApp.csproj
338 338
  <PropertyGroup>
339 339
    <PreBuildEvent>if $(ConfigurationName) == Debug (
340 340
xcopy /y /d /I  "$(SolutionDir)publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
341
) ELSE  (echo "Not Debug mode, no file copy from Plugin")
342

  
343
</PreBuildEvent>
341
) ELSE  (echo "Not Debug mode, no file copy from Plugin")</PreBuildEvent>
344 342
  </PropertyGroup>
345 343
</Project>

내보내기 Unified diff

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