Datei: SimpleMappingTool/Mapping.csproj

Last Commit (831b962)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas. microsoft. com/developer/msbuild/2003" ToolsVersion="12. 0">
3 ··<PropertyGroup>
4 ····<ProjectType>Local</ProjectType>
5 ····<ProductVersion>8.0.50727</ProductVersion>
6 ····<SchemaVersion>2.0</SchemaVersion>
7 ····<ProjectGuid>{4ADF4504-626F-4568-B23F-FE112838A6AD}</ProjectGuid>
8 ····<SccProjectName>
9 ····</SccProjectName>
10 ····<SccLocalPath>
11 ····</SccLocalPath>
12 ····<SccAuxPath>
13 ····</SccAuxPath>
14 ····<SccProvider>
15 ····</SccProvider>
16 ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
17 ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
18 ····<ApplicationIcon>App.ico</ApplicationIcon>
19 ····<AssemblyKeyContainerName>
20 ····</AssemblyKeyContainerName>
21 ····<AssemblyName>Mapping</AssemblyName>
22 ····<AssemblyOriginatorKeyFile>
23 ····</AssemblyOriginatorKeyFile>
24 ····<DefaultClientScript>JScript</DefaultClientScript>
25 ····<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
26 ····<DefaultTargetSchema>IE50</DefaultTargetSchema>
27 ····<DelaySign>false</DelaySign>
28 ····<OutputType>WinExe</OutputType>
29 <RootNamespace>SimpleMappingTool</RootNamespace>
30 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
31 <StartupObject>
32 </StartupObject>
33 <FileUpgradeFlags>
34 </FileUpgradeFlags>
35 <UpgradeBackupLocation>
36 ····</UpgradeBackupLocation>
37 ····<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
38 ····<OldToolsVersion>2.0</OldToolsVersion>
39 ····<PublishUrl>publish\</PublishUrl>
40 ····<Install>true</Install>
41 ····<InstallFrom>Disk</InstallFrom>
42 ····<UpdateEnabled>false</UpdateEnabled>
43 ····<UpdateMode>Foreground</UpdateMode>
44 ····<UpdateInterval>7</UpdateInterval>
45 ····<UpdateIntervalUnits>Days</UpdateIntervalUnits>
46 ····<UpdatePeriodically>false</UpdatePeriodically>
47 ····<UpdateRequired>false</UpdateRequired>
48 ····<MapFileExtensions>true</MapFileExtensions>
49 ····<ApplicationRevision>0</ApplicationRevision>
50 ····<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
51 ····<IsWebBootstrapper>false</IsWebBootstrapper>
52 ····<UseApplicationTrust>false</UseApplicationTrust>
53 ····<BootstrapperEnabled>true</BootstrapperEnabled>
54 ····<TargetFrameworkProfile />
55 ··</PropertyGroup>
56 <PropertyGroup Condition=" '$( Configuration) |$( Platform) ' == 'Debug|AnyCPU' ">
57 ····<OutputPath>bin\Debug\</OutputPath>
58 ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
59 ····<BaseAddress>285212672</BaseAddress>
60 ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
61 ····<ConfigurationOverrideFile>
62 ····</ConfigurationOverrideFile>
63 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
64 ····<DocumentationFile>
65 ····</DocumentationFile>
66 ····<DebugSymbols>true</DebugSymbols>
67 ····<FileAlignment>4096</FileAlignment>
68 ····<NoStdLib>false</NoStdLib>
69 ····<NoWarn>
70 ····</NoWarn>
71 ····<Optimize>false</Optimize>
72 ····<RegisterForComInterop>false</RegisterForComInterop>
73 ····<RemoveIntegerChecks>false</RemoveIntegerChecks>
74 ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
75 ····<WarningLevel>4</WarningLevel>
76 ····<DebugType>full</DebugType>
77 ····<ErrorReport>prompt</ErrorReport>
78 ····<Prefer32Bit>false</Prefer32Bit>
79 ··</PropertyGroup>
80 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
81 ····<OutputPath>bin\Release\</OutputPath>
82 ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
83 ····<BaseAddress>285212672</BaseAddress>
84 ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
85 ····<ConfigurationOverrideFile>
86 ····</ConfigurationOverrideFile>
87 ····<DefineConstants>TRACE</DefineConstants>
88 ····<DocumentationFile>
89 ····</DocumentationFile>
90 ····<DebugSymbols>false</DebugSymbols>
91 ····<FileAlignment>4096</FileAlignment>
92 ····<NoStdLib>false</NoStdLib>
93 ····<NoWarn>
94 ····</NoWarn>
95 ····<Optimize>true</Optimize>
96 ····<RegisterForComInterop>false</RegisterForComInterop>
97 ····<RemoveIntegerChecks>false</RemoveIntegerChecks>
98 ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
99 ····<WarningLevel>4</WarningLevel>
100 ····<DebugType>none</DebugType>
101 ····<ErrorReport>prompt</ErrorReport>
102 ····<Prefer32Bit>false</Prefer32Bit>
103 ··</PropertyGroup>
104 ··<ItemGroup>
105 ····<Reference Include="NDO">
106 ······<HintPath>..\NDODLL\bin\$(Configuration)\netstandard2.0\NDO.dll</HintPath>
107 ····</Reference>
108 ····<Reference Include="System">
109 ······<Name>System</Name>
110 ····</Reference>
111 ····<Reference Include="System.Data" />
112 ····<Reference Include="System.Drawing">
113 ······<Name>System.Drawing</Name>
114 ····</Reference>
115 ····<Reference Include="System.Windows.Forms">
116 ······<Name>System.Windows.Forms</Name>
117 ····</Reference>
118 ····<Reference Include="System.Xml" />
119 ··</ItemGroup>
120 ··<ItemGroup>
121 ····<Content Include="App.ico" />
122 ····<Compile Include="AddPropertyDialog.cs">
123 ······<SubType>Form</SubType>
124 ····</Compile>
125 ····<Compile Include="AssemblyInfo.cs">
126 ······<SubType>Code</SubType>
127 ····</Compile>
128 ····<Compile Include="ClassNode.cs">
129 ······<SubType>Code</SubType>
130 ····</Compile>
131 ····<Compile Include="ColumnNode.cs" />
132 ····<Compile Include="ConnectionNode.cs">
133 ······<SubType>Code</SubType>
134 ····</Compile>
135 ····<Compile Include="FieldNode.cs">
136 ······<SubType>Code</SubType>
137 ····</Compile>
138 ····<Compile Include="MainForm.cs">
139 ······<SubType>Form</SubType>
140 ····</Compile>
141 ····<Compile Include="MappingTableNode.cs">
142 ······<SubType>Code</SubType>
143 ····</Compile>
144 ····<Compile Include="NDOMappingNode.cs" />
145 ····<Compile Include="NDOTreeNode.cs">
146 ······<SubType>Code</SubType>
147 ····</Compile>
148 ····<Compile Include="OidNode.cs">
149 ······<SubType>Code</SubType>
150 ····</Compile>
151 ····<Compile Include="PropertyNode.cs" />
152 ····<Compile Include="RelationNode.cs">
153 ······<SubType>Code</SubType>
154 ····</Compile>
155 ····<EmbeddedResource Include="AddPropertyDialog.resx">
156 ······<DependentUpon>AddPropertyDialog.cs</DependentUpon>
157 ······<SubType>Designer</SubType>
158 ····</EmbeddedResource>
159 ····<EmbeddedResource Include="MainForm.resx">
160 ······<DependentUpon>MainForm.cs</DependentUpon>
161 ······<SubType>Designer</SubType>
162 ····</EmbeddedResource>
163 ··</ItemGroup>
164 ··<ItemGroup>
165 ····<None Include="app.config" />
166 ··</ItemGroup>
167 ··<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
168 ··<PropertyGroup>
169 ····<PreBuildEvent>
170 ····</PreBuildEvent>
171 ····<PostBuildEvent>
172 ····</PostBuildEvent>
173 ··</PropertyGroup>
174 </Project>
New Commit (add8490)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project Sdk="Microsoft. NET. Sdk">
3 ··<PropertyGroup>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4 ····<OutputType>WinExe</OutputType>
5 <TargetFramework>net8. 0-windows</TargetFramework>
6 <Nullable>enable</Nullable>
7 <UseWindowsForms>true</UseWindowsForms>
8 <ImplicitUsings>enable</ImplicitUsings>
9 <Version>5. 0. 0</Version>
10 <AssemblyVersion>5. 0. 0. 0</AssemblyVersion>
11 <FileVersion>5. 0. 0. 0</FileVersion>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12 ··</PropertyGroup>
13 <ItemGroup></ItemGroup>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14 </Project>