hytos / ID2.Manager / ID2.Manager.Compare / ID2.Manager.Compare.csproj @ 54be6611
이력 | 보기 | 이력해설 | 다운로드 (11.6 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>{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 |
<ApplicationIcon>ID2.Manager.Compare.ico</ApplicationIcon> |
59 |
</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\CompareModelWorkUnit.cs" /> |
105 |
<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 |
<Compile Include="Model\MyModel.cs"> |
131 |
<SubType>Component</SubType> |
132 |
</Compile> |
133 |
<Compile Include="Model\MyModel.Designer.cs"> |
134 |
<DependentUpon>MyModel.cs</DependentUpon> |
135 |
</Compile> |
136 |
<Compile Include="Program.cs" /> |
137 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
138 |
<Compile Include="Properties\Resources.Designer.cs"> |
139 |
<AutoGen>True</AutoGen> |
140 |
<DesignTime>True</DesignTime> |
141 |
<DependentUpon>Resources.resx</DependentUpon> |
142 |
</Compile> |
143 |
<Compile Include="Settings.cs" /> |
144 |
<EmbeddedResource Include="Controls\Verification.resx"> |
145 |
<DependentUpon>Verification.cs</DependentUpon> |
146 |
</EmbeddedResource> |
147 |
<EmbeddedResource Include="Forms\ExceptLayer.resx"> |
148 |
<DependentUpon>ExceptLayer.cs</DependentUpon> |
149 |
</EmbeddedResource> |
150 |
<EmbeddedResource Include="Main.resx"> |
151 |
<DependentUpon>Main.cs</DependentUpon> |
152 |
</EmbeddedResource> |
153 |
<EmbeddedResource Include="Properties\licenses.licx" /> |
154 |
<EmbeddedResource Include="Properties\Resources.resx"> |
155 |
<Generator>ResXFileCodeGenerator</Generator> |
156 |
<SubType>Designer</SubType> |
157 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
158 |
</EmbeddedResource> |
159 |
<None Include="App.config" /> |
160 |
<None Include="App.Debug.config"> |
161 |
<DependentUpon>App.config</DependentUpon> |
162 |
</None> |
163 |
<None Include="App.Release.config"> |
164 |
<DependentUpon>App.config</DependentUpon> |
165 |
</None> |
166 |
<None Include="Log.config"> |
167 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
168 |
</None> |
169 |
<None Include="Properties\Settings.settings"> |
170 |
<Generator>SettingsSingleFileGenerator</Generator> |
171 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
172 |
</None> |
173 |
<Compile Include="Properties\Settings.Designer.cs"> |
174 |
<AutoGen>True</AutoGen> |
175 |
<DependentUpon>Settings.settings</DependentUpon> |
176 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
177 |
</Compile> |
178 |
</ItemGroup> |
179 |
<ItemGroup> |
180 |
<None Include="Resources\Excel.png" /> |
181 |
</ItemGroup> |
182 |
<ItemGroup> |
183 |
<PackageReference Include="devDept.Eyeshot.2022"> |
184 |
<Version>2022.3.614</Version> |
185 |
</PackageReference> |
186 |
<PackageReference Include="devDept.Eyeshot.2022.Cad.Support"> |
187 |
<Version>2022.3.614</Version> |
188 |
</PackageReference> |
189 |
<PackageReference Include="EmptyLicensesLicx"> |
190 |
<Version>3.0.0</Version> |
191 |
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
192 |
<PrivateAssets>all</PrivateAssets> |
193 |
</PackageReference> |
194 |
<PackageReference Include="GemBox.Spreadsheet"> |
195 |
<Version>47.0.1268</Version> |
196 |
</PackageReference> |
197 |
<PackageReference Include="log4net"> |
198 |
<Version>2.0.15</Version> |
199 |
</PackageReference> |
200 |
<PackageReference Include="Newtonsoft.Json"> |
201 |
<Version>13.0.3</Version> |
202 |
</PackageReference> |
203 |
<PackageReference Include="SkiaSharp"> |
204 |
<Version>2.88.3</Version> |
205 |
</PackageReference> |
206 |
<PackageReference Include="Telerik.Documents.Flow.FormatProviders.Pdf"> |
207 |
<Version>2023.2.519</Version> |
208 |
</PackageReference> |
209 |
<PackageReference Include="Telerik.Documents.ImageUtils"> |
210 |
<Version>2023.2.519</Version> |
211 |
</PackageReference> |
212 |
<PackageReference Include="UI.for.WinForms.ChartView"> |
213 |
<Version>2023.1.314</Version> |
214 |
</PackageReference> |
215 |
<PackageReference Include="UI.for.WinForms.Common"> |
216 |
<Version>2023.1.314</Version> |
217 |
</PackageReference> |
218 |
<PackageReference Include="UI.for.WinForms.Dock"> |
219 |
<Version>2023.1.314</Version> |
220 |
</PackageReference> |
221 |
<PackageReference Include="UI.for.WinForms.GridView"> |
222 |
<Version>2023.1.314</Version> |
223 |
</PackageReference> |
224 |
<PackageReference Include="UI.for.WinForms.RadDiagram"> |
225 |
<Version>2023.1.314</Version> |
226 |
</PackageReference> |
227 |
<PackageReference Include="UI.for.WinForms.RichTextEditor"> |
228 |
<Version>2023.1.314</Version> |
229 |
</PackageReference> |
230 |
<PackageReference Include="UI.for.WinForms.Themes"> |
231 |
<Version>2023.1.314</Version> |
232 |
</PackageReference> |
233 |
</ItemGroup> |
234 |
<ItemGroup> |
235 |
<Content Include="ID2.Manager.Compare.ico" /> |
236 |
<None Include="Resources\ID2X.png" /> |
237 |
<None Include="Resources\setting.png" /> |
238 |
<None Include="Resources\compare.png" /> |
239 |
<EmbeddedResource Include="DefalutDockLayout.xml" /> |
240 |
<Content Include="ID2 Manager.ico" /> |
241 |
<None Include="Resources\Refresh16x16.png" /> |
242 |
<None Include="Resources\id218.png" /> |
243 |
</ItemGroup> |
244 |
<ItemGroup> |
245 |
<WCFMetadata Include="Connected Services\" /> |
246 |
</ItemGroup> |
247 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
248 |
<PropertyGroup> |
249 |
<PostBuildEvent> |
250 |
</PostBuildEvent> |
251 |
</PropertyGroup> |
252 |
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
253 |
<Target Name="App_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('App.$(Configuration).config')"> |
254 |
<!--Generate transformed app config in the intermediate directory--> |
255 |
<TransformXml Source="App.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="App.$(Configuration).config" /> |
256 |
<!--Force build process to use the transformed configuration file from now on.--> |
257 |
<ItemGroup> |
258 |
<AppConfigWithTargetPath Remove="App.config" /> |
259 |
<AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config"> |
260 |
<TargetPath>$(TargetFileName).config</TargetPath> |
261 |
</AppConfigWithTargetPath> |
262 |
</ItemGroup> |
263 |
</Target> |
264 |
<!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.--> |
265 |
<Target Name="App_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('App.$(Configuration).config')"> |
266 |
<PropertyGroup> |
267 |
<DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig> |
268 |
</PropertyGroup> |
269 |
<!--Publish copies the untransformed App.config to deployment directory so overwrite it--> |
270 |
<Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" /> |
271 |
</Target> |
272 |
</Project> |