Project cleanup

This commit is contained in:
Szymon Porwolik
2019-02-28 22:26:22 +01:00
committed by simpo
parent 31ed9ee875
commit 64a550e8e8
8 changed files with 11 additions and 13 deletions

View File

@@ -61,7 +61,7 @@
</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>perun_logo.ico</ApplicationIcon>
<ApplicationIcon>03_Resources\perun_logo.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>2ACE4C8C2C325A04CA5986B1CD76744B4B03755D</ManifestCertificateThumbprint>
@@ -116,15 +116,15 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="form_Main.cs">
<Compile Include="02_Forms\form_Main.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="form_Main.Designer.cs">
<Compile Include="02_Forms\form_Main.Designer.cs">
<DependentUpon>form_Main.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="01_Classes\Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="form_Main.resx">
<EmbeddedResource Include="02_Forms\form_Main.resx">
<DependentUpon>form_Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
@@ -137,8 +137,8 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="packages.config" />
<None Include="Perun_v1_TemporaryKey.pfx" />
<None Include="00_Config\packages.config" />
<None Include="00_Config\Perun_v1_TemporaryKey.pfx" />
<None Include="Properties\app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
@@ -151,7 +151,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="00_Config\App.config" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
@@ -166,10 +166,8 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="perun_logo.ico" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
<Content Include="03_Resources\perun_logo.ico" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>