hytos / ID2.Manager / ID2.Manager.Compare / ID2.Manager.Compare.csproj @ 1620ca9c
이력 | 보기 | 이력해설 | 다운로드 (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 | 1620ca9c | humkyung | <AssemblyName>ID2.Manager.Compare</AssemblyName> |
11 | 13a36357 | humkyung | <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 | 54be6611 | humkyung | <Compile Include="Classes\CompareModelWorkUnit.cs" /> |
105 | 13a36357 | humkyung | <Compile Include="Classes\ID2Helper.cs" /> |
106 | <Compile Include="Classes\LinqExtension.cs" /> |
||
107 | <Compile Include="Controls\DetailGridViewTemplate.cs"> |
||
108 | <SubType>Component</SubType> |
||
109 | </Compile> |
||
110 | <Compile Include="Controls\SearchRow.cs" /> |
||
111 | <Compile Include="Controls\Verification.cs"> |
||
112 | <SubType>UserControl</SubType> |
||
113 | </Compile> |
||
114 | <Compile Include="Controls\Verification.Designer.cs"> |
||
115 | <DependentUpon>Verification.cs</DependentUpon> |
||
116 | </Compile> |
||
117 | <Compile Include="CustomSynchronizationContext.cs" /> |
||
118 | <Compile Include="Forms\ExceptLayer.cs"> |
||
119 | <SubType>Form</SubType> |
||
120 | </Compile> |
||
121 | <Compile Include="Forms\ExceptLayer.Designer.cs"> |
||
122 | <DependentUpon>ExceptLayer.cs</DependentUpon> |
||
123 | </Compile> |
||
124 | <Compile Include="Main.cs"> |
||
125 | <SubType>Form</SubType> |
||
126 | </Compile> |
||
127 | <Compile Include="Main.Designer.cs"> |
||
128 | <DependentUpon>Main.cs</DependentUpon> |
||
129 | </Compile> |
||
130 | 1620ca9c | humkyung | <Compile Include="Model\MyModel.cs" /> |
131 | 13a36357 | humkyung | <Compile Include="Model\MyModel.Designer.cs"> |
132 | <DependentUpon>MyModel.cs</DependentUpon> |
||
133 | </Compile> |
||
134 | <Compile Include="Program.cs" /> |
||
135 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
136 | <Compile Include="Properties\Resources.Designer.cs"> |
||
137 | <AutoGen>True</AutoGen> |
||
138 | <DesignTime>True</DesignTime> |
||
139 | <DependentUpon>Resources.resx</DependentUpon> |
||
140 | </Compile> |
||
141 | <Compile Include="Settings.cs" /> |
||
142 | <EmbeddedResource Include="Controls\Verification.resx"> |
||
143 | <DependentUpon>Verification.cs</DependentUpon> |
||
144 | </EmbeddedResource> |
||
145 | <EmbeddedResource Include="Forms\ExceptLayer.resx"> |
||
146 | <DependentUpon>ExceptLayer.cs</DependentUpon> |
||
147 | </EmbeddedResource> |
||
148 | <EmbeddedResource Include="Main.resx"> |
||
149 | <DependentUpon>Main.cs</DependentUpon> |
||
150 | </EmbeddedResource> |
||
151 | <EmbeddedResource Include="Properties\licenses.licx" /> |
||
152 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
153 | <Generator>ResXFileCodeGenerator</Generator> |
||
154 | <SubType>Designer</SubType> |
||
155 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
156 | </EmbeddedResource> |
||
157 | <None Include="App.config" /> |
||
158 | <None Include="App.Debug.config"> |
||
159 | <DependentUpon>App.config</DependentUpon> |
||
160 | </None> |
||
161 | <None Include="App.Release.config"> |
||
162 | <DependentUpon>App.config</DependentUpon> |
||
163 | </None> |
||
164 | <None Include="Log.config"> |
||
165 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
166 | </None> |
||
167 | <None Include="Properties\Settings.settings"> |
||
168 | <Generator>SettingsSingleFileGenerator</Generator> |
||
169 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
170 | </None> |
||
171 | <Compile Include="Properties\Settings.Designer.cs"> |
||
172 | <AutoGen>True</AutoGen> |
||
173 | <DependentUpon>Settings.settings</DependentUpon> |
||
174 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
175 | </Compile> |
||
176 | </ItemGroup> |
||
177 | <ItemGroup> |
||
178 | <None Include="Resources\Excel.png" /> |
||
179 | </ItemGroup> |
||
180 | <ItemGroup> |
||
181 | <PackageReference Include="devDept.Eyeshot.2022"> |
||
182 | <Version>2022.3.614</Version> |
||
183 | </PackageReference> |
||
184 | <PackageReference Include="devDept.Eyeshot.2022.Cad.Support"> |
||
185 | <Version>2022.3.614</Version> |
||
186 | </PackageReference> |
||
187 | <PackageReference Include="EmptyLicensesLicx"> |
||
188 | <Version>3.0.0</Version> |
||
189 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
||
190 | <PrivateAssets>all</PrivateAssets> |
||
191 | </PackageReference> |
||
192 | <PackageReference Include="GemBox.Spreadsheet"> |
||
193 | <Version>47.0.1268</Version> |
||
194 | </PackageReference> |
||
195 | <PackageReference Include="log4net"> |
||
196 | <Version>2.0.15</Version> |
||
197 | </PackageReference> |
||
198 | <PackageReference Include="Newtonsoft.Json"> |
||
199 | <Version>13.0.3</Version> |
||
200 | </PackageReference> |
||
201 | <PackageReference Include="SkiaSharp"> |
||
202 | <Version>2.88.3</Version> |
||
203 | </PackageReference> |
||
204 | <PackageReference Include="Telerik.Documents.Flow.FormatProviders.Pdf"> |
||
205 | <Version>2023.2.519</Version> |
||
206 | </PackageReference> |
||
207 | <PackageReference Include="Telerik.Documents.ImageUtils"> |
||
208 | <Version>2023.2.519</Version> |
||
209 | </PackageReference> |
||
210 | <PackageReference Include="UI.for.WinForms.ChartView"> |
||
211 | <Version>2023.1.314</Version> |
||
212 | </PackageReference> |
||
213 | <PackageReference Include="UI.for.WinForms.Common"> |
||
214 | <Version>2023.1.314</Version> |
||
215 | </PackageReference> |
||
216 | <PackageReference Include="UI.for.WinForms.Dock"> |
||
217 | <Version>2023.1.314</Version> |
||
218 | </PackageReference> |
||
219 | <PackageReference Include="UI.for.WinForms.GridView"> |
||
220 | <Version>2023.1.314</Version> |
||
221 | </PackageReference> |
||
222 | <PackageReference Include="UI.for.WinForms.RadDiagram"> |
||
223 | <Version>2023.1.314</Version> |
||
224 | </PackageReference> |
||
225 | <PackageReference Include="UI.for.WinForms.RichTextEditor"> |
||
226 | <Version>2023.1.314</Version> |
||
227 | </PackageReference> |
||
228 | <PackageReference Include="UI.for.WinForms.Themes"> |
||
229 | <Version>2023.1.314</Version> |
||
230 | </PackageReference> |
||
231 | </ItemGroup> |
||
232 | <ItemGroup> |
||
233 | 4b369ce1 | humkyung | <Content Include="ID2.Manager.Compare.ico" /> |
234 | 86deaecf | humkyung | <None Include="Resources\ID2X.png" /> |
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> |