프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / ID2.Manager.Compare / ID2.Manager.Compare.csproj @ 2ade1e61

이력 | 보기 | 이력해설 | 다운로드 (11.5 KB)

1 13a36357 humkyung
<?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>{226CE2A3-DD88-4C99-A8E6-FAC5A4D78C71}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <RootNamespace>ID2.Manager</RootNamespace>
10
    <AssemblyName>ID2.Manager</AssemblyName>
11
    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14
    <Deterministic>true</Deterministic>
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <PlatformTarget>x64</PlatformTarget>
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>bin\Debug\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <PlatformTarget>AnyCPU</PlatformTarget>
28
    <DebugType>pdbonly</DebugType>
29
    <Optimize>true</Optimize>
30
    <OutputPath>bin\Release\</OutputPath>
31
    <DefineConstants>TRACE</DefineConstants>
32
    <ErrorReport>prompt</ErrorReport>
33
    <WarningLevel>4</WarningLevel>
34
  </PropertyGroup>
35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
36
    <DebugSymbols>true</DebugSymbols>
37
    <OutputPath>bin\x64\Debug\</OutputPath>
38
    <DefineConstants>TRACE;DEBUG;ID2Manager_X64</DefineConstants>
39
    <DebugType>full</DebugType>
40
    <PlatformTarget>x64</PlatformTarget>
41
    <LangVersion>7.3</LangVersion>
42
    <ErrorReport>prompt</ErrorReport>
43
    <Prefer32Bit>true</Prefer32Bit>
44
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
45
  </PropertyGroup>
46
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
47
    <OutputPath>..\Bin\x64\</OutputPath>
48
    <DefineConstants>TRACE</DefineConstants>
49
    <Optimize>true</Optimize>
50
    <DebugType>pdbonly</DebugType>
51
    <PlatformTarget>x64</PlatformTarget>
52
    <LangVersion>7.3</LangVersion>
53
    <ErrorReport>prompt</ErrorReport>
54
    <Prefer32Bit>true</Prefer32Bit>
55
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
56
  </PropertyGroup>
57
  <PropertyGroup>
58 4b369ce1 humkyung
    <ApplicationIcon>ID2.Manager.Compare.ico</ApplicationIcon>
59 13a36357 humkyung
  </PropertyGroup>
60
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
61
    <DebugSymbols>true</DebugSymbols>
62
    <OutputPath>bin\x86\Debug\</OutputPath>
63
    <DefineConstants>DEBUG;TRACE</DefineConstants>
64
    <DebugType>full</DebugType>
65
    <PlatformTarget>x86</PlatformTarget>
66
    <LangVersion>7.3</LangVersion>
67
    <ErrorReport>prompt</ErrorReport>
68
    <Prefer32Bit>true</Prefer32Bit>
69
  </PropertyGroup>
70
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
71
    <OutputPath>bin\x86\Release\</OutputPath>
72
    <DefineConstants>TRACE</DefineConstants>
73
    <Optimize>true</Optimize>
74
    <DebugType>pdbonly</DebugType>
75
    <PlatformTarget>x86</PlatformTarget>
76
    <LangVersion>7.3</LangVersion>
77
    <ErrorReport>prompt</ErrorReport>
78
    <Prefer32Bit>true</Prefer32Bit>
79
  </PropertyGroup>
80
  <ItemGroup>
81
    <Reference Include="PresentationCore" />
82
    <Reference Include="System" />
83
    <Reference Include="System.ComponentModel.DataAnnotations" />
84
    <Reference Include="System.Configuration" />
85
    <Reference Include="System.Core" />
86
    <Reference Include="System.EnterpriseServices" />
87
    <Reference Include="System.Runtime.Remoting" />
88
    <Reference Include="System.Web.Extensions" />
89
    <Reference Include="System.Web.Services" />
90
    <Reference Include="System.Xml.Linq" />
91
    <Reference Include="System.Data.DataSetExtensions" />
92
    <Reference Include="Microsoft.CSharp" />
93
    <Reference Include="System.Data" />
