Skip to content

Commit

Permalink
Calling it a day, my job here is done, until next year
Browse files Browse the repository at this point in the history
  • Loading branch information
ArachisH committed Oct 24, 2017
1 parent ccfe11e commit 1168f81
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
1 change: 0 additions & 1 deletion Tangine/Tangine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion Tanji/MainFrm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tanji/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.466.0")]
[assembly: AssemblyFileVersion("1.4.466.0")]
[assembly: AssemblyVersion("1.4.479.0")]
[assembly: AssemblyFileVersion("1.4.479.0")]
18 changes: 9 additions & 9 deletions Tanji/Tanji.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<TrimUnusedDependencies>true</TrimUnusedDependencies>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -45,6 +43,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\Tanji_256.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -54,7 +55,6 @@
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
Expand Down Expand Up @@ -153,6 +153,12 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Tanji_256.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Avatar.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Submodules\Eavesdrop\Eavesdrop\Eavesdrop.csproj">
<Project>{de239471-7950-4049-9b92-3c1a4c4ca063}</Project>
Expand All @@ -171,12 +177,6 @@
<Name>Tangine</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Tanji_256.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Avatar.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Microsoft.Packaging.Tools.Trimming.1.1.0-preview1-25818-01\build\Microsoft.Packaging.Tools.Trimming.targets" Condition="Exists('..\packages\Microsoft.Packaging.Tools.Trimming.1.1.0-preview1-25818-01\build\Microsoft.Packaging.Tools.Trimming.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down

0 comments on commit 1168f81

Please sign in to comment.