Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2013-02-07 19:33:49 +0400
committerMarek Safar <marek.safar@gmail.com>2013-02-07 19:34:23 +0400
commit78318771d52403e6b0588eb04dd8f74afa7f43f8 (patch)
tree348729d49b56c64b5974cb5465a862cb921f734a /mcs/class/System.Drawing.Design
parent425d8ff70911438c1600912e5dfed0a0c7437491 (diff)
Update csproj files
Diffstat (limited to 'mcs/class/System.Drawing.Design')
-rw-r--r--mcs/class/System.Drawing.Design/System.Drawing.Design-net_2_0.csproj104
-rw-r--r--mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_0.csproj104
-rw-r--r--mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_5.csproj104
3 files changed, 153 insertions, 159 deletions
diff --git a/mcs/class/System.Drawing.Design/System.Drawing.Design-net_2_0.csproj b/mcs/class/System.Drawing.Design/System.Drawing.Design-net_2_0.csproj
index 39ddc24fef3..f828ab9aa54 100644
--- a/mcs/class/System.Drawing.Design/System.Drawing.Design-net_2_0.csproj
+++ b/mcs/class/System.Drawing.Design/System.Drawing.Design-net_2_0.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{51919336-7FDC-423D-A2AF-5EBD8F56F4CA}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_2_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Drawing.Design-net_2_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Drawing.Design</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,38 +27,39 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Drawing.Design\BitmapEditor.cs" />
- <Compile Include="System.Drawing.Design\ColorEditor.cs" />
- <Compile Include="System.Drawing.Design\ContentAlignmentEditor.cs" />
- <Compile Include="System.Drawing.Design\CursorEditor.cs" />
- <Compile Include="System.Drawing.Design\FontEditor.cs" />
- <Compile Include="System.Drawing.Design\FontNameEditor.cs" />
- <Compile Include="System.Drawing.Design\IconEditor.cs" />
- <Compile Include="System.Drawing.Design\ImageEditor.cs" />
- <Compile Include="System.Drawing.Design\MetafileEditor.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItemCreator.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItemContainer.cs" />
- <Compile Include="System.Drawing.Design\ToolboxService.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Drawing.Design\BitmapEditor.cs" />
+ <Compile Include="System.Drawing.Design\ColorEditor.cs" />
+ <Compile Include="System.Drawing.Design\ContentAlignmentEditor.cs" />
+ <Compile Include="System.Drawing.Design\CursorEditor.cs" />
+ <Compile Include="System.Drawing.Design\FontEditor.cs" />
+ <Compile Include="System.Drawing.Design\FontNameEditor.cs" />
+ <Compile Include="System.Drawing.Design\IconEditor.cs" />
+ <Compile Include="System.Drawing.Design\ImageEditor.cs" />
+ <Compile Include="System.Drawing.Design\MetafileEditor.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItemContainer.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItemCreator.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxService.cs" /> </ItemGroup>
<!-- 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">
@@ -68,34 +68,32 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Windows.Forms.dll</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
+ <Project>{537E3E02-B5DA-4E11-A9F9-5A54C99759B9}</Project>
+ <Name>corlib\corlib-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_2_0-2.csproj">
+ <Project>{08A2FAB2-A213-451E-AD93-19B409BF1B5A}</Project>
+ <Name>System\System-net_2_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_2_0.csproj">
+ <Project>{FD019613-E2AA-4A74-8A70-E9DC38F5026F}</Project>
+ <Name>System.Drawing\System.Drawing-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_2_0.csproj">
+ <Project>{D8E824B3-9F68-4D48-9396-BCDC68592669}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_2_0</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_0.csproj b/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_0.csproj
index cc18a409af0..2f4a1c4fdc3 100644
--- a/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_0.csproj
+++ b/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_0.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{86A240F0-BC77-466A-9343-6E508D6D8A05}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Drawing.Design-net_4_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Drawing.Design</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,38 +27,39 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Drawing.Design\BitmapEditor.cs" />
- <Compile Include="System.Drawing.Design\ColorEditor.cs" />
- <Compile Include="System.Drawing.Design\ContentAlignmentEditor.cs" />
- <Compile Include="System.Drawing.Design\CursorEditor.cs" />
- <Compile Include="System.Drawing.Design\FontEditor.cs" />
- <Compile Include="System.Drawing.Design\FontNameEditor.cs" />
- <Compile Include="System.Drawing.Design\IconEditor.cs" />
- <Compile Include="System.Drawing.Design\ImageEditor.cs" />
- <Compile Include="System.Drawing.Design\MetafileEditor.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItemCreator.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItemContainer.cs" />
- <Compile Include="System.Drawing.Design\ToolboxService.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Drawing.Design\BitmapEditor.cs" />
+ <Compile Include="System.Drawing.Design\ColorEditor.cs" />
+ <Compile Include="System.Drawing.Design\ContentAlignmentEditor.cs" />
+ <Compile Include="System.Drawing.Design\CursorEditor.cs" />
+ <Compile Include="System.Drawing.Design\FontEditor.cs" />
+ <Compile Include="System.Drawing.Design\FontNameEditor.cs" />
+ <Compile Include="System.Drawing.Design\IconEditor.cs" />
+ <Compile Include="System.Drawing.Design\ImageEditor.cs" />
+ <Compile Include="System.Drawing.Design\MetafileEditor.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItemContainer.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItemCreator.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxService.cs" /> </ItemGroup>
<!-- 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">
@@ -68,34 +68,32 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Windows.Forms.dll</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
+ <Project>{280E1B59-BAAA-4E02-99CA-8070BCB2C72E}</Project>
+ <Name>corlib\corlib-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_0-2.csproj">
+ <Project>{C0648621-9C6E-4584-9CF6-70EBB2D60489}</Project>
+ <Name>System\System-net_4_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_0.csproj">
+ <Project>{4E3F72B8-96DD-404A-8070-9885A5DF5282}</Project>
+ <Name>System.Drawing\System.Drawing-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_0.csproj">
+ <Project>{4FBDACCF-361F-4C28-BDB5-E58730594AE4}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_4_0</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_5.csproj b/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_5.csproj
index 714f53dd00e..9a3156ff544 100644
--- a/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_5.csproj
+++ b/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_5.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{7903552A-E03F-4699-B011-6A2C7ED21590}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_5</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\System.Drawing.Design-net_4_5</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>System.Drawing.Design</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
@@ -28,38 +27,39 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="System.Drawing.Design\BitmapEditor.cs" />
- <Compile Include="System.Drawing.Design\ColorEditor.cs" />
- <Compile Include="System.Drawing.Design\ContentAlignmentEditor.cs" />
- <Compile Include="System.Drawing.Design\CursorEditor.cs" />
- <Compile Include="System.Drawing.Design\FontEditor.cs" />
- <Compile Include="System.Drawing.Design\FontNameEditor.cs" />
- <Compile Include="System.Drawing.Design\IconEditor.cs" />
- <Compile Include="System.Drawing.Design\ImageEditor.cs" />
- <Compile Include="System.Drawing.Design\MetafileEditor.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItemCreator.cs" />
- <Compile Include="System.Drawing.Design\ToolboxItemContainer.cs" />
- <Compile Include="System.Drawing.Design\ToolboxService.cs" />
-
- </ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Drawing.Design\BitmapEditor.cs" />
+ <Compile Include="System.Drawing.Design\ColorEditor.cs" />
+ <Compile Include="System.Drawing.Design\ContentAlignmentEditor.cs" />
+ <Compile Include="System.Drawing.Design\CursorEditor.cs" />
+ <Compile Include="System.Drawing.Design\FontEditor.cs" />
+ <Compile Include="System.Drawing.Design\FontNameEditor.cs" />
+ <Compile Include="System.Drawing.Design\IconEditor.cs" />
+ <Compile Include="System.Drawing.Design\ImageEditor.cs" />
+ <Compile Include="System.Drawing.Design\MetafileEditor.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItemContainer.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxItemCreator.cs" />
+ <Compile Include="System.Drawing.Design\ToolboxService.cs" /> </ItemGroup>
<!-- 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">
@@ -68,34 +68,32 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Windows.Forms.dll</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
+ <Project>{B8D763CB-5541-4DA8-832F-3B6B486B2746}</Project>
+ <Name>corlib\corlib-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_5-2.csproj">
+ <Project>{17388044-BE4B-4CBE-92D8-5C130414AD84}</Project>
+ <Name>System\System-net_4_5-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_5.csproj">
+ <Project>{98FA1A26-B1CA-47DC-9FD0-B609DA5FCD25}</Project>
+ <Name>System.Drawing\System.Drawing-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
+ <Project>{9BB01263-25FE-4E0F-8AF3-36551597D880}</Project>
+ <Name>Managed.Windows.Forms\System.Windows.Forms-net_4_5</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>