mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-26 01:47:17 -05:00
Target .NET 4.0 so I don't need to install 3.5 on my server.
This commit is contained in:
parent
1391342ddf
commit
510efdd36c
|
|
@ -10,7 +10,7 @@
|
|||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>PkmnFoundations.GlobalTerminalService</RootNamespace>
|
||||
<AssemblyName>GlobalTerminalService</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<startup><supportedRuntime version="v2.0.50727"/></startup>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
<connectionStrings>
|
||||
<add name="pkmnFoundationsConnectionString"
|
||||
connectionString="Server=10.211.55.2;Database=gts;User ID=gts;Password=gts;Pooling=true;"
|
||||
providerName="MySql.Data.MySqlClient" />
|
||||
<add name="pkmnFoundationsConnectionString" connectionString="Server=10.211.55.2;Database=gts;User ID=gts;Password=gts;Pooling=true;" providerName="MySql.Data.MySqlClient"/>
|
||||
</connectionStrings>
|
||||
|
||||
</configuration>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user