markus / ConvertService / ServiceBase / Markus.Service.ConvertProcess / Markus.Service.ConvertProcess.csproj @ 8f3829bd
이력 | 보기 | 이력해설 | 다운로드 (7.25 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="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL"> |
63 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath> |
64 |
</Reference> |
65 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
66 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
67 |
</Reference> |
68 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
69 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
70 |
</Reference> |
71 |
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
72 |
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
73 |
</Reference> |
74 |
<Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL"> |
75 |
<HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath> |
76 |
</Reference> |
77 |
<Reference Include="System" /> |
78 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
79 |
<Reference Include="System.Core" /> |
80 |
<Reference Include="System.Runtime.Serialization" /> |
81 |
<Reference Include="System.ServiceModel" /> |
82 |
<Reference Include="System.Web.Extensions" /> |
83 |
<Reference Include="System.Windows.Forms" /> |
84 |
<Reference Include="System.Xml.Linq" /> |
85 |
<Reference Include="System.Data.DataSetExtensions" /> |
86 |
<Reference Include="Microsoft.CSharp" /> |
87 |
<Reference Include="System.Data" /> |
88 |
<Reference Include="System.Net.Http" /> |
89 |
<Reference Include="System.Xml" /> |
90 |
</ItemGroup> |
91 |
<ItemGroup> |
92 |
<Compile Include="Program.cs" /> |
93 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
94 |
</ItemGroup> |
95 |
<ItemGroup> |
96 |
<None Include="..\Markus.Service.Station\Log.config"> |
97 |
<Link>Log.config</Link> |
98 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
99 |
</None> |
100 |
<None Include="App.config" /> |
101 |
<None Include="packages.config" /> |
102 |
</ItemGroup> |
103 |
<ItemGroup> |
104 |
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
105 |
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
106 |
<Name>Markus.Service.Interface</Name> |
107 |
</ProjectReference> |
108 |
<ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj"> |
109 |
<Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project> |
110 |
<Name>Markus.Service.Convert</Name> |
111 |
</ProjectReference> |
112 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
113 |
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
114 |
<Name>Markus.Service.DataBase</Name> |
115 |
</ProjectReference> |
116 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
117 |
<Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
118 |
<Name>Markus.Service.Extensions</Name> |
119 |
</ProjectReference> |
120 |
<ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj"> |
121 |
<Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project> |
122 |
<Name>Markus.Service.IWcfService</Name> |
123 |
</ProjectReference> |
124 |
</ItemGroup> |
125 |
<ItemGroup> |
126 |
<WCFMetadata Include="Connected Services\" /> |
127 |
</ItemGroup> |
128 |
<ItemGroup> |
129 |
<None Include="obfuscar.xml"> |
130 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
131 |
</None> |
132 |
</ItemGroup> |
133 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
134 |
<PropertyGroup> |
135 |
<PreBuildEvent>xcopy /y /d "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"</PreBuildEvent> |
136 |
</PropertyGroup> |
137 |
<PropertyGroup> |
138 |
<PostBuildEvent>rem "$(Obfuscar)" obfuscar.xml</PostBuildEvent> |
139 |
</PropertyGroup> |
140 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
141 |
<PropertyGroup> |
142 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
143 |
</PropertyGroup> |
144 |
<Error Condition="!Exists('..\packages\Obfuscar.2.2.19\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.19\build\obfuscar.props'))" /> |
145 |
</Target> |
146 |
</Project> |