-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDynamicWindows.csproj
95 lines (95 loc) · 3.75 KB
/
DynamicWindows.csproj
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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
<!--Project was exported from assembly: C:\Users\Gyp\Desktop\Genie Client 3\Plugins\DynamicWindows.dll-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{BFA52D37-759F-4BA5-81F7-E5B51DCD2BB0}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>DynamicWindows</AssemblyName>
<ApplicationVersion>4.1.1075.6819</ApplicationVersion>
<RootNamespace>DynamicWindows</RootNamespace>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Interfaces, Version=1.4.0.0, Culture=neutral, PublicKeyToken=44f04dde822a2be6, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\Interfaces.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System.Data" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="cbStreamBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="helpWindows.cs" />
<Compile Include="SkinnedMDIChild.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormOptionWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="cbRadio.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="CmdButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="cbCheckBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Plugin.cs" />
<Compile Include="cbDropBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Properties\Resources.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="cbDropBox.resx">
<DependentUpon>cbDropBox.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FormOptionWindow.resx" />
<EmbeddedResource Include="Properties\Resources.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SkinnedMDIChild.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>