Skip to content

Commit a224d90

Browse files
committed
Update version
1 parent f645b3d commit a224d90

File tree

10 files changed

+112
-111
lines changed

10 files changed

+112
-111
lines changed

FastDL Generator.sln

100644100755
File mode changed.

FastDL Generator/App.config

100644100755
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
2-
<configuration>
3-
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5-
</startup>
6-
</configuration>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
5+
</startup>
6+
</configuration>

FastDL Generator/FastDL Generator.csproj

100644100755
Lines changed: 106 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,107 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4-
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{ECB18800-DA3D-406B-8469-59E49DE9B9EC}</ProjectGuid>
8-
<OutputType>Exe</OutputType>
9-
<RootNamespace>FastDL_Generator</RootNamespace>
10-
<AssemblyName>FastDL Generator</AssemblyName>
11-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12-
<FileAlignment>512</FileAlignment>
13-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14-
<IsWebBootstrapper>false</IsWebBootstrapper>
15-
<PublishUrl>C:\Users\JustinK\Desktop\FastDLGen\</PublishUrl>
16-
<Install>false</Install>
17-
<InstallFrom>Disk</InstallFrom>
18-
<UpdateEnabled>true</UpdateEnabled>
19-
<UpdateMode>Foreground</UpdateMode>
20-
<UpdateInterval>7</UpdateInterval>
21-
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22-
<UpdatePeriodically>false</UpdatePeriodically>
23-
<UpdateRequired>false</UpdateRequired>
24-
<MapFileExtensions>true</MapFileExtensions>
25-
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
26-
<WebPage>publish.htm</WebPage>
27-
<ApplicationRevision>2</ApplicationRevision>
28-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29-
<UseApplicationTrust>false</UseApplicationTrust>
30-
<PublishWizardCompleted>true</PublishWizardCompleted>
31-
<BootstrapperEnabled>true</BootstrapperEnabled>
32-
</PropertyGroup>
33-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34-
<PlatformTarget>AnyCPU</PlatformTarget>
35-
<DebugSymbols>true</DebugSymbols>
36-
<DebugType>full</DebugType>
37-
<Optimize>true</Optimize>
38-
<OutputPath>bin\Debug\</OutputPath>
39-
<DefineConstants>DEBUG;TRACE</DefineConstants>
40-
<ErrorReport>prompt</ErrorReport>
41-
<WarningLevel>4</WarningLevel>
42-
</PropertyGroup>
43-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44-
<PlatformTarget>AnyCPU</PlatformTarget>
45-
<DebugType>pdbonly</DebugType>
46-
<Optimize>true</Optimize>
47-
<OutputPath>bin\Release\</OutputPath>
48-
<DefineConstants>TRACE</DefineConstants>
49-
<ErrorReport>prompt</ErrorReport>
50-
<WarningLevel>4</WarningLevel>
51-
</PropertyGroup>
52-
<PropertyGroup>
53-
<ManifestCertificateThumbprint>6888C0EABE4B20F1AFFA98FB6AB3E6DF42D2665D</ManifestCertificateThumbprint>
54-
</PropertyGroup>
55-
<PropertyGroup>
56-
<ManifestKeyFile>FastDL Generator_TemporaryKey.pfx</ManifestKeyFile>
57-
</PropertyGroup>
58-
<PropertyGroup>
59-
<GenerateManifests>true</GenerateManifests>
60-
</PropertyGroup>
61-
<PropertyGroup>
62-
<SignManifests>false</SignManifests>
63-
</PropertyGroup>
64-
<PropertyGroup>
65-
<TargetZone>LocalIntranet</TargetZone>
66-
</PropertyGroup>
67-
<PropertyGroup>
68-
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
69-
</PropertyGroup>
70-
<ItemGroup>
71-
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
72-
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
73-
</Reference>
74-
<Reference Include="System" />
75-
<Reference Include="System.Core" />
76-
<Reference Include="System.Xml.Linq" />
77-
<Reference Include="System.Data.DataSetExtensions" />
78-
<Reference Include="Microsoft.CSharp" />
79-
<Reference Include="System.Data" />
80-
<Reference Include="System.Net.Http" />
81-
<Reference Include="System.Xml" />
82-
</ItemGroup>
83-
<ItemGroup>
84-
<Compile Include="Program.cs" />
85-
<Compile Include="Properties\AssemblyInfo.cs" />
86-
</ItemGroup>
87-
<ItemGroup>
88-
<None Include="App.config" />
89-
<None Include="FastDL Generator_TemporaryKey.pfx" />
90-
<None Include="packages.config" />
91-
<None Include="Properties\app.manifest" />
92-
</ItemGroup>
93-
<ItemGroup>
94-
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
95-
<Visible>False</Visible>
96-
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 und x64%29</ProductName>
97-
<Install>true</Install>
98-
</BootstrapperPackage>
99-
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
100-
<Visible>False</Visible>
101-
<ProductName>.NET Framework 3.5 SP1</ProductName>
102-
<Install>false</Install>
103-
</BootstrapperPackage>
104-
</ItemGroup>
105-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{ECB18800-DA3D-406B-8469-59E49DE9B9EC}</ProjectGuid>
8+
<OutputType>Exe</OutputType>
9+
<RootNamespace>FastDL_Generator</RootNamespace>
10+
<AssemblyName>FastDL Generator</AssemblyName>
11+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
12+
<FileAlignment>512</FileAlignment>
13+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
<IsWebBootstrapper>false</IsWebBootstrapper>
15+
<PublishUrl>C:\Users\JustinK\Desktop\FastDLGen\</PublishUrl>
16+
<Install>false</Install>
17+
<InstallFrom>Disk</InstallFrom>
18+
<UpdateEnabled>true</UpdateEnabled>
19+
<UpdateMode>Foreground</UpdateMode>
20+
<UpdateInterval>7</UpdateInterval>
21+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22+
<UpdatePeriodically>false</UpdatePeriodically>
23+
<UpdateRequired>false</UpdateRequired>
24+
<MapFileExtensions>true</MapFileExtensions>
25+
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
26+
<WebPage>publish.htm</WebPage>
27+
<ApplicationRevision>2</ApplicationRevision>
28+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29+
<UseApplicationTrust>false</UseApplicationTrust>
30+
<PublishWizardCompleted>true</PublishWizardCompleted>
31+
<BootstrapperEnabled>true</BootstrapperEnabled>
32+
<TargetFrameworkProfile />
33+
</PropertyGroup>
34+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35+
<PlatformTarget>AnyCPU</PlatformTarget>
36+
<DebugSymbols>true</DebugSymbols>
37+
<DebugType>full</DebugType>
38+
<Optimize>true</Optimize>
39+
<OutputPath>bin\Debug\</OutputPath>
40+
<DefineConstants>DEBUG;TRACE</DefineConstants>
41+
<ErrorReport>prompt</ErrorReport>
42+
<WarningLevel>4</WarningLevel>
43+
</PropertyGroup>
44+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45+
<PlatformTarget>AnyCPU</PlatformTarget>
46+
<DebugType>pdbonly</DebugType>
47+
<Optimize>true</Optimize>
48+
<OutputPath>bin\Release\</OutputPath>
49+
<DefineConstants>TRACE</DefineConstants>
50+
<ErrorReport>prompt</ErrorReport>
51+
<WarningLevel>4</WarningLevel>
52+
</PropertyGroup>
53+
<PropertyGroup>
54+
<ManifestCertificateThumbprint>6888C0EABE4B20F1AFFA98FB6AB3E6DF42D2665D</ManifestCertificateThumbprint>
55+
</PropertyGroup>
56+
<PropertyGroup>
57+
<ManifestKeyFile>FastDL Generator_TemporaryKey.pfx</ManifestKeyFile>
58+
</PropertyGroup>
59+
<PropertyGroup>
60+
<GenerateManifests>true</GenerateManifests>
61+
</PropertyGroup>
62+
<PropertyGroup>
63+
<SignManifests>false</SignManifests>
64+
</PropertyGroup>
65+
<PropertyGroup>
66+
<TargetZone>LocalIntranet</TargetZone>
67+
</PropertyGroup>
68+
<PropertyGroup>
69+
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
70+
</PropertyGroup>
71+
<ItemGroup>
72+
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
73+
<HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
74+
</Reference>
75+
<Reference Include="System" />
76+
<Reference Include="System.Core" />
77+
<Reference Include="System.Xml.Linq" />
78+
<Reference Include="System.Data.DataSetExtensions" />
79+
<Reference Include="Microsoft.CSharp" />
80+
<Reference Include="System.Data" />
81+
<Reference Include="System.Net.Http" />
82+
<Reference Include="System.Xml" />
83+
</ItemGroup>
84+
<ItemGroup>
85+
<Compile Include="Program.cs" />
86+
<Compile Include="Properties\AssemblyInfo.cs" />
87+
</ItemGroup>
88+
<ItemGroup>
89+
<None Include="App.config" />
90+
<None Include="FastDL Generator_TemporaryKey.pfx" />
91+
<None Include="packages.config" />
92+
<None Include="Properties\app.manifest" />
93+
</ItemGroup>
94+
<ItemGroup>
95+
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
96+
<Visible>False</Visible>
97+
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 und x64%29</ProductName>
98+
<Install>true</Install>
99+
</BootstrapperPackage>
100+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
101+
<Visible>False</Visible>
102+
<ProductName>.NET Framework 3.5 SP1</ProductName>
103+
<Install>false</Install>
104+
</BootstrapperPackage>
105+
</ItemGroup>
106+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106107
</Project>

FastDL Generator/Program.cs

100644100755
File mode changed.

FastDL Generator/Properties/AssemblyInfo.cs

100644100755
File mode changed.

FastDL Generator/Properties/app.manifest

100644100755
File mode changed.

FastDL Generator/packages.config

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

preview.gif

100644100755
File mode changed.

0 commit comments

Comments
 (0)