30
30
<ErrorReport >prompt</ErrorReport >
31
31
<WarningLevel >4</WarningLevel >
32
32
</PropertyGroup >
33
+ <PropertyGroup >
34
+ <ApplicationIcon >WIGWAM_ICO.ico</ApplicationIcon >
35
+ </PropertyGroup >
33
36
<ItemGroup >
34
37
<Reference Include =" Magick.NET-Q8-AnyCPU" >
35
38
<HintPath >lib\Magick.NET-Q8-AnyCPU.dll</HintPath >
54
57
<Reference Include =" System.Xml" />
55
58
</ItemGroup >
56
59
<ItemGroup >
57
- <Compile Include =" GradientPanel.cs" />
60
+ <Compile Include =" GradientPanel.cs" >
61
+ <SubType >Component</SubType >
62
+ </Compile >
58
63
<Compile Include =" RummageAttributes\RummageNoRemoveAttribute.cs" />
59
64
<Compile Include =" RummageAttributes\RummageNoRenameAttribute.cs" />
60
65
<Compile Include =" RummageAttributes\RummageNoRenameAnythingAttribute.cs" />
101
106
<Compile Include =" WumbasWigwam\Point_.cs" />
102
107
<Compile Include =" WumbasWigwam\Vector.cs" />
103
108
<Compile Include =" WumbasWigwam\ModelDrawCommand.cs" />
104
- <Compile Include =" WumbasWigwam\ModelViewer.cs" />
109
+ <Compile Include =" WumbasWigwam\ModelViewer.cs" >
110
+ <SubType >Form</SubType >
111
+ </Compile >
105
112
<Compile Include =" WumbasWigwam\n64_cic_nus_6105.cs" />
106
113
<Compile Include =" WumbasWigwam\ObjectDB.cs" />
107
114
<Compile Include =" WumbasWigwam\BaseCamera.cs" />
112
119
<Compile Include =" WumbasWigwam\RomHandler.cs" />
113
120
<Compile Include =" WumbasWigwam\Sprite.cs" />
114
121
<Compile Include =" WumbasWigwam\Core.cs" />
115
- <Compile Include =" WumbasWigwam\AboutBox.cs" />
122
+ <Compile Include =" WumbasWigwam\AboutBox.cs" >
123
+ <SubType >Form</SubType >
124
+ </Compile >
116
125
<Compile Include =" WumbasWigwam\Poles.cs" />
117
- <Compile Include =" WumbasWigwam\ColorTrackBar.cs" />
126
+ <Compile Include =" WumbasWigwam\ColorTrackBar.cs" >
127
+ <SubType >Component</SubType >
128
+ </Compile >
118
129
<Compile Include =" WumbasWigwam\ColorTrackBarDesigner.cs" />
119
130
<Compile Include =" WumbasWigwam\Vector3.cs" />
120
131
<Compile Include =" WumbasWigwam\Matrix.cs" />
121
132
<Compile Include =" WumbasWigwam\Matrix3.cs" />
122
133
<Compile Include =" WumbasWigwam\Matrix4.cs" />
123
134
<Compile Include =" WumbasWigwam\TrackEvent.cs" />
124
135
<Compile Include =" WumbasWigwam\MidiParse.cs" />
125
- <Compile Include =" WumbasWigwam\SpriteEditorForm.cs" />
136
+ <Compile Include =" WumbasWigwam\SpriteEditorForm.cs" >
137
+ <SubType >Form</SubType >
138
+ </Compile >
126
139
<Compile Include =" WumbasWigwam\ImageHandler.cs" />
127
- <Compile Include =" WumbasWigwam\Progress.cs" />
128
- <Compile Include =" WumbasWigwam\WarpDestinationForm.cs" />
140
+ <Compile Include =" WumbasWigwam\Progress.cs" >
141
+ <SubType >Form</SubType >
142
+ </Compile >
143
+ <Compile Include =" WumbasWigwam\WarpDestinationForm.cs" >
144
+ <SubType >Form</SubType >
145
+ </Compile >
129
146
<Compile Include =" WumbasWigwam\GECompression.cs" />
130
- <Compile Include =" WumbasWigwam\OpenSetFileForm.cs" />
131
- <Compile Include =" WumbasWigwam\WarpEntryPointForm.cs" />
147
+ <Compile Include =" WumbasWigwam\OpenSetFileForm.cs" >
148
+ <SubType >Form</SubType >
149
+ </Compile >
150
+ <Compile Include =" WumbasWigwam\WarpEntryPointForm.cs" >
151
+ <SubType >Form</SubType >
152
+ </Compile >
132
153
<Compile Include =" WumbasWigwam\WarpLocation.cs" />
133
154
<Compile Include =" WumbasWigwam\EntryPoint.cs" />
134
155
<Compile Include =" WumbasWigwam\World.cs" />
135
156
<Compile Include =" WumbasWigwam\PickableObject.cs" />
136
157
<Compile Include =" WumbasWigwam\LevelEntryPoint.cs" />
137
- <Compile Include =" WumbasWigwam\Form1.cs" />
158
+ <Compile Include =" WumbasWigwam\Form1.cs" >
159
+ <SubType >Form</SubType >
160
+ </Compile >
138
161
<Compile Include =" WumbasWigwam\DrawCommand.cs" />
139
162
<Compile Include =" WumbasWigwam\ActiveBone.cs" />
140
163
<Compile Include =" WumbasWigwam\AnimationFile.cs" />
167
190
<EmbeddedResource Include =" WumbasWigwam\WarpDestinationForm.resx" />
168
191
<EmbeddedResource Include =" WumbasWigwam\WarpEntryPointForm.resx" />
169
192
</ItemGroup >
193
+ <ItemGroup >
194
+ <Content Include =" WIGWAM_ICO.ico" />
195
+ </ItemGroup >
170
196
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
171
197
</Project >
0 commit comments