프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / Markus.Service.ConvertProcess / Markus.Service.ConvertProcess.csproj @ 7b095cc3

이력 | 보기 | 이력해설 | 다운로드 (7.45 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="..\packages\Obfuscar.2.2.19\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.19\build\obfuscar.props')" />
4
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
  <PropertyGroup>
6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8
    <ProjectGuid>{3F94FECF-4326-4452-8067-9F7B45D9BC6C}</ProjectGuid>
9
    <OutputType>Exe</OutputType>
10
    <RootNamespace>Markus.Service.ConvertProcess</RootNamespace>
11
    <AssemblyName>Markus.Service.ConvertProcess</AssemblyName>
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15
    <NuGetPackageImportStamp>
16
    </NuGetPackageImportStamp>
17
  </PropertyGroup>
18
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19
    <PlatformTarget>AnyCPU</PlatformTarget>
20
    <DebugSymbols>true</DebugSymbols>
21
    <DebugType>full</DebugType>
22
    <Optimize>false</Optimize>
23
    <OutputPath>bin\Debug\</OutputPath>
24
    <DefineConstants>DEBUG;TRACE</DefineConstants>
25
    <ErrorReport>prompt</ErrorReport>
26
    <WarningLevel>4</WarningLevel>
27
    <Prefer32Bit>false</Prefer32Bit>
28
  </PropertyGroup>
29
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30
    <PlatformTarget>AnyCPU</PlatformTarget>
31
    <DebugType>pdbonly</DebugType>
32
    <Optimize>true</Optimize>
33
    <OutputPath>bin\Release\</OutputPath>
34
    <DefineConstants>TRACE</DefineConstants>
35
    <ErrorReport>prompt</ErrorReport>
36
    <WarningLevel>4</WarningLevel>
37
  </PropertyGroup>
38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
39
    <DebugSymbols>true</DebugSymbols>
40
    <OutputPath>bin\x64\Debug\</OutputPath>
41
    <DefineConstants>TRACE;DEBUG;PROCESS_TEST</DefineConstants>
42
    <DebugType>full</DebugType>
43
    <PlatformTarget>x64</PlatformTarget>
44
    <ErrorReport>prompt</ErrorReport>
45
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46
    <Prefer32Bit>true</Prefer32Bit>
47
  </PropertyGroup>
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49
    <OutputPath>bin\x64\Release\</OutputPath>
50
    <DefineConstants>TRACE</DefineConstants>
51
    <Optimize>false</Optimize>
52
    <DebugType>pdbonly</DebugType>
53
    <PlatformTarget>x64</PlatformTarget>
54
    <ErrorReport>prompt</ErrorReport>
55
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56
    <Prefer32Bit>true</Prefer32Bit>
57
  </PropertyGroup>
58
  <PropertyGroup>
59
    <SignAssembly>true</SignAssembly>
60
  </PropertyGroup>
61
  <ItemGroup>
62
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
63
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
64
    </Reference>
65
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
66
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
67
    </Reference>
68
    <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
69
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
70
    </Reference>
71
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
72
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
73
    </Reference>
74
    <Reference Include="System" />
75
    <Reference Include="System.ComponentModel.DataAnnotations" />
76
    <Reference Include="System.Core" />
77
    <Reference Include="System.Runtime.Serialization" />
78
    <Reference Include="System.ServiceModel" />
79
    <Reference Include="System.Web.Extensions" />
80
    <Reference Include="System.Windows.Forms" />
81
    <Reference Include="System.Xml.Linq" />
82
    <Reference Include="System.Data.DataSetExtensions" />
83
    <Reference Include="Microsoft.CSharp" />
84
    <Reference Include="System.Data" />
85
    <Reference Include="System.Net.Http" />
86
    <Reference Include="System.Xml" />
87
  </ItemGroup>
88
  <ItemGroup>
89
    <Compile Include="Program.cs" />
90
    <Compile Include="Properties\AssemblyInfo.cs" />
91
  </ItemGroup>
92
  <ItemGroup>
93
    <None Include="..\Markus.Service.Station\Log.config">
94
      <Link>Log.config</Link>
95
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
96
    </None>
97
    <None Include="..\Markus.Service.Station\Plugin.ini">
98
      <Link>Plugin.ini</Link>
99
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
100
    </None>
101
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
102
      <Link>ServiceStation.ini</Link>
103
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
104
    </None>
105
    <None Include="App.config" />
106
    <None Include="packages.config" />
107
  </ItemGroup>
108
  <ItemGroup>
109
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
110
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
111
      <Name>Markus.Service.Interface</Name>
112
    </ProjectReference>
113
    <ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj">
114
      <Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project>
115
      <Name>Markus.Service.Convert</Name>
116
    </ProjectReference>
117
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
118
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
119
      <Name>Markus.Service.DataBase</Name>
120
    </ProjectReference>
121
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
122
      <Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project>
123
      <Name>Markus.Service.Extensions</Name>
124
    </ProjectReference>
125
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
126
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
127
      <Name>Markus.Service.WcfClient</Name>
128
    </ProjectReference>
129
  </ItemGroup>
130
  <ItemGroup>
131
    <WCFMetadata Include="Connected Services\" />
132
  </ItemGroup>
133
  <ItemGroup>
134
    <None Include="obfuscar.xml">
135
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
136
    </None>
137
  </ItemGroup>
138
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
139
  <PropertyGroup>
140
    <PreBuildEvent>xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"
141
xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"</PreBuildEvent>
142
  </PropertyGroup>
143
  <PropertyGroup>
144
    <PostBuildEvent>rem "$(Obfuscar)" obfuscar.xml</PostBuildEvent>
145
  </PropertyGroup>
146
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
147
    <PropertyGroup>
148
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
149
    </PropertyGroup>
150
    <Error Condition="!Exists('..\packages\Obfuscar.2.2.19\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.19\build\obfuscar.props'))" />
151
  </Target>
152
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)