프로젝트

일반

사용자정보

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

markus / SmartUpdate / SmartUpdate.csproj @ f19ebe30

이력 | 보기 | 이력해설 | 다운로드 (7.47 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>AnyCPU</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
  <ItemGroup>
84
    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
85
      <HintPath>..\packages\ICSharpCode.SharpZipLib.dll.0.85.4.369\lib\net20\ICSharpCode.SharpZipLib.dll</HintPath>
86
    </Reference>
87
    <Reference Include="System" />
88
    <Reference Include="System.Data" />
89
    <Reference Include="System.Drawing" />
90
    <Reference Include="System.Xml" />
91
    <Reference Include="Microsoft.CSharp" />
92
    <Reference Include="System.Core" />
93
    <Reference Include="System.Xml.Linq" />
94
    <Reference Include="System.Data.DataSetExtensions" />
95
    <Reference Include="System.Xaml">
96
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
97
    </Reference>
98
    <Reference Include="Telerik.Windows.Data, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
99
      <SpecificVersion>False</SpecificVersion>
100
      <HintPath>..\KCOM\bin\x64\Debug\Telerik.Windows.Data.dll</HintPath>
101
    </Reference>
102
    <Reference Include="WindowsBase" />
103
    <Reference Include="PresentationCore" />
104
    <Reference Include="PresentationFramework" />
105
  </ItemGroup>
106
  <ItemGroup>
107
    <ApplicationDefinition Include="App.xaml">
108
      <Generator>MSBuild:Compile</Generator>
109
      <SubType>Designer</SubType>
110
    </ApplicationDefinition>
111
    <Page Include="MainWindow.xaml">
112
      <Generator>MSBuild:Compile</Generator>
113
      <SubType>Designer</SubType>
114
    </Page>
115
    <Compile Include="App.xaml.cs">
116
      <DependentUpon>App.xaml</DependentUpon>
117
      <SubType>Code</SubType>
118
    </Compile>
119
    <Compile Include="FileToImageIconConverter.cs" />
120
    <Compile Include="IconManager.cs" />
121
    <Compile Include="IconHelper.cs" />
122
    <Compile Include="IntSecurity.cs" />
123
    <Compile Include="MainWindow.xaml.cs">
124
      <DependentUpon>MainWindow.xaml</DependentUpon>
125
      <SubType>Code</SubType>
126
    </Compile>
127
  </ItemGroup>
128
  <ItemGroup>
129
    <Compile Include="Properties\AssemblyInfo.cs">
130
      <SubType>Code</SubType>
131
    </Compile>
132
    <Compile Include="Properties\Resources.Designer.cs">
133
      <AutoGen>True</AutoGen>
134
      <DesignTime>True</DesignTime>
135
      <DependentUpon>Resources.resx</DependentUpon>
136
    </Compile>
137
    <Compile Include="Properties\Settings.Designer.cs">
138
      <AutoGen>True</AutoGen>
139
      <DependentUpon>Settings.settings</DependentUpon>
140
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
141
    </Compile>
142
    <EmbeddedResource Include="Properties\Resources.resx">
143
      <Generator>ResXFileCodeGenerator</Generator>
144
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
145
    </EmbeddedResource>
146
    <None Include="packages.config" />
147
    <None Include="Properties\app.manifest" />
148
    <None Include="Properties\Settings.settings">
149
      <Generator>SettingsSingleFileGenerator</Generator>
150
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
151
    </None>
152
  </ItemGroup>
153
  <ItemGroup>
154
    <None Include="App.config" />
155
  </ItemGroup>
156
  <ItemGroup>
157
    <Resource Include="SmartUpdate.ico" />
158
  </ItemGroup>
159
  <ItemGroup>
160
    <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
161
      <Visible>False</Visible>
162
      <ProductName>Microsoft .NET Framework 4.6.1%28x86 및 x64%29</ProductName>
163
      <Install>true</Install>
164
    </BootstrapperPackage>
165
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
166
      <Visible>False</Visible>
167
      <ProductName>.NET Framework 3.5 SP1</ProductName>
168
      <Install>false</Install>
169
    </BootstrapperPackage>
170
  </ItemGroup>
171
  <ItemGroup>
172
    <Resource Include="Resources\close-window.png" />
173
    <Resource Include="Resources\maximize-window.png" />
174
    <Resource Include="Resources\minimize-window.png" />
175
  </ItemGroup>
176
  <ItemGroup>
177
    <Resource Include="Resources\UpdateImg.png" />
178
  </ItemGroup>
179
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
180
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)