-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFluentSharp.WinFormsUI.csproj
More file actions
115 lines (115 loc) · 5.23 KB
/
FluentSharp.WinFormsUI.csproj
File metadata and controls
115 lines (115 loc) · 5.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C0A8DA31-B2E3-416B-A484-B4CF947D4CBA}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FluentSharp.WinFormsUI</RootNamespace>
<AssemblyName>FluentSharp.WinFormsUI</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</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>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>TmpKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WeifenLuo.WinFormsUI.Docking">
<HintPath>_Emdedded_Dlls\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ExtensionMethods\WinFormsUI_ExtensionMethods.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="_O2_External_WinFormsUI\Forms\GenericDockContent.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="_O2_External_WinFormsUI\Forms\GenericDockContent.Designer.cs">
<DependentUpon>GenericDockContent.cs</DependentUpon>
</Compile>
<Compile Include="_O2_External_WinFormsUI\Forms\O2AscxGUI.cs" />
<Compile Include="_O2_External_WinFormsUI\Forms\O2GuiWithDockPanel.Controllers.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="_O2_External_WinFormsUI\Forms\O2GuiWithDockPanel.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="_O2_External_WinFormsUI\Forms\O2GuiWithDockPanel.Designer.cs">
<DependentUpon>O2GuiWithDockPanel.cs</DependentUpon>
</Compile>
<Compile Include="_O2_External_WinFormsUI\HandleO2MessageOnSD.cs" />
<Compile Include="_O2_External_WinFormsUI\O2Environment\O2DockContent.cs" />
<Compile Include="_O2_External_WinFormsUI\O2Environment\O2DockPanel.cs" />
<Compile Include="_O2_External_WinFormsUI\O2Environment\O2DockUtils.cs" />
<Compile Include="_O2_External_WinFormsUI\O2Environment\O2MessagesHandler.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="_Emdedded_Dlls\WeifenLuo.WinFormsUI.Docking.dll" />
<EmbeddedResource Include="_O2_External_WinFormsUI\Forms\GenericDockContent.resx">
<DependentUpon>GenericDockContent.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="_O2_External_WinFormsUI\Forms\O2GuiWithDockPanel.resx">
<DependentUpon>O2GuiWithDockPanel.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FluentSharp.CoreLib\FluentSharp.CoreLib.csproj">
<Project>{0a7ce0e0-b092-43b5-ab80-99ba909019c9}</Project>
<Name>FluentSharp.CoreLib</Name>
</ProjectReference>
<ProjectReference Include="..\FluentSharp.REPL\FluentSharp.REPL.csproj">
<Project>{d742bbef-bfdc-477f-9880-5e0e2c89b6b2}</Project>
<Name>FluentSharp.REPL</Name>
</ProjectReference>
<ProjectReference Include="..\FluentSharp.Web\FluentSharp.Web_3_5.csproj">
<Project>{ff88f616-4047-46f0-92c5-aff282617505}</Project>
<Name>FluentSharp.Web_3_5</Name>
</ProjectReference>
<ProjectReference Include="..\FluentSharp.WinForms\FluentSharp.WinForms.csproj">
<Project>{df7e73cb-02ac-4689-bb8c-ac21ffccddc5}</Project>
<Name>FluentSharp.WinForms</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="TmpKey.snk" />
</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>