프로젝트

일반

사용자정보

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

markus / SmartUpdate / SmartUpdate.csproj @ f3c08420

이력 | 보기 | 이력해설 | 다운로드 (8.07 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
  <ItemGroup>
108
    <Reference Include="System" />
109
    <Reference Include="System.Data" />
110
    <Reference Include="System.Drawing" />
111
    <Reference Include="System.Xml" />
112
    <Reference Include="Microsoft.CSharp" />
113
    <Reference Include="System.Core" />
114
    <Reference Include="System.Xml.Linq" />
115
    <Reference Include="System.Data.DataSetExtensions" />
116
    <Reference Include="System.Xaml">
117
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
118
    </Reference>
119
    <Reference Include="WindowsBase" />
120
    <Reference Include="PresentationCore" />
121
    <Reference Include="PresentationFramework" />
122
  </ItemGroup>
123
  <ItemGroup>
124
    <ApplicationDefinition Include="App.xaml">
125
      <Generator>MSBuild:Compile</Generator>
126
      <SubType>Designer</SubType>
127
    </ApplicationDefinition>
128
    <Page Include="MainWindow.xaml">
129
      <Generator>MSBuild:Compile</Generator>
130
      <SubType>Designer</SubType>
131
    </Page>
132
    <Compile Include="App.xaml.cs">
133
      <DependentUpon>App.xaml</DependentUpon>
134
      <SubType>Code</SubType>
135
    </Compile>
136
    <Compile Include="FileToImageIconConverter.cs" />
137
    <Compile Include="IconManager.cs" />
138
    <Compile Include="IconHelper.cs" />
139
    <Compile Include="IntSecurity.cs" />
140
    <Compile Include="MainWindow.xaml.cs">
141
      <DependentUpon>MainWindow.xaml</DependentUpon>
142
      <SubType>Code</SubType>
143
    </Compile>
144
  </ItemGroup>
145
  <ItemGroup>
146
    <Compile Include="Properties\AssemblyInfo.cs">
147
      <SubType>Code</SubType>
148
    </Compile>
149
    <Compile Include="Properties\Resources.Designer.cs">
150
      <AutoGen>True</AutoGen>
151
      <DesignTime>True</DesignTime>
152
      <DependentUpon>Resources.resx</DependentUpon>
153
    </Compile>
154
    <Compile Include="Properties\Settings.Designer.cs">
155
      <AutoGen>True</AutoGen>
156
      <DependentUpon>Settings.settings</DependentUpon>
157
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
158
    </Compile>
159
    <EmbeddedResource Include="Properties\Resources.resx">
160
      <Generator>ResXFileCodeGenerator</Generator>
161
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
162
    </EmbeddedResource>
163
    <None Include="packages.config" />
164
    <None Include="Properties\app.manifest" />
165
    <None Include="Properties\Settings.settings">
166
      <Generator>SettingsSingleFileGenerator</Generator>
167
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
168
    </None>
169
  </ItemGroup>
170
  <ItemGroup>
171
    <None Include="App.config" />
172
  </ItemGroup>
173
  <ItemGroup>
174
    <Resource Include="SmartUpdate.ico" />
175
  </ItemGroup>
176
  <ItemGroup>
177
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
178
      <Visible>False</Visible>
179
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
180
      <Install>true</Install>
181
    </BootstrapperPackage>
182
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
183
      <Visible>False</Visible>
184
      <ProductName>.NET Framework 3.5 SP1</ProductName>
185
      <Install>false</Install>
186
    </BootstrapperPackage>
187
  </ItemGroup>
188
  <ItemGroup>
189
    <Resource Include="Resources\close-window.png" />
190
    <Resource Include="Resources\maximize-window.png" />
191
    <Resource Include="Resources\minimize-window.png" />
192
  </ItemGroup>
193
  <ItemGroup>
194
    <Resource Include="Resources\UpdateImg.png" />
195
  </ItemGroup>
196
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
197
  <PropertyGroup>
198
    <PostBuildEvent>$(ProjectDir)\deploy.bat $(ProjectDir) $(TargetDir) $(Platform)</PostBuildEvent>
199
  </PropertyGroup>
200
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)