프로젝트

일반

사용자정보

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

markus / SmartUpdate / SmartUpdate.csproj @ eaafc1eb

이력 | 보기 | 이력해설 | 다운로드 (15.9 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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{EA12FDC9-575E-471B-A691-3C31D03EA24C}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <RootNamespace>SmartUpdate</RootNamespace>
10
    <AssemblyName>SmartUpdate</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14
    <WarningLevel>4</WarningLevel>
15
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
16
    <Deterministic>true</Deterministic>
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
    <TargetFrameworkProfile />
33
  </PropertyGroup>
34
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35
    <PlatformTarget>AnyCPU</PlatformTarget>
36
    <DebugSymbols>true</DebugSymbols>
37
    <DebugType>full</DebugType>
38
    <Optimize>false</Optimize>
39
    <OutputPath>..\Setup\</OutputPath>
40
    <DefineConstants>DEBUG;TRACE</DefineConstants>
41
    <ErrorReport>prompt</ErrorReport>
42
    <WarningLevel>4</WarningLevel>
43
    <Prefer32Bit>false</Prefer32Bit>
44
  </PropertyGroup>
45
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46
    <PlatformTarget>x64</PlatformTarget>
47
    <DebugType>pdbonly</DebugType>
48
    <Optimize>true</Optimize>
49
    <OutputPath>bin\Release\</OutputPath>
50
    <DefineConstants>TRACE</DefineConstants>
51
    <ErrorReport>prompt</ErrorReport>
52
    <WarningLevel>4</WarningLevel>
53
    <Prefer32Bit>false</Prefer32Bit>
54
  </PropertyGroup>
55
  <PropertyGroup>
56
    <ApplicationIcon>SmartUpdate.ico</ApplicationIcon>
57
  </PropertyGroup>
58
  <PropertyGroup>
59
    <TargetZone>LocalIntranet</TargetZone>
60
  </PropertyGroup>
61
  <PropertyGroup>
62
    <GenerateManifests>false</GenerateManifests>
63
  </PropertyGroup>
64
  <PropertyGroup>
65
    <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
66
  </PropertyGroup>
67
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
68
    <DebugSymbols>true</DebugSymbols>
69
    <OutputPath>bin\x86\Debug\</OutputPath>
70
    <DefineConstants>DEBUG;TRACE</DefineConstants>
71
    <DebugType>full</DebugType>
72
    <PlatformTarget>x86</PlatformTarget>
73
    <ErrorReport>prompt</ErrorReport>
74
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
75
    <Prefer32Bit>false</Prefer32Bit>
76
  </PropertyGroup>
77
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
78
    <OutputPath>bin\x86\Release\</OutputPath>
79
    <DefineConstants>TRACE</DefineConstants>
80
    <Optimize>true</Optimize>
81
    <DebugType>pdbonly</DebugType>
82
    <PlatformTarget>x86</PlatformTarget>
83
    <ErrorReport>prompt</ErrorReport>
84
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
85
    <Prefer32Bit>false</Prefer32Bit>
86
  </PropertyGroup>
87
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
88
    <DebugSymbols>true</DebugSymbols>
89
    <OutputPath>bin\x64\Debug\</OutputPath>
90
    <DefineConstants>DEBUG;TRACE</DefineConstants>
91
    <DebugType>full</DebugType>
92
    <PlatformTarget>x64</PlatformTarget>
93
    <ErrorReport>prompt</ErrorReport>
94
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
95
    <Prefer32Bit>false</Prefer32Bit>
96
  </PropertyGroup>
97
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
98
    <OutputPath>bin\x64\Release\</OutputPath>
99
    <DefineConstants>TRACE</DefineConstants>
100
    <Optimize>true</Optimize>
101
    <DebugType>pdbonly</DebugType>
102
    <PlatformTarget>x64</PlatformTarget>
103
    <ErrorReport>prompt</ErrorReport>
104
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
105
    <Prefer32Bit>false</Prefer32Bit>
106
  </PropertyGroup>
107
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
108
    <DebugSymbols>true</DebugSymbols>
109
    <OutputPath>bin\Debug_HyoSung\</OutputPath>
110
    <DefineConstants>DEBUG;TRACE</DefineConstants>
111
    <DebugType>full</DebugType>
112
    <PlatformTarget>AnyCPU</PlatformTarget>
113
    <ErrorReport>prompt</ErrorReport>
114
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
115
  </PropertyGroup>
116
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
117
    <DebugSymbols>true</DebugSymbols>
118
    <OutputPath>bin\x86\Debug_HyoSung\</OutputPath>
119
    <DefineConstants>DEBUG;TRACE</DefineConstants>
120
    <DebugType>full</DebugType>
121
    <PlatformTarget>x86</PlatformTarget>
122
    <ErrorReport>prompt</ErrorReport>
123
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
124
  </PropertyGroup>
125
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
126
    <DebugSymbols>true</DebugSymbols>
127
    <OutputPath>bin\x64\Debug_HyoSung\</OutputPath>
128
    <DefineConstants>DEBUG;TRACE</DefineConstants>
129
    <DebugType>full</DebugType>
130
    <PlatformTarget>x64</PlatformTarget>
131
    <ErrorReport>prompt</ErrorReport>
132
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
133
  </PropertyGroup>
134
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
135
    <DebugSymbols>true</DebugSymbols>
136
    <OutputPath>bin\Debug_CadExport\</OutputPath>
137
    <DefineConstants>DEBUG;TRACE</DefineConstants>
138
    <DebugType>full</DebugType>
139
    <PlatformTarget>AnyCPU</PlatformTarget>
140
    <ErrorReport>prompt</ErrorReport>
141
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
142
  </PropertyGroup>
143
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
144
    <DebugSymbols>true</DebugSymbols>
145
    <OutputPath>bin\x86\Debug_CadExport\</OutputPath>
146
    <DefineConstants>DEBUG;TRACE</DefineConstants>
147
    <DebugType>full</DebugType>
148
    <PlatformTarget>x86</PlatformTarget>
149
    <ErrorReport>prompt</ErrorReport>
150
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
151
  </PropertyGroup>
152
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
153
    <DebugSymbols>true</DebugSymbols>
154
    <OutputPath>bin\x64\Debug_CadExport\</OutputPath>
155
    <DefineConstants>DEBUG;TRACE</DefineConstants>
156
    <DebugType>full</DebugType>
157
    <PlatformTarget>x64</PlatformTarget>
158
    <ErrorReport>prompt</ErrorReport>
159
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
160
  </PropertyGroup>
161
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
162
    <DebugSymbols>true</DebugSymbols>
163
    <OutputPath>bin\Debug_SNI\</OutputPath>
164
    <DefineConstants>DEBUG;TRACE</DefineConstants>
165
    <DebugType>full</DebugType>
166
    <PlatformTarget>AnyCPU</PlatformTarget>
167
    <ErrorReport>prompt</ErrorReport>
168
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
169
  </PropertyGroup>
170
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
171
    <DebugSymbols>true</DebugSymbols>
172
    <OutputPath>bin\x86\Debug_SNI\</OutputPath>
173
    <DefineConstants>DEBUG;TRACE</DefineConstants>
174
    <DebugType>full</DebugType>
175
    <PlatformTarget>x86</PlatformTarget>
176
    <ErrorReport>prompt</ErrorReport>
177
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
178
  </PropertyGroup>
179
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
180
    <DebugSymbols>true</DebugSymbols>
181
    <OutputPath>bin\x64\Debug_SNI\</OutputPath>
182
    <DefineConstants>DEBUG;TRACE</DefineConstants>
183
    <DebugType>full</DebugType>
184
    <PlatformTarget>x64</PlatformTarget>
185
    <ErrorReport>prompt</ErrorReport>
186
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
187
  </PropertyGroup>
188
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
189
    <DebugSymbols>true</DebugSymbols>
190
    <OutputPath>..\Release\HyoSung\</OutputPath>
191
    <DefineConstants>DEBUG;TRACE</DefineConstants>
192
    <DebugType>full</DebugType>
193
    <PlatformTarget>AnyCPU</PlatformTarget>
194
    <ErrorReport>prompt</ErrorReport>
195
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
196
    <Prefer32Bit>true</Prefer32Bit>
197
  </PropertyGroup>
198
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
199
    <DebugSymbols>true</DebugSymbols>
200
    <OutputPath>bin\x86\Release_Hyosung\</OutputPath>
201
    <DefineConstants>DEBUG;TRACE</DefineConstants>
202
    <DebugType>full</DebugType>
203
    <PlatformTarget>x86</PlatformTarget>
204
    <ErrorReport>prompt</ErrorReport>
205
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
206
    <Prefer32Bit>true</Prefer32Bit>
207
  </PropertyGroup>
208
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
209
    <DebugSymbols>true</DebugSymbols>
210
    <OutputPath>bin\x64\Release_Hyosung\</OutputPath>
211
    <DefineConstants>DEBUG;TRACE</DefineConstants>
212
    <DebugType>full</DebugType>
213
    <PlatformTarget>x64</PlatformTarget>
214
    <ErrorReport>prompt</ErrorReport>
215
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
216
    <Prefer32Bit>true</Prefer32Bit>
217
  </PropertyGroup>
218
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
219
    <DebugSymbols>true</DebugSymbols>
220
    <OutputPath>bin\Release_PEMSS\</OutputPath>
221
    <DefineConstants>DEBUG;TRACE</DefineConstants>
222
    <DebugType>full</DebugType>
223
    <PlatformTarget>AnyCPU</PlatformTarget>
224
    <ErrorReport>prompt</ErrorReport>
225
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
226
    <Prefer32Bit>true</Prefer32Bit>
227
  </PropertyGroup>
228
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
229
    <DebugSymbols>true</DebugSymbols>
230
    <OutputPath>bin\x86\Release_PEMSS\</OutputPath>
231
    <DefineConstants>DEBUG;TRACE</DefineConstants>
232
    <DebugType>full</DebugType>
233
    <PlatformTarget>x86</PlatformTarget>
234
    <ErrorReport>prompt</ErrorReport>
235
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
236
    <Prefer32Bit>true</Prefer32Bit>
237
  </PropertyGroup>
238
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'">
239
    <DebugSymbols>true</DebugSymbols>
240
    <OutputPath>bin\x64\Release_PEMSS\</OutputPath>
241
    <DefineConstants>DEBUG;TRACE</DefineConstants>
242
    <DebugType>full</DebugType>
243
    <PlatformTarget>x64</PlatformTarget>
244
    <ErrorReport>prompt</ErrorReport>
245
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
246
    <Prefer32Bit>true</Prefer32Bit>
247
  </PropertyGroup>
248
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
249
    <DebugSymbols>true</DebugSymbols>
250
    <OutputPath>bin\Debug_Daelim\</OutputPath>
251
    <DefineConstants>DEBUG;TRACE</DefineConstants>
252
    <DebugType>full</DebugType>
253
    <PlatformTarget>AnyCPU</PlatformTarget>
254
    <ErrorReport>prompt</ErrorReport>
255
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
256
  </PropertyGroup>
257
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
258
    <DebugSymbols>true</DebugSymbols>
259
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
260
    <DefineConstants>DEBUG;TRACE</DefineConstants>
261
    <DebugType>full</DebugType>
262
    <PlatformTarget>x86</PlatformTarget>
263
    <ErrorReport>prompt</ErrorReport>
264
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
265
  </PropertyGroup>
266
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'">
267
    <DebugSymbols>true</DebugSymbols>
268
    <OutputPath>bin\x64\Debug_Daelim\</OutputPath>
269
    <DefineConstants>DEBUG;TRACE</DefineConstants>
270
    <DebugType>full</DebugType>
271
    <PlatformTarget>x64</PlatformTarget>
272
    <ErrorReport>prompt</ErrorReport>
273
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
274
  </PropertyGroup>
275
  <ItemGroup>
276
    <Reference Include="System" />
277
    <Reference Include="System.Data" />
278
    <Reference Include="System.Drawing" />
279
    <Reference Include="System.Xml" />
280
    <Reference Include="Microsoft.CSharp" />
281
    <Reference Include="System.Core" />
282
    <Reference Include="System.Xml.Linq" />
283
    <Reference Include="System.Data.DataSetExtensions" />
284
    <Reference Include="System.Xaml">
285
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
286
    </Reference>
287
    <Reference Include="WindowsBase" />
288
    <Reference Include="PresentationCore" />
289
    <Reference Include="PresentationFramework" />
290
  </ItemGroup>
291
  <ItemGroup>
292
    <ApplicationDefinition Include="App.xaml">
293
      <Generator>MSBuild:Compile</Generator>
294
      <SubType>Designer</SubType>
295
    </ApplicationDefinition>
296
    <Page Include="MainWindow.xaml">
297
      <Generator>MSBuild:Compile</Generator>
298
      <SubType>Designer</SubType>
299
    </Page>
300
    <Compile Include="App.xaml.cs">
301
      <DependentUpon>App.xaml</DependentUpon>
302
      <SubType>Code</SubType>
303
    </Compile>
304
    <Compile Include="FileToImageIconConverter.cs" />
305
    <Compile Include="IconManager.cs" />
306
    <Compile Include="IconHelper.cs" />
307
    <Compile Include="IntSecurity.cs" />
308
    <Compile Include="MainWindow.xaml.cs">
309
      <DependentUpon>MainWindow.xaml</DependentUpon>
310
      <SubType>Code</SubType>
311
    </Compile>
312
  </ItemGroup>
313
  <ItemGroup>
314
    <Compile Include="Properties\AssemblyInfo.cs">
315
      <SubType>Code</SubType>
316
    </Compile>
317
    <Compile Include="Properties\Resources.Designer.cs">
318
      <AutoGen>True</AutoGen>
319
      <DesignTime>True</DesignTime>
320
      <DependentUpon>Resources.resx</DependentUpon>
321
    </Compile>
322
    <Compile Include="Properties\Settings.Designer.cs">
323
      <AutoGen>True</AutoGen>
324
      <DependentUpon>Settings.settings</DependentUpon>
325
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
326
    </Compile>
327
    <EmbeddedResource Include="Properties\Resources.resx">
328
      <Generator>ResXFileCodeGenerator</Generator>
329
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
330
    </EmbeddedResource>
331
    <None Include="packages.config" />
332
    <None Include="Properties\app.manifest" />
333
    <None Include="Properties\Settings.settings">
334
      <Generator>SettingsSingleFileGenerator</Generator>
335
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
336
    </None>
337
  </ItemGroup>
338
  <ItemGroup>
339
    <None Include="App.config" />
340
  </ItemGroup>
341
  <ItemGroup>
342
    <Resource Include="SmartUpdate.ico" />
343
  </ItemGroup>
344
  <ItemGroup>
345
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
346
      <Visible>False</Visible>
347
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
348
      <Install>true</Install>
349
    </BootstrapperPackage>
350
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
351
      <Visible>False</Visible>
352
      <ProductName>.NET Framework 3.5 SP1</ProductName>
353
      <Install>false</Install>
354
    </BootstrapperPackage>
355
  </ItemGroup>
356
  <ItemGroup>
357
    <Resource Include="Resources\close-window.png" />
358
    <Resource Include="Resources\maximize-window.png" />
359
    <Resource Include="Resources\minimize-window.png" />
360
  </ItemGroup>
361
  <ItemGroup>
362
    <Resource Include="Resources\UpdateImg.png" />
363
  </ItemGroup>
364
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
365
  <PropertyGroup>
366
    <PostBuildEvent>$(ProjectDir)\deploy.bat $(ProjectDir) $(TargetDir) $(Platform)</PostBuildEvent>
367
  </PropertyGroup>
368
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)