94
    <Reference Include="System.Deployment" />
95
    <Reference Include="System.Drawing" />
96
    <Reference Include="System.Net.Http" />
97
    <Reference Include="System.Windows.Forms" />
98
    <Reference Include="System.Xml" />
99
    <Reference Include="UIAutomationClient" />
100
    <Reference Include="WindowsBase" />
101
  </ItemGroup>
102
  <ItemGroup>
103
    <Compile Include="Classes\BaseWorker.cs" />
104
    <Compile Include="Classes\ID2Helper.cs" />
105
    <Compile Include="Classes\LinqExtension.cs" />
106
    <Compile Include="Controls\DetailGridViewTemplate.cs">
107
      <SubType>Component</SubType>
108
    </Compile>
109
    <Compile Include="Controls\SearchRow.cs" />
110
    <Compile Include="Controls\Verification.cs">
111
      <SubType>UserControl</SubType>
112
    </Compile>
113
    <Compile Include="Controls\Verification.Designer.cs">
114
      <DependentUpon>Verification.cs</DependentUpon>
115
    </Compile>
116
    <Compile Include="CustomSynchronizationContext.cs" />
117
    <Compile Include="Forms\ExceptLayer.cs">
118
      <SubType>Form</SubType>
119
    </Compile>
120
    <Compile Include="Forms\ExceptLayer.Designer.cs">
121
      <DependentUpon>ExceptLayer.cs</DependentUpon>
122
    </Compile>
123
    <Compile Include="Main.cs">
124
      <SubType>Form</SubType>
125
    </Compile>
126
    <Compile Include="Main.Designer.cs">
127
      <DependentUpon>Main.cs</DependentUpon>
128
    </Compile>
129
    <Compile Include="Model\MyModel.cs">
130
      <SubType>Component</SubType>
131
    </Compile>
132
    <Compile Include="Model\MyModel.Designer.cs">
133
      <DependentUpon>MyModel.cs</DependentUpon>
134
    </Compile>
135
    <Compile Include="Program.cs" />
136
    <Compile Include="Properties\AssemblyInfo.cs" />
137
    <Compile Include="Properties\Resources.Designer.cs">
138
      <AutoGen>True</AutoGen>
139
      <DesignTime>True</DesignTime>
140
      <DependentUpon>Resources.resx</DependentUpon>
141
    </Compile>
142
    <Compile Include="Settings.cs" />
143
    <EmbeddedResource Include="Controls\Verification.resx">
144
      <DependentUpon>Verification.cs</DependentUpon>
145
    </EmbeddedResource>
146
    <EmbeddedResource Include="Forms\ExceptLayer.resx">
147
      <DependentUpon>ExceptLayer.cs</DependentUpon>
148
    </EmbeddedResource>
149
    <EmbeddedResource Include="Main.resx">
150
      <DependentUpon>Main.cs</DependentUpon>
151
    </EmbeddedResource>
152
    <EmbeddedResource Include="Properties\licenses.licx" />
153
    <EmbeddedResource Include="Properties\Resources.resx">
154
      <Generator>ResXFileCodeGenerator</Generator>
155
      <SubType>Designer</SubType>
156
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
157
    </EmbeddedResource>
158
    <None Include="App.config" />
159
    <None Include="App.Debug.config">
160
      <DependentUpon>App.config</DependentUpon>
161
    </None>
162
    <None Include="App.Release.config">
163
      <DependentUpon>App.config</DependentUpon>
164
    </None>
165
    <None Include="Log.config">
166
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
167
    </None>
168
    <None Include="Properties\Settings.settings">
169
      <Generator>SettingsSingleFileGenerator</Generator>
170
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
171
    </None>
172
    <Compile Include="Properties\Settings.Designer.cs">
173
      <AutoGen>True</AutoGen>
174
      <DependentUpon>Settings.settings</DependentUpon>
175
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
176
    </Compile>
177
  </ItemGroup>
178
  <ItemGroup>
179
    <None Include="Resources\Excel.png" />
180
  </ItemGroup>
181
  <ItemGroup>
