fix files csproj
This commit is contained in:
		
							parent
							
								
									6e5e159ca4
								
							
						
					
					
						commit
						ee39a3c7a5
					
				@ -106,17 +106,17 @@
 | 
				
			|||||||
    <Reference Include="System.Xml" />
 | 
					    <Reference Include="System.Xml" />
 | 
				
			||||||
  </ItemGroup>
 | 
					  </ItemGroup>
 | 
				
			||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
    <Compile Include="Form1.cs">
 | 
					    <Compile Include="MainForm.cs">
 | 
				
			||||||
      <SubType>Form</SubType>
 | 
					      <SubType>Form</SubType>
 | 
				
			||||||
    </Compile>
 | 
					    </Compile>
 | 
				
			||||||
    <Compile Include="Form1.Designer.cs">
 | 
					    <Compile Include="MainForm.Designer.cs">
 | 
				
			||||||
      <DependentUpon>Form1.cs</DependentUpon>
 | 
					      <DependentUpon>MainForm.cs</DependentUpon>
 | 
				
			||||||
    </Compile>
 | 
					    </Compile>
 | 
				
			||||||
    <Compile Include="Tracker.cs" />
 | 
					    <Compile Include="Tracker.cs" />
 | 
				
			||||||
    <Compile Include="Program.cs" />
 | 
					    <Compile Include="Program.cs" />
 | 
				
			||||||
    <Compile Include="Properties\AssemblyInfo.cs" />
 | 
					    <Compile Include="Properties\AssemblyInfo.cs" />
 | 
				
			||||||
    <EmbeddedResource Include="Form1.resx">
 | 
					    <EmbeddedResource Include="MainForm.resx">
 | 
				
			||||||
      <DependentUpon>Form1.cs</DependentUpon>
 | 
					      <DependentUpon>MainForm.cs</DependentUpon>
 | 
				
			||||||
    </EmbeddedResource>
 | 
					    </EmbeddedResource>
 | 
				
			||||||
    <EmbeddedResource Include="Properties\Resources.resx">
 | 
					    <EmbeddedResource Include="Properties\Resources.resx">
 | 
				
			||||||
      <Generator>ResXFileCodeGenerator</Generator>
 | 
					      <Generator>ResXFileCodeGenerator</Generator>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user