-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdb.csproj
133 lines (133 loc) · 6.03 KB
/
mkdb.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{82504D8B-A0A6-40A3-BFEA-D1E3F47E0FDA}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Exe</OutputType>
<RootNamespace>mkdb</RootNamespace>
<AssemblyName>mkdb</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="wx.NET">
<HintPath>wx.NET.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="ColorEditor.cs" />
<Compile Include="Command.cs" />
<Compile Include="Common.cs" />
<Compile Include="FlagEditor.cs" />
<Compile Include="FontEditor.cs" />
<Compile Include="MainForm.cs" />
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="Python\PyFileEditor.cs" />
<Compile Include="Python\PyParser.cs" />
<Compile Include="Python\PySection.cs" />
<Compile Include="Python\SyntaxRichTextBox.cs" />
<Compile Include="WidgetProps.cs" />
<Compile Include="Widgets\Ado\wiwAdo.cs" />
<Compile Include="Widgets\Ado\wiwAdoProps.cs" />
<Compile Include="Widgets\Ado\wtbAdo.cs" />
<Compile Include="Widgets\BoxSizer\wiwBoxSizerProps.cs" />
<Compile Include="Widgets\BoxSizer\wtbBoxSizer.cs" />
<Compile Include="Widgets\Button\wiwButtonProps.cs" />
<Compile Include="Widgets\Button\wtbButton.cs" />
<Compile Include="Widgets\ComboBox\wiwComboBox.cs" />
<Compile Include="Widgets\ComboBox\wiwComboBoxProps.cs" />
<Compile Include="Widgets\ComboBox\wtbComboBox.cs" />
<Compile Include="Widgets\Frame\wiwFrame.cs" />
<Compile Include="Widgets\Frame\wiwFrameProps.cs" />
<Compile Include="Widgets\Frame\wtbFrame.cs" />
<Compile Include="Widgets\GridSizer\wiwGridSizerProps.cs" />
<Compile Include="Widgets\GridSizer\wtbGridSizer.cs" />
<Compile Include="Widgets\Label\wiwLabel.cs" />
<Compile Include="Widgets\Label\wiwLabelProps.cs" />
<Compile Include="Widgets\Label\wtbLabel.cs" />
<Compile Include="Widgets\Listbox\wiwListbox.cs" />
<Compile Include="Widgets\Listbox\wiwListBoxProps.cs" />
<Compile Include="Widgets\Listbox\wtbListbox.cs" />
<Compile Include="Widgets\TextEdit\wiwTextEdit.cs" />
<Compile Include="Widgets\TextEdit\wiwTextEditProps.cs" />
<Compile Include="Widgets\TextEdit\wtbTextEdit.cs" />
<Compile Include="Widgets\wiwApp.cs" />
<Compile Include="Widgets\wiwAppProps.cs" />
<Compile Include="wxToolStripButton.cs" />
<Compile Include="Program.cs" />
<Compile Include="WidgetElem.cs" />
<Compile Include="Widgets\BoxSizer\wiwBoxSizer.cs" />
<Compile Include="Widgets\Button\wiwButton.cs" />
<Compile Include="Widgets\GridSizer\wiwGridSizer.cs" />
<Compile Include="Win32Utils.cs" />
<Compile Include="wxApp.cs" />
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.py" />
<None Include="app_struct.py" />
<EmbeddedResource Include="Python\app_template.py" />
<EmbeddedResource Include="Python\base_class_template.py" />
<EmbeddedResource Include="Python\class_template.py" />
<None Include="WidgetList.txt" />
<EmbeddedResource Include="Widgets\Frame\frame.jpg" />
<EmbeddedResource Include="Widgets\BoxSizer\sizer.jpg" />
<EmbeddedResource Include="Widgets\Button\button.png" />
<EmbeddedResource Include="Widgets\GridSizer\gridsizer.jpg" />
<EmbeddedResource Include="Widgets\Label\label.png" />
<EmbeddedResource Include="Widgets\TextEdit\textctrl.png" />
<EmbeddedResource Include="Widgets\ComboBox\choice.png" />
<EmbeddedResource Include="Widgets\Listbox\list_box.png" />
<EmbeddedResource Include="Widgets\Ado\ado.png" />
<EmbeddedResource Include="Widgets\Ado\cancel.PNG" />
<EmbeddedResource Include="Widgets\Ado\firstrec.PNG" />
<EmbeddedResource Include="Widgets\Ado\lastrec.PNG" />
<EmbeddedResource Include="Widgets\Ado\newrec.PNG" />
<EmbeddedResource Include="Widgets\Ado\nextrec.PNG" />
<EmbeddedResource Include="Widgets\Ado\prevrec.PNG" />
<EmbeddedResource Include="Widgets\Ado\refresh.png" />
<EmbeddedResource Include="Widgets\Frame\wxframe.xml" />
<None Include="wxpython.txt" />
</ItemGroup>
<ItemGroup>
<Folder Include="Python" />
<Folder Include="Widgets" />
<Folder Include="Widgets\Ado" />
<Folder Include="Widgets\BoxSizer" />
<Folder Include="Widgets\Button" />
<Folder Include="Widgets\ComboBox" />
<Folder Include="Widgets\Frame" />
<Folder Include="Widgets\GridSizer" />
<Folder Include="Widgets\Label" />
<Folder Include="Widgets\Listbox" />
<Folder Include="Widgets\TextEdit" />
</ItemGroup>
</Project>