Skip to content

Commit 81a972d

Browse files
committed
removed white space from file name
1 parent 6af94fa commit 81a972d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CS/WindowsApplication3/WindowsApplication3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<Reference Include="System.Xml" />
9696
</ItemGroup>
9797
<ItemGroup>
98-
<Compile Include="Custom Grid.cs">
98+
<Compile Include="CustomGrid.cs">
9999
<SubType>Component</SubType>
100100
</Compile>
101101
<Compile Include="DataHelper.cs" />
@@ -149,4 +149,4 @@
149149
<Target Name="AfterBuild">
150150
</Target>
151151
-->
152-
</Project>
152+
</Project>

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- default file list -->
22
*Files to look at*:
33

4-
* [Custom Grid.cs](./CS/WindowsApplication3/Custom Grid.cs) (VB: [Custom Grid.vb](./VB/WindowsApplication3/Custom Grid.vb))
4+
* [CustomGrid.cs](./CS/WindowsApplication3/CustomGrid.cs) (VB: [CustomGrid.vb](./VB/WindowsApplication3/CustomGrid.vb))
55
* [Main.cs](./CS/WindowsApplication3/Main.cs) (VB: [Main.vb](./VB/WindowsApplication3/Main.vb))
66
* [Program.cs](./CS/WindowsApplication3/Program.cs) (VB: [Program.vb](./VB/WindowsApplication3/Program.vb))
77
<!-- default file list end -->

VB/WindowsApplication3/WindowsApplication3.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<Reference Include="System.Xml" />
111111
</ItemGroup>
112112
<ItemGroup>
113-
<Compile Include="Custom Grid.vb">
113+
<Compile Include="CustomGrid.vb">
114114
<SubType>Component</SubType>
115115
</Compile>
116116
<Compile Include="DataHelper.vb" />
@@ -166,4 +166,4 @@
166166
<Target Name="AfterBuild">
167167
</Target>
168168
-->
169-
</Project>
169+
</Project>

0 commit comments

Comments
 (0)