]> jfr.im git - z_archive/kelsier.git/commitdiff
back to Visual Studio.
authorJohn Runyon <redacted>
Sun, 14 Apr 2013 14:47:50 +0000 (09:47 -0500)
committerJohn Runyon <redacted>
Sun, 14 Apr 2013 14:47:50 +0000 (09:47 -0500)
Channel.cs
Command.cs
Database.cs
Kelsier.csproj
Logger.cs
User.cs
app.config

index e63e1968a117a2fb1ddbe20069e831a299779f97..e194226e85ac04fd1888c09f7a3b14ec9f94df36 100644 (file)
@@ -1,4 +1,4 @@
-// Kelsier project - (Channel.cs)
+// Kelsier project - Channel info code (Channel.cs)
 // Written by the Jobbig codeteam. <http://jobbig.eu/code/>
 // 
 // Copyright 2013 John Runyon.
@@ -18,6 +18,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // 
+
 using System;
 namespace Kelsier {
        public class Channel {
index deb0e5a3ac186b211b7e228e13e32d47d569d88e..82abeedf6f8acf528af66c865b7909949840bb2d 100644 (file)
@@ -1,4 +1,4 @@
-// Kelsier project - (Command.cs)
+// Kelsier project - Command info code (Command.cs)
 // Written by the Jobbig codeteam. <http://jobbig.eu/code/>
 // 
 // Copyright 2013 John Runyon.
@@ -18,6 +18,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // 
+
 using System;
 namespace Kelsier {
        public class Command {
index 74913d60e73bc2a2da0eed5e426806fc2cde1efe..cecc7eea200c9351acd01e52824498cec075cf18 100644 (file)
@@ -1,4 +1,4 @@
-// Kelsier project - database interaction code (Database.cs)
+// Kelsier project - Database interaction code (Database.cs)
 // Written by the Jobbig codeteam. <http://jobbig.eu/code/>
 // Copyright 2013 John Runyon.
 // 
@@ -16,6 +16,7 @@
 // 
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
+//
 
 using System;
 using System.Collections.Generic;
index 8f2997d7f600855eb1d0163297c954d9721cfd67..1fd3b0d33d76ec2c45fd22bb55b807a0547cb4f9 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -10,7 +10,7 @@
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>Kelsier</RootNamespace>
     <AssemblyName>Kelsier</AssemblyName>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
     <FileAlignment>512</FileAlignment>
     <PublishUrl>publish\</PublishUrl>
     </BootstrapperPackage>
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
     <PostBuildEvent>
     </PostBuildEvent>
       </Properties>
     </MonoDevelop>
   </ProjectExtensions>
-</Project>
+</Project>
\ No newline at end of file
index c56d841091a6550c5c334c33a0bd77b217e240f2..503e80c9086a9cf66050023044b10084d8eb749c 100644 (file)
--- a/Logger.cs
+++ b/Logger.cs
@@ -16,6 +16,7 @@
 // 
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
+//
 
 using System;
 using System.Collections.Generic;
diff --git a/User.cs b/User.cs
index 3bef1e2df7cf4772780b3a8ff2b0579fe2ac3d4b..10ef1d5142a1cbd04138ba748c9a2cab781a9362 100644 (file)
--- a/User.cs
+++ b/User.cs
@@ -1,4 +1,4 @@
-// Kelsier project - (User.cs)
+// Kelsier project - User info code (User.cs)
 // Written by the Jobbig codeteam. <http://jobbig.eu/code/>
 // 
 // Copyright 2013 John Runyon.
@@ -18,6 +18,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // 
+
 using System;
 namespace Kelsier {
        public class User {
index ae81658aaf92cd3e0e80abf4fe29ba7050661ba2..b31a9d7c5ef4e36a0955d56d62de8441f7ae2234 100644 (file)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0"?>
 <configuration>
     <configSections>
-        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
-            <section name="Kelsier.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
+        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+            <section name="Kelsier.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
         </sectionGroup>
     </configSections>
     <userSettings>
@@ -12,4 +12,4 @@
             </setting>
         </Kelsier.Properties.Settings>
     </userSettings>
-</configuration>
\ No newline at end of file
+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>