chore: folders
This commit is contained in:
@@ -61,47 +61,48 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Car.cs" />
|
||||
<Compile Include="CarCard.cs">
|
||||
<Compile Include="Classes\Car.cs" />
|
||||
<Compile Include="Forms\Components\CarCard.cs">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="CarCard.Designer.cs">
|
||||
<Compile Include="Forms\Components\CarCard.Designer.cs">
|
||||
<DependentUpon>CarCard.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="LegacyException.cs" />
|
||||
<Compile Include="MainForm.cs">
|
||||
<Compile Include="Exceptions\LegacyException.cs" />
|
||||
<Compile Include="Forms\MainForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="MainForm.Designer.cs">
|
||||
<Compile Include="Forms\MainForm.Designer.cs">
|
||||
<DependentUpon>MainForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="CarDetailsForm.cs">
|
||||
<Compile Include="Forms\CarDetailsForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="CarDetailsForm.Designer.cs">
|
||||
<Compile Include="Forms\CarDetailsForm.Designer.cs">
|
||||
<DependentUpon>CarDetailsForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ImageManager.cs" />
|
||||
<Compile Include="PleaseWait.cs">
|
||||
<Compile Include="Manager\ImageManager.cs" />
|
||||
<Compile Include="Forms\Util\PleaseWait.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="PleaseWait.Designer.cs">
|
||||
<Compile Include="Forms\Util\PleaseWait.Designer.cs">
|
||||
<DependentUpon>PleaseWait.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="SafeManager.cs" />
|
||||
<Compile Include="StateManager.cs" />
|
||||
<EmbeddedResource Include="CarCard.resx">
|
||||
<Compile Include="Manager\SafeManager.cs" />
|
||||
<Compile Include="Manager\StateManager.cs" />
|
||||
<Compile Include="Util\CUID.cs" />
|
||||
<EmbeddedResource Include="Forms\Components\CarCard.resx">
|
||||
<DependentUpon>CarCard.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="MainForm.resx">
|
||||
<EmbeddedResource Include="Forms\MainForm.resx">
|
||||
<DependentUpon>MainForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="CarDetailsForm.resx">
|
||||
<EmbeddedResource Include="Forms\CarDetailsForm.resx">
|
||||
<DependentUpon>CarDetailsForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="PleaseWait.resx">
|
||||
<EmbeddedResource Include="Forms\Util\PleaseWait.resx">
|
||||
<DependentUpon>PleaseWait.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
@@ -139,8 +140,6 @@
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Manager\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user