mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
94 lines
No EOL
4.1 KiB
XML
94 lines
No EOL
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{47B9E5D3-A800-4402-AD6A-315FAF4E82F4}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>TestApp</RootNamespace>
|
|
<AssemblyName>TestApp</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FileToEcmaCilTests\SimpleClassTest\SimpleClassTest.csproj">
|
|
<Project>{7A24BC15-49A3-43AF-AF2B-3681D9A06C62}</Project>
|
|
<Name>SimpleClassTest</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\FileToEcmaCilTests\SimpleMethodsTest\SimpleMethodsTest.csproj">
|
|
<Project>{B47ED632-1ACE-4516-9576-81E38BA092F1}</Project>
|
|
<Name>SimpleMethodsTest</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\IRs\EcmaCil\EcmaCil.csproj">
|
|
<Project>{AE684C98-F100-47AE-9C8C-E71BF8C9F8AA}</Project>
|
|
<Name>EcmaCil</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MonoCecilToEcmaCil1\MonoCecilToEcmaCil1.csproj">
|
|
<Project>{719B5067-62CD-43A9-924D-BAD46C4AD192}</Project>
|
|
<Name>MonoCecilToEcmaCil1</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\NewCompiler.Plugs\NewCompiler.Plugs.csproj">
|
|
<Project>{BC386B9E-672F-4659-B8BD-3C10D9FDCDA9}</Project>
|
|
<Name>NewCompiler.Plugs</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SimpleClass2Test\SimpleClass2Test.csproj">
|
|
<Project>{8612AC0F-6C80-4F14-AFFA-7A96AFF18A6D}</Project>
|
|
<Name>SimpleClass2Test</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\TempPlugs\TempPlugs.csproj">
|
|
<Project>{1A11A211-137D-43F9-8B6A-F93A6CEB58CB}</Project>
|
|
<Name>TempPlugs</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |