markus / ConvertService / ConverterService / ConverterStation / ConverterStation.csproj @ 58c9a957
이력 | 보기 | 이력해설 | 다운로드 (10.3 KB)
1 | 7ca218b3 | KangIngu | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <PropertyGroup> |
||
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
||
6 | <ProductVersion>8.0.30703</ProductVersion> |
||
7 | <SchemaVersion>2.0</SchemaVersion> |
||
8 | <ProjectGuid>{BF79B0DD-CF58-4300-BE87-7F78509F06E4}</ProjectGuid> |
||
9 | <OutputType>WinExe</OutputType> |
||
10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
11 | <RootNamespace>ConverterStation</RootNamespace> |
||
12 | <AssemblyName>ConverterStation</AssemblyName> |
||
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||
14 | <TargetFrameworkProfile> |
||
15 | </TargetFrameworkProfile> |
||
16 | <FileAlignment>512</FileAlignment> |
||
17 | <PublishUrl>publish\</PublishUrl> |
||
18 | <Install>true</Install> |
||
19 | <InstallFrom>Disk</InstallFrom> |
||
20 | <UpdateEnabled>false</UpdateEnabled> |
||
21 | <UpdateMode>Foreground</UpdateMode> |
||
22 | <UpdateInterval>7</UpdateInterval> |
||
23 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
||
24 | <UpdatePeriodically>false</UpdatePeriodically> |
||
25 | <UpdateRequired>false</UpdateRequired> |
||
26 | <MapFileExtensions>true</MapFileExtensions> |
||
27 | <ApplicationRevision>0</ApplicationRevision> |
||
28 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
||
29 | <IsWebBootstrapper>false</IsWebBootstrapper> |
||
30 | <UseApplicationTrust>false</UseApplicationTrust> |
||
31 | <BootstrapperEnabled>true</BootstrapperEnabled> |
||
32 | </PropertyGroup> |
||
33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
||
34 | <PlatformTarget>x64</PlatformTarget> |
||
35 | <DebugSymbols>true</DebugSymbols> |
||
36 | <DebugType>full</DebugType> |
||
37 | <Optimize>false</Optimize> |
||
38 | <OutputPath>bin\Debug\</OutputPath> |
||
39 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
40 | <ErrorReport>prompt</ErrorReport> |
||
41 | <WarningLevel>4</WarningLevel> |
||
42 | </PropertyGroup> |
||
43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
||
44 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
45 | <DebugType>pdbonly</DebugType> |
||
46 | <Optimize>true</Optimize> |
||
47 | <OutputPath>bin\Release\</OutputPath> |
||
48 | <DefineConstants>TRACE</DefineConstants> |
||
49 | <ErrorReport>prompt</ErrorReport> |
||
50 | <WarningLevel>4</WarningLevel> |
||
51 | </PropertyGroup> |
||
52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
||
53 | <DebugSymbols>true</DebugSymbols> |
||
54 | <OutputPath>bin\Debug\</OutputPath> |
||
55 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
56 | <DebugType>full</DebugType> |
||
57 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
58 | <CodeAnalysisLogFile>bin\Debug\ConverterStation.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> |
||
59 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
||
60 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
||
61 | <ErrorReport>prompt</ErrorReport> |
||
62 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
63 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> |
||
64 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> |
||
65 | <UseVSHostingProcess>false</UseVSHostingProcess> |
||
66 | </PropertyGroup> |
||
67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
||
68 | <OutputPath>bin\Release\</OutputPath> |
||
69 | <DefineConstants> |
||
70 | </DefineConstants> |
||
71 | <Optimize>true</Optimize> |
||
72 | <DebugType>pdbonly</DebugType> |
||
73 | <PlatformTarget>x64</PlatformTarget> |
||
74 | <CodeAnalysisLogFile>bin\Release\ConverterStation.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> |
||
75 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> |
||
76 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> |
||
77 | <ErrorReport>prompt</ErrorReport> |
||
78 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
79 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> |
||
80 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> |
||
81 | </PropertyGroup> |
||
82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
83 | <DebugSymbols>true</DebugSymbols> |
||
84 | <OutputPath>bin\x64\Debug\</OutputPath> |
||
85 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
86 | <DebugType>full</DebugType> |
||
87 | <PlatformTarget>x64</PlatformTarget> |
||
88 | <UseVSHostingProcess>false</UseVSHostingProcess> |
||
89 | <ErrorReport>prompt</ErrorReport> |
||
90 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
91 | </PropertyGroup> |
||
92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
93 | <OutputPath>bin\x64\Release\</OutputPath> |
||
94 | <Optimize>true</Optimize> |
||
95 | <DebugType>pdbonly</DebugType> |
||
96 | <PlatformTarget>x64</PlatformTarget> |
||
97 | <ErrorReport>prompt</ErrorReport> |
||
98 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
99 | </PropertyGroup> |
||
100 | <ItemGroup> |
||
101 | <Reference Include="EntityFramework"> |
||
102 | <HintPath>..\Main\PDFConverter\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath> |
||
103 | </Reference> |
||
104 | <Reference Include="EntityFramework.SqlServer"> |
||
105 | <HintPath>..\Main\PDFConverter\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath> |
||
106 | </Reference> |
||
107 | <Reference Include="System" /> |
||
108 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
109 | <Reference Include="System.Configuration.Install" /> |
||
110 | <Reference Include="System.Core" /> |
||
111 | <Reference Include="System.Data.Entity" /> |
||
112 | <Reference Include="System.Management" /> |
||
113 | <Reference Include="System.Runtime.Remoting" /> |
||
114 | <Reference Include="System.Xml.Linq" /> |
||
115 | <Reference Include="System.Data.DataSetExtensions" /> |
||
116 | <Reference Include="Microsoft.CSharp" /> |
||
117 | <Reference Include="System.Data" /> |
||
118 | <Reference Include="System.ServiceProcess" /> |
||
119 | <Reference Include="System.Xml" /> |
||
120 | </ItemGroup> |
||
121 | <ItemGroup> |
||
122 | <Compile Include="Enums\Common\ServiceEventLog.cs"> |
||
123 | <SubType>Component</SubType> |
||
124 | </Compile> |
||
125 | <Compile Include="ConverterStation.cs"> |
||
126 | <SubType>Component</SubType> |
||
127 | </Compile> |
||
128 | <Compile Include="ConverterStation.Designer.cs"> |
||
129 | <DependentUpon>ConverterStation.cs</DependentUpon> |
||
130 | </Compile> |
||
131 | <Compile Include="Enums\EmailLevel.cs" /> |
||
132 | <Compile Include="Program.cs" /> |
||
133 | <Compile Include="ProjectInstaller.cs"> |
||
134 | <SubType>Component</SubType> |
||
135 | </Compile> |
||
136 | <Compile Include="ProjectInstaller.Designer.cs"> |
||
137 | <DependentUpon>ProjectInstaller.cs</DependentUpon> |
||
138 | </Compile> |
||
139 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
140 | <Compile Include="Properties\Settings.Designer.cs"> |
||
141 | <AutoGen>True</AutoGen> |
||
142 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
143 | <DependentUpon>Settings.settings</DependentUpon> |
||
144 | </Compile> |
||
145 | <Compile Include="Classes\ServiceItem.cs" /> |
||
146 | <Compile Include="Remoting\ConverterService.cs" /> |
||
147 | </ItemGroup> |
||
148 | <ItemGroup> |
||
149 | <None Include="app.config"> |
||
150 | <SubType>Designer</SubType> |
||
151 | </None> |
||
152 | <None Include="packages.config" /> |
||
153 | <None Include="Properties\Settings.settings"> |
||
154 | <Generator>SettingsSingleFileGenerator</Generator> |
||
155 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
156 | </None> |
||
157 | </ItemGroup> |
||
158 | <ItemGroup> |
||
159 | <ProjectReference Include="..\DBAggrigater\DeepViewDataModel\DeepViewDataModel.csproj"> |
||
160 | <Project>{50f414ce-934a-4220-9d0a-c4b262f74a1c}</Project> |
||
161 | <Name>DeepViewDataModel</Name> |
||
162 | </ProjectReference> |
||
163 | <ProjectReference Include="..\DBAggrigater\PropertiesType\PropertiesType.csproj"> |
||
164 | <Project>{2a9ece03-9144-41ae-97d8-e523d15c8c21}</Project> |
||
165 | <Name>PropertiesType</Name> |
||
166 | </ProjectReference> |
||
167 | <ProjectReference Include="..\DeepView.Toolkit.GuidGenerator\DeepView.Toolkit.GuidGenerator.csproj"> |
||
168 | <Project>{b07fdc39-f202-4eaa-bd32-80bcd19af630}</Project> |
||
169 | <Name>DeepView.Toolkit.GuidGenerator</Name> |
||
170 | </ProjectReference> |
||
171 | <ProjectReference Include="..\DZConverterLib\DZConverterLib.csproj"> |
||
172 | <Project>{a715ba5e-716c-4a5c-9186-3dbb194cd03e}</Project> |
||
173 | <Name>DZConverterLib</Name> |
||
174 | </ProjectReference> |
||
175 | <ProjectReference Include="..\IConverterPDF\IConverterPDF.csproj"> |
||
176 | <Project>{5B120817-FDAD-4D84-8A22-2505337D7FB0}</Project> |
||
177 | <Name>IConverterPDF</Name> |
||
178 | </ProjectReference> |
||
179 | <ProjectReference Include="..\ImageFields\ImageFields.csproj"> |
||
180 | <Project>{ae5476a4-1e39-40c4-b80c-e44a8acdb721}</Project> |
||
181 | <Name>ImageFields</Name> |
||
182 | </ProjectReference> |
||
183 | </ItemGroup> |
||
184 | <ItemGroup> |
||
185 | <EmbeddedResource Include="ConverterStation.resx"> |
||
186 | <DependentUpon>ConverterStation.cs</DependentUpon> |
||
187 | <SubType>Designer</SubType> |
||
188 | </EmbeddedResource> |
||
189 | <EmbeddedResource Include="ProjectInstaller.resx"> |
||
190 | <DependentUpon>ProjectInstaller.cs</DependentUpon> |
||
191 | <SubType>Designer</SubType> |
||
192 | </EmbeddedResource> |
||
193 | </ItemGroup> |
||
194 | <ItemGroup> |
||
195 | <WCFMetadata Include="Service References\" /> |
||
196 | </ItemGroup> |
||
197 | <ItemGroup> |
||
198 | <BootstrapperPackage Include=".NETFramework,Version=v4.0"> |
||
199 | <Visible>False</Visible> |
||
200 | <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> |
||
201 | <Install>true</Install> |
||
202 | </BootstrapperPackage> |
||
203 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
||
204 | <Visible>False</Visible> |
||
205 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
||
206 | <Install>false</Install> |
||
207 | </BootstrapperPackage> |
||
208 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
209 | <Visible>False</Visible> |
||
210 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
211 | <Install>false</Install> |
||
212 | </BootstrapperPackage> |
||
213 | <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5"> |
||
214 | <Visible>False</Visible> |
||
215 | <ProductName>Windows Installer 4.5</ProductName> |
||
216 | <Install>true</Install> |
||
217 | </BootstrapperPackage> |
||
218 | </ItemGroup> |
||
219 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
220 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
221 | Other similar extension points exist, see Microsoft.Common.targets. |
||
222 | <Target Name="BeforeBuild"> |
||
223 | </Target> |
||
224 | <Target Name="AfterBuild"> |
||
225 | </Target> |
||
226 | --> |
||
227 | </Project> |