-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdfsh-online-order.csproj
50 lines (50 loc) · 2.26 KB
/
dfsh-online-order.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<ProjectType>local</ProjectType>
<ProjectVersion>7.10.377</ProjectVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>35791159-de5e-4437-99c0-58415dbbaf79</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<AssemblyName>dfsh-online-order</AssemblyName>
<OutputType>WinExe</OutputType>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<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|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Global.cs" />
<Compile Include="VBWebBrowserNew\My\MyApplication.cs" />
<Compile Include="VBWebBrowserNew\My\MyComputer.cs" />
<Compile Include="VBWebBrowserNew\My\MyProject.cs" />
<Compile Include="VBWebBrowserNew\Form1.cs" />
<Compile Include="VBWebBrowserNew\My\Resources\Resources.cs" />
<Compile Include="VBWebBrowserNew\My\MySettings.cs" />
<EmbeddedResource Include="VBWebBrowserNew.Resources.resources" />
<EmbeddedResource Include="VBWebBrowserNew.Form1.resources" />
</ItemGroup>
</Project>