Add csharp solution and project
authorMiguel de Icaza <miguel@gnome.org>
Tue, 27 Apr 2010 23:26:56 +0000 (23:26 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 27 Apr 2010 23:26:56 +0000 (23:26 -0000)
svn path=/trunk/mcs/; revision=156271

mcs/tools/csharp/csharp.csproj [new file with mode: 0755]
mcs/tools/csharp/csharp.sln [new file with mode: 0755]

diff --git a/mcs/tools/csharp/csharp.csproj b/mcs/tools/csharp/csharp.csproj
new file mode 100755 (executable)
index 0000000..a4e510b
--- /dev/null
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <PropertyGroup>\r
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
+    <ProductVersion>9.0.30729</ProductVersion>\r
+    <SchemaVersion>2.0</SchemaVersion>\r
+    <ProjectGuid>{0831DD4E-B428-4D6C-90B1-2206DBD4F92E}</ProjectGuid>\r
+    <OutputType>Exe</OutputType>\r
+    <AppDesignerFolder>Properties</AppDesignerFolder>\r
+    <RootNamespace>csharp</RootNamespace>\r
+    <AssemblyName>csharp</AssemblyName>\r
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
+    <FileAlignment>512</FileAlignment>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
+    <DebugSymbols>true</DebugSymbols>\r
+    <DebugType>full</DebugType>\r
+    <Optimize>false</Optimize>\r
+    <OutputPath>bin\Debug\</OutputPath>\r
+    <DefineConstants>TRACE;DEBUG;ON_DOTNET</DefineConstants>\r
+    <ErrorReport>prompt</ErrorReport>\r
+    <WarningLevel>4</WarningLevel>\r
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
+    <DebugType>pdbonly</DebugType>\r
+    <Optimize>true</Optimize>\r
+    <OutputPath>bin\Release\</OutputPath>\r
+    <DefineConstants>TRACE</DefineConstants>\r
+    <ErrorReport>prompt</ErrorReport>\r
+    <WarningLevel>4</WarningLevel>\r
+  </PropertyGroup>\r
+  <ItemGroup>\r
+    <Reference Include="System" />\r
+    <Reference Include="System.Core">\r
+      <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
+    </Reference>\r
+    <Reference Include="System.Xml.Linq">\r
+      <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
+    </Reference>\r
+    <Reference Include="System.Data.DataSetExtensions">\r
+      <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
+    </Reference>\r
+    <Reference Include="System.Data" />\r
+    <Reference Include="System.Xml" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <Compile Include="..\..\class\corlib\Mono\DataConverter.cs">\r
+      <Link>DataConverter.cs</Link>\r
+    </Compile>\r
+    <Compile Include="..\..\tools\csharp\getline.cs">\r
+      <Link>getline.cs</Link>\r
+    </Compile>\r
+    <Compile Include="..\..\tools\csharp\repl.cs">\r
+      <Link>repl.cs</Link>\r
+    </Compile>\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <ProjectReference Include="..\..\class\Mono.CSharp\Mono.CSharp.csproj">\r
+      <Project>{817CE046-07E8-409D-84BF-A6EA4F2879DE}</Project>\r
+      <Name>Mono.CSharp</Name>\r
+    </ProjectReference>\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <Folder Include="Properties\" />\r
+  </ItemGroup>\r
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
+       Other similar extension points exist, see Microsoft.Common.targets.\r
+  <Target Name="BeforeBuild">\r
+  </Target>\r
+  <Target Name="AfterBuild">\r
+  </Target>\r
+  -->\r
+</Project>
\ No newline at end of file
diff --git a/mcs/tools/csharp/csharp.sln b/mcs/tools/csharp/csharp.sln
new file mode 100755 (executable)
index 0000000..2cecf9f
--- /dev/null
@@ -0,0 +1,60 @@
+\r
+Microsoft Visual Studio Solution File, Format Version 10.00\r
+# Visual Studio 2008\r
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "csharp", "csharp.csproj", "{0831DD4E-B428-4D6C-90B1-2206DBD4F92E}"\r
+       ProjectSection(ProjectDependencies) = postProject\r
+               {817CE046-07E8-409D-84BF-A6EA4F2879DE} = {817CE046-07E8-409D-84BF-A6EA4F2879DE}\r
+       EndProjectSection\r
+EndProject\r
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.CSharp", "..\..\class\Mono.CSharp\Mono.CSharp.csproj", "{817CE046-07E8-409D-84BF-A6EA4F2879DE}"\r
+       ProjectSection(ProjectDependencies) = postProject\r
+               {5D485D32-3B9F-4287-AB24-C8DA5B89F537} = {5D485D32-3B9F-4287-AB24-C8DA5B89F537}\r
+       EndProjectSection\r
+EndProject\r
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jay2008", "..\..\jay\jay2008.vcproj", "{5D485D32-3B9F-4287-AB24-C8DA5B89F537}"\r
+EndProject\r
+Global\r
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
+               Debug|Any CPU = Debug|Any CPU\r
+               Debug|Mixed Platforms = Debug|Mixed Platforms\r
+               Debug|Win32 = Debug|Win32\r
+               Release|Any CPU = Release|Any CPU\r
+               Release|Mixed Platforms = Release|Mixed Platforms\r
+               Release|Win32 = Release|Win32\r
+       EndGlobalSection\r
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
+               {0831DD4E-B428-4D6C-90B1-2206DBD4F92E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r
+               {0831DD4E-B428-4D6C-90B1-2206DBD4F92E}.Debug|Any CPU.Build.0 = Debug|Any CPU\r
+               {0831DD4E-B428-4D6C-90B1-2206DBD4F92E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r
+               {0831DD4E-B428-4D6C-90B1-2206DBD4F92E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r
+               {0831DD4E-B428-4D6C-90B1-2206DBD4F92E}.Debug|Win32.ActiveCfg = Debug|Any CPU\r
+               {0831DD4E-B428-4D6C-90B1-2206DBD4F92E}.Release|Any CPU.ActiveCfg = Release|Any CPU\r
+               {0831DD4E-B428-4D6C-90B1-2206DBD4F92E}.Release|Any CPU.Build.0 = Release|Any CPU\r
+               {0831DD4E-B428-4D6C-90B1-2206DBD4F92E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r
+               {0831DD4E-B428-4D6C-90B1-2206DBD4F92E}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r
+               {0831DD4E-B428-4D6C-90B1-2206DBD4F92E}.Release|Win32.ActiveCfg = Release|Any CPU\r
+               {817CE046-07E8-409D-84BF-A6EA4F2879DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r
+               {817CE046-07E8-409D-84BF-A6EA4F2879DE}.Debug|Any CPU.Build.0 = Debug|Any CPU\r
+               {817CE046-07E8-409D-84BF-A6EA4F2879DE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r
+               {817CE046-07E8-409D-84BF-A6EA4F2879DE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r
+               {817CE046-07E8-409D-84BF-A6EA4F2879DE}.Debug|Win32.ActiveCfg = Debug|Any CPU\r
+               {817CE046-07E8-409D-84BF-A6EA4F2879DE}.Release|Any CPU.ActiveCfg = Release|Any CPU\r
+               {817CE046-07E8-409D-84BF-A6EA4F2879DE}.Release|Any CPU.Build.0 = Release|Any CPU\r
+               {817CE046-07E8-409D-84BF-A6EA4F2879DE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r
+               {817CE046-07E8-409D-84BF-A6EA4F2879DE}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r
+               {817CE046-07E8-409D-84BF-A6EA4F2879DE}.Release|Win32.ActiveCfg = Release|Any CPU\r
+               {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Debug|Any CPU.ActiveCfg = Debug|Win32\r
+               {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32\r
+               {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Debug|Mixed Platforms.Build.0 = Debug|Win32\r
+               {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Debug|Win32.ActiveCfg = Debug|Win32\r
+               {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Debug|Win32.Build.0 = Debug|Win32\r
+               {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Release|Any CPU.ActiveCfg = Release|Win32\r
+               {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Release|Mixed Platforms.ActiveCfg = Release|Win32\r
+               {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Release|Mixed Platforms.Build.0 = Release|Win32\r
+               {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Release|Win32.ActiveCfg = Release|Win32\r
+               {5D485D32-3B9F-4287-AB24-C8DA5B89F537}.Release|Win32.Build.0 = Release|Win32\r
+       EndGlobalSection\r
+       GlobalSection(SolutionProperties) = preSolution\r
+               HideSolutionNode = FALSE\r
+       EndGlobalSection\r
+EndGlobal\r