markus / SmartUpdate / SmartUpdate.csproj @ 9f55b953
이력 | 보기 | 이력해설 | 다운로드 (9.34 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 |
<ItemGroup> |
135 |
<Reference Include="System" /> |
136 |
<Reference Include="System.Data" /> |
137 |
<Reference Include="System.Drawing" /> |
138 |
<Reference Include="System.Xml" /> |
139 |
<Reference Include="Microsoft.CSharp" /> |
140 |
<Reference Include="System.Core" /> |
141 |
<Reference Include="System.Xml.Linq" /> |
142 |
<Reference Include="System.Data.DataSetExtensions" /> |
143 |
<Reference Include="System.Xaml"> |
144 |
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
145 |
</Reference> |
146 |
<Reference Include="WindowsBase" /> |
147 |
<Reference Include="PresentationCore" /> |
148 |
<Reference Include="PresentationFramework" /> |
149 |
</ItemGroup> |
150 |
<ItemGroup> |
151 |
<ApplicationDefinition Include="App.xaml"> |
152 |
<Generator>MSBuild:Compile</Generator> |
153 |
<SubType>Designer</SubType> |
154 |
</ApplicationDefinition> |
155 |
<Page Include="MainWindow.xaml"> |
156 |
<Generator>MSBuild:Compile</Generator> |
157 |
<SubType>Designer</SubType> |
158 |
</Page> |
159 |
<Compile Include="App.xaml.cs"> |
160 |
<DependentUpon>App.xaml</DependentUpon> |
161 |
<SubType>Code</SubType> |
162 |
</Compile> |
163 |
<Compile Include="FileToImageIconConverter.cs" /> |
164 |
<Compile Include="IconManager.cs" /> |
165 |
<Compile Include="IconHelper.cs" /> |
166 |
<Compile Include="IntSecurity.cs" /> |
167 |
<Compile Include="MainWindow.xaml.cs"> |
168 |
<DependentUpon>MainWindow.xaml</DependentUpon> |
169 |
<SubType>Code</SubType> |
170 |
</Compile> |
171 |
</ItemGroup> |
172 |
<ItemGroup> |
173 |
<Compile Include="Properties\AssemblyInfo.cs"> |
174 |
<SubType>Code</SubType> |
175 |
</Compile> |
176 |
<Compile Include="Properties\Resources.Designer.cs"> |
177 |
<AutoGen>True</AutoGen> |
178 |
<DesignTime>True</DesignTime> |
179 |
<DependentUpon>Resources.resx</DependentUpon> |
180 |
</Compile> |
181 |
<Compile Include="Properties\Settings.Designer.cs"> |
182 |
<AutoGen>True</AutoGen> |
183 |
<DependentUpon>Settings.settings</DependentUpon> |
184 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
185 |
</Compile> |
186 |
<EmbeddedResource Include="Properties\Resources.resx"> |
187 |
<Generator>ResXFileCodeGenerator</Generator> |
188 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
189 |
</EmbeddedResource> |
190 |
<None Include="packages.config" /> |
191 |
<None Include="Properties\app.manifest" /> |
192 |
<None Include="Properties\Settings.settings"> |
193 |
<Generator>SettingsSingleFileGenerator</Generator> |
194 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
195 |
</None> |
196 |
</ItemGroup> |
197 |
<ItemGroup> |
198 |
<None Include="App.config" /> |
199 |
</ItemGroup> |
200 |
<ItemGroup> |
201 |
<Resource Include="SmartUpdate.ico" /> |
202 |
</ItemGroup> |
203 |
<ItemGroup> |
204 |
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1"> |
205 |
<Visible>False</Visible> |
206 |
<ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName> |
207 |
<Install>true</Install> |
208 |
</BootstrapperPackage> |
209 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
210 |
<Visible>False</Visible> |
211 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
212 |
<Install>false</Install> |
213 |
</BootstrapperPackage> |
214 |
</ItemGroup> |
215 |
<ItemGroup> |
216 |
<Resource Include="Resources\close-window.png" /> |
217 |
<Resource Include="Resources\maximize-window.png" /> |
218 |
<Resource Include="Resources\minimize-window.png" /> |
219 |
</ItemGroup> |
220 |
<ItemGroup> |
221 |
<Resource Include="Resources\UpdateImg.png" /> |
222 |
</ItemGroup> |
223 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
224 |
<PropertyGroup> |
225 |
<PostBuildEvent>$(ProjectDir)\deploy.bat $(ProjectDir) $(TargetDir) $(Platform)</PostBuildEvent> |
226 |
</PropertyGroup> |
227 |
</Project> |