프로젝트

일반

사용자정보

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

markus / SmartUpdate / SmartUpdate.csproj @ 90de6e1d

이력 | 보기 | 이력해설 | 다운로드 (8.13 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.0</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>..\KCOM\bin\Debug\</OutputPath>
40
    <DefineConstants>DEBUG;TRACE</DefineConstants>
41
    <ErrorReport>prompt</ErrorReport>
42
    <WarningLevel>4</WarningLevel>
43
  </PropertyGroup>
44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45
    <PlatformTarget>x64</PlatformTarget>
46
    <DebugType>pdbonly</DebugType>
47
    <Optimize>true</Optimize>
48
    <OutputPath>bin\Release\</OutputPath>
49
    <DefineConstants>TRACE</DefineConstants>
50
    <ErrorReport>prompt</ErrorReport>
51
    <WarningLevel>4</WarningLevel>
52
  </PropertyGroup>
53
  <PropertyGroup>
54
    <ApplicationIcon>SmartUpdate.ico</ApplicationIcon>
55
  </PropertyGroup>
56
  <PropertyGroup>
57
    <TargetZone>LocalIntranet</TargetZone>
58
  </PropertyGroup>
59
  <PropertyGroup>
60
    <GenerateManifests>false</GenerateManifests>
61
  </PropertyGroup>
62
  <PropertyGroup>
63
    <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
64
  </PropertyGroup>
65
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
66
    <DebugSymbols>true</DebugSymbols>
67
    <OutputPath>bin\x86\Debug\</OutputPath>
68
    <DefineConstants>DEBUG;TRACE</DefineConstants>
69
    <DebugType>full</DebugType>
70
    <PlatformTarget>x86</PlatformTarget>
71
    <ErrorReport>prompt</ErrorReport>
72
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
73
  </PropertyGroup>
74
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
75
    <OutputPath>bin\x86\Release\</OutputPath>
76
    <DefineConstants>TRACE</DefineConstants>
77
    <Optimize>true</Optimize>
78
    <DebugType>pdbonly</DebugType>
79
    <PlatformTarget>x86</PlatformTarget>
80
    <ErrorReport>prompt</ErrorReport>
81
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
82
  </PropertyGroup>
83
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
84
    <DebugSymbols>true</DebugSymbols>
85
    <OutputPath>bin\x64\Debug\</OutputPath>
86
    <DefineConstants>DEBUG;TRACE</DefineConstants>
87
    <DebugType>full</DebugType>
88
    <PlatformTarget>x64</PlatformTarget>
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
    <DefineConstants>TRACE</DefineConstants>
95
    <Optimize>true</Optimize>
96
    <DebugType>pdbonly</DebugType>
97
    <PlatformTarget>x64</PlatformTarget>
98
    <ErrorReport>prompt</ErrorReport>
99
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
100
  </PropertyGroup>
101
  <ItemGroup>
102
    <Reference Include="System" />
103
    <Reference Include="System.Data" />
104
    <Reference Include="System.Drawing" />
105
    <Reference Include="System.Xml" />
106
    <Reference Include="Microsoft.CSharp" />
107
    <Reference Include="System.Core" />
108
    <Reference Include="System.Xml.Linq" />
109
    <Reference Include="System.Data.DataSetExtensions" />
110
    <Reference Include="System.Xaml">
111
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
112
    </Reference>
113
    <Reference Include="Telerik.Windows.Data, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
114
      <SpecificVersion>False</SpecificVersion>
115
      <HintPath>..\KCOM\bin\x64\Debug\Telerik.Windows.Data.dll</HintPath>
116
    </Reference>
117
    <Reference Include="WindowsBase" />
118
    <Reference Include="PresentationCore" />
119
    <Reference Include="PresentationFramework" />
120
  </ItemGroup>
121
  <ItemGroup>
122
    <ApplicationDefinition Include="App.xaml">
123
      <Generator>MSBuild:Compile</Generator>
124
      <SubType>Designer</SubType>
125
    </ApplicationDefinition>
126
    <Page Include="MainWindow.xaml">
127
      <Generator>MSBuild:Compile</Generator>
128
      <SubType>Designer</SubType>
129
    </Page>
130
    <Compile Include="App.xaml.cs">
131
      <DependentUpon>App.xaml</DependentUpon>
132
      <SubType>Code</SubType>
133
    </Compile>
134
    <Compile Include="FileToImageIconConverter.cs" />
135
    <Compile Include="IconManager.cs" />
136
    <Compile Include="IconHelper.cs" />
137
    <Compile Include="IntSecurity.cs" />
138
    <Compile Include="MainWindow.xaml.cs">
139
      <DependentUpon>MainWindow.xaml</DependentUpon>
140
      <SubType>Code</SubType>
141
    </Compile>
142
  </ItemGroup>
143
  <ItemGroup>
144
    <Compile Include="Properties\AssemblyInfo.cs">
145
      <SubType>Code</SubType>
146
    </Compile>
147
    <Compile Include="Properties\Resources.Designer.cs">
148
      <AutoGen>True</AutoGen>
149
      <DesignTime>True</DesignTime>
150
      <DependentUpon>Resources.resx</DependentUpon>
151
    </Compile>
152
    <Compile Include="Properties\Settings.Designer.cs">
153
      <AutoGen>True</AutoGen>
154
      <DependentUpon>Settings.settings</DependentUpon>
155
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
156
    </Compile>
157
    <EmbeddedResource Include="Properties\Resources.resx">
158
      <Generator>ResXFileCodeGenerator</Generator>
159
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
160
    </EmbeddedResource>
161
    <None Include="packages.config" />
162
    <None Include="Properties\app.manifest" />
163
    <None Include="Properties\Settings.settings">
164
      <Generator>SettingsSingleFileGenerator</Generator>
165
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
166
    </None>
167
  </ItemGroup>
168
  <ItemGroup>
169
    <None Include="App.config" />
170
  </ItemGroup>
171
  <ItemGroup>
172
    <Resource Include="SmartUpdate.ico" />
173
  </ItemGroup>
174
  <ItemGroup>
175
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
176
      <Visible>False</Visible>
177
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
178
      <Install>true</Install>
179
    </BootstrapperPackage>
180
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
181
      <Visible>False</Visible>
182
      <ProductName>.NET Framework 3.5 SP1</ProductName>
183
      <Install>false</Install>
184
    </BootstrapperPackage>
185
  </ItemGroup>
186
  <ItemGroup>
187
    <Resource Include="Resources\close-window.png" />
188
    <Resource Include="Resources\maximize-window.png" />
189
    <Resource Include="Resources\minimize-window.png" />
190
  </ItemGroup>
191
  <ItemGroup>
192
    <Resource Include="Resources\UpdateImg.png" />
193
  </ItemGroup>
194
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
195
  <PropertyGroup>
196
    <PostBuildEvent>$(ProjectDir)\deploy.bat $(ProjectDir) $(TargetDir) $(Platform)</PostBuildEvent>
197
  </PropertyGroup>
198
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)