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