182
    <PackageReference Include="devDept.Eyeshot.2022">
183
      <Version>2022.3.614</Version>
184
    </PackageReference>
185
    <PackageReference Include="devDept.Eyeshot.2022.Cad.Support">
186
      <Version>2022.3.614</Version>
187
    </PackageReference>
188
    <PackageReference Include="EmptyLicensesLicx">
189
      <Version>3.0.0</Version>
190
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
191
      <PrivateAssets>all</PrivateAssets>
192
    </PackageReference>
193
    <PackageReference Include="GemBox.Spreadsheet">
194
      <Version>47.0.1268</Version>
195
    </PackageReference>
196
    <PackageReference Include="log4net">
197
      <Version>2.0.15</Version>
198
    </PackageReference>
199
    <PackageReference Include="Newtonsoft.Json">
200
      <Version>13.0.3</Version>
201
    </PackageReference>
202
    <PackageReference Include="SkiaSharp">
203
      <Version>2.88.3</Version>
204
    </PackageReference>
205
    <PackageReference Include="Telerik.Documents.Flow.FormatProviders.Pdf">
206
      <Version>2023.2.519</Version>
207
    </PackageReference>
208
    <PackageReference Include="Telerik.Documents.ImageUtils">
209
      <Version>2023.2.519</Version>
210
    </PackageReference>
211
    <PackageReference Include="UI.for.WinForms.ChartView">
212
      <Version>2023.1.314</Version>
213
    </PackageReference>
214
    <PackageReference Include="UI.for.WinForms.Common">
215
      <Version>2023.1.314</Version>
216
    </PackageReference>
217
    <PackageReference Include="UI.for.WinForms.Dock">
218
      <Version>2023.1.314</Version>
219
    </PackageReference>
220
    <PackageReference Include="UI.for.WinForms.GridView">
221
      <Version>2023.1.314</Version>
222
    </PackageReference>
223
    <PackageReference Include="UI.for.WinForms.RadDiagram">
224
      <Version>2023.1.314</Version>
225
    </PackageReference>
226
    <PackageReference Include="UI.for.WinForms.RichTextEditor">
227
      <Version>2023.1.314</Version>
228
    </PackageReference>
229
    <PackageReference Include="UI.for.WinForms.Themes">
230
      <Version>2023.1.314</Version>
231
    </PackageReference>
232
  </ItemGroup>
233
  <ItemGroup>
234 4b369ce1 humkyung
    <Content Include="ID2.Manager.Compare.ico" />
235 13a36357 humkyung
    <None Include="Resources\setting.png" />
236
    <None Include="Resources\compare.png" />
237
    <EmbeddedResource Include="DefalutDockLayout.xml" />
238
    <Content Include="ID2 Manager.ico" />
239
    <None Include="Resources\Refresh16x16.png" />
240
    <None Include="Resources\id218.png" />
241
  </ItemGroup>
242
  <ItemGroup>
243
    <WCFMetadata Include="Connected Services\" />
244
  </ItemGroup>
245
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
246
  <PropertyGroup>
247
    <PostBuildEvent>
248
    </PostBuildEvent>
249
  </PropertyGroup>
250
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
251
  <Target Name="App_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('App.$(Configuration).config')">
252
    <!--Generate transformed app config in the intermediate directory-->
253
    <TransformXml Source="App.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="App.$(Configuration).config" />
254
    <!--Force build process to use the transformed configuration file from now on.-->
255
    <ItemGroup>
256
      <AppConfigWithTargetPath Remove="App.config" />
257
      <AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config">
258
        <TargetPath>$(TargetFileName).config</TargetPath>
259
      </AppConfigWithTargetPath>
260
    </ItemGroup>
261
  </Target>
262
  <!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.-->
263
  <Target Name="App_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('App.$(Configuration).config')">
264
    <PropertyGroup>
265
      <DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig>
266
    </PropertyGroup>
267
    <!--Publish copies the untransformed App.config to deployment directory so overwrite it-->
268
    <Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" />
269
  </Target>
270
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)