Initial commit
This commit is contained in:
36
1.2-HelloWorld/1.2-HelloWorld.csproj
Normal file
36
1.2-HelloWorld/1.2-HelloWorld.csproj
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<ProjectGuid>{52E355AA-7AE9-4E3A-A678-60BAC45D5EFF}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<RootNamespace>HelloWorld</RootNamespace>
|
||||
<AssemblyName>1.2-HelloWorld</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<DefineConstants>DEBUG;</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
<Compile Include="HelloWorld.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
17
1.2-HelloWorld/1.2-HelloWorld.sln
Normal file
17
1.2-HelloWorld/1.2-HelloWorld.sln
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "1.2-HelloWorld", "1.2-HelloWorld.csproj", "{52E355AA-7AE9-4E3A-A678-60BAC45D5EFF}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x86 = Debug|x86
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{52E355AA-7AE9-4E3A-A678-60BAC45D5EFF}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{52E355AA-7AE9-4E3A-A678-60BAC45D5EFF}.Debug|x86.Build.0 = Debug|x86
|
||||
{52E355AA-7AE9-4E3A-A678-60BAC45D5EFF}.Release|x86.ActiveCfg = Release|x86
|
||||
{52E355AA-7AE9-4E3A-A678-60BAC45D5EFF}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
12
1.2-HelloWorld/1.2-HelloWorld.userprefs
Normal file
12
1.2-HelloWorld/1.2-HelloWorld.userprefs
Normal file
@@ -0,0 +1,12 @@
|
||||
<Properties StartupItem="1.2-HelloWorld.csproj">
|
||||
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug|x86" />
|
||||
<MonoDevelop.Ide.Workbench ActiveDocument="HelloWorld.cs">
|
||||
<Files>
|
||||
<File FileName="HelloWorld.cs" Line="6" Column="3" />
|
||||
</Files>
|
||||
</MonoDevelop.Ide.Workbench>
|
||||
<MonoDevelop.Ide.DebuggingService.Breakpoints>
|
||||
<BreakpointStore />
|
||||
</MonoDevelop.Ide.DebuggingService.Breakpoints>
|
||||
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
|
||||
</Properties>
|
||||
7
1.2-HelloWorld/HelloWorld.cs
Normal file
7
1.2-HelloWorld/HelloWorld.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using System;
|
||||
|
||||
class HelloWorld {
|
||||
public static void Main() {
|
||||
Console.WriteLine("Hello World in MonoDevelop");
|
||||
}
|
||||
}
|
||||
BIN
1.2-HelloWorld/bin/Debug/1.2-HelloWorld.exe
Normal file
BIN
1.2-HelloWorld/bin/Debug/1.2-HelloWorld.exe
Normal file
Binary file not shown.
BIN
1.2-HelloWorld/bin/Debug/1.2-HelloWorld.pdb
Normal file
BIN
1.2-HelloWorld/bin/Debug/1.2-HelloWorld.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
C:\Users\Crille\CSharp\1.2-HelloWorld\bin\Debug\1.2-HelloWorld.exe
|
||||
C:\Users\Crille\CSharp\1.2-HelloWorld\bin\Debug\1.2-HelloWorld.pdb
|
||||
C:\Users\Crille\CSharp\1.2-HelloWorld\obj\x86\Debug\1.2-HelloWorld.csprojResolveAssemblyReference.cache
|
||||
C:\Users\Crille\CSharp\1.2-HelloWorld\obj\x86\Debug\1.2-HelloWorld.exe
|
||||
C:\Users\Crille\CSharp\1.2-HelloWorld\obj\x86\Debug\1.2-HelloWorld.pdb
|
||||
Binary file not shown.
BIN
1.2-HelloWorld/obj/x86/Debug/1.2-HelloWorld.exe
Normal file
BIN
1.2-HelloWorld/obj/x86/Debug/1.2-HelloWorld.exe
Normal file
Binary file not shown.
BIN
1.2-HelloWorld/obj/x86/Debug/1.2-HelloWorld.pdb
Normal file
BIN
1.2-HelloWorld/obj/x86/Debug/1.2-HelloWorld.pdb
Normal file
Binary file not shown.
Reference in New Issue
Block a user