Merged bugfix #11 and new build 3.4
Showing
5 changed files
with
157 additions
and
187 deletions
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | <PropertyGroup> | 3 | <PropertyGroup> |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | <ProductVersion>8.0.30703</ProductVersion> | 6 | <ProductVersion>8.0.30703</ProductVersion> |
7 | <SchemaVersion>2.0</SchemaVersion> | 7 | <SchemaVersion>2.0</SchemaVersion> |
8 | <ProjectGuid>{23707A49-589B-4A36-BDAA-2896E647D07D}</ProjectGuid> | 8 | <ProjectGuid>{23707A49-589B-4A36-BDAA-2896E647D07D}</ProjectGuid> |
9 | <OutputType>Library</OutputType> | 9 | <OutputType>Library</OutputType> |
10 | <AppDesignerFolder>Properties</AppDesignerFolder> | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | <RootNamespace>WebTest.WebService.Plugin.MessageEditors</RootNamespace> | 11 | <RootNamespace>WebTest.WebService.Plugin.MessageEditors</RootNamespace> |
12 | <AssemblyName>WebTest.WebService.Plugin.MessageEditors</AssemblyName> | 12 | <AssemblyName>WebTest.WebService.Plugin.MessageEditors</AssemblyName> |
13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | <FileAlignment>512</FileAlignment> | 14 | <FileAlignment>512</FileAlignment> |
15 | <SccProjectName>SAK</SccProjectName> | 15 | <SccProjectName>SAK</SccProjectName> |
16 | <SccLocalPath>SAK</SccLocalPath> | 16 | <SccLocalPath>SAK</SccLocalPath> |
17 | <SccAuxPath>SAK</SccAuxPath> | 17 | <SccAuxPath>SAK</SccAuxPath> |
18 | <SccProvider>SAK</SccProvider> | 18 | <SccProvider>SAK</SccProvider> |
19 | <TargetFrameworkProfile /> | 19 | <TargetFrameworkProfile /> |
20 | </PropertyGroup> | 20 | </PropertyGroup> |
21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
22 | <DebugSymbols>true</DebugSymbols> | 22 | <DebugSymbols>true</DebugSymbols> |
23 | <DebugType>full</DebugType> | 23 | <DebugType>full</DebugType> |
24 | <Optimize>false</Optimize> | 24 | <Optimize>false</Optimize> |
25 | <OutputPath>bin\Debug\</OutputPath> | 25 | <OutputPath>bin\Debug\</OutputPath> |
26 | <DefineConstants>DEBUG;TRACE</DefineConstants> | 26 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
27 | <ErrorReport>prompt</ErrorReport> | 27 | <ErrorReport>prompt</ErrorReport> |
28 | <WarningLevel>4</WarningLevel> | 28 | <WarningLevel>4</WarningLevel> |
29 | <Prefer32Bit>false</Prefer32Bit> | 29 | <Prefer32Bit>false</Prefer32Bit> |
30 | </PropertyGroup> | 30 | </PropertyGroup> |
31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
32 | <DebugType>pdbonly</DebugType> | 32 | <DebugType>pdbonly</DebugType> |
33 | <Optimize>true</Optimize> | 33 | <Optimize>true</Optimize> |
34 | <OutputPath>bin\Release\</OutputPath> | 34 | <OutputPath>bin\Release\</OutputPath> |
35 | <DefineConstants>TRACE</DefineConstants> | 35 | <DefineConstants>TRACE</DefineConstants> |
36 | <ErrorReport>prompt</ErrorReport> | 36 | <ErrorReport>prompt</ErrorReport> |
37 | <WarningLevel>4</WarningLevel> | 37 | <WarningLevel>4</WarningLevel> |
38 | <Prefer32Bit>false</Prefer32Bit> | 38 | <Prefer32Bit>false</Prefer32Bit> |
39 | </PropertyGroup> | 39 | </PropertyGroup> |
40 | <ItemGroup> | 40 | <ItemGroup> |
41 | <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | 41 | <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
42 | <EmbedInteropTypes>True</EmbedInteropTypes> | 42 | <EmbedInteropTypes>False</EmbedInteropTypes> |
43 | </Reference> | 43 | </Reference> |
44 | <Reference Include="Microsoft.VisualStudio.QualityTools.WebTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> | 44 | <Reference Include="Microsoft.VisualStudio.QualityTools.WebTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
45 | <Reference Include="System" /> | 45 | <Reference Include="System" /> |
46 | <Reference Include="System.Core" /> | 46 | <Reference Include="System.Core" /> |
47 | <Reference Include="System.Drawing" /> | 47 | <Reference Include="System.Drawing" /> |
48 | <Reference Include="System.Windows.Forms" /> | 48 | <Reference Include="System.Windows.Forms" /> |
49 | <Reference Include="System.Xml.Linq" /> | 49 | <Reference Include="System.Xml.Linq" /> |
50 | <Reference Include="System.Data.DataSetExtensions" /> | 50 | <Reference Include="System.Data.DataSetExtensions" /> |
51 | <Reference Include="Microsoft.CSharp" /> | 51 | <Reference Include="Microsoft.CSharp" /> |
52 | <Reference Include="System.Data" /> | 52 | <Reference Include="System.Data" /> |
53 | <Reference Include="System.Xml" /> | 53 | <Reference Include="System.Xml" /> |
54 | </ItemGroup> | 54 | </ItemGroup> |
55 | <ItemGroup> | 55 | <ItemGroup> |
56 | <Compile Include="Msbin1MessageEditor.cs" /> | 56 | <Compile Include="Msbin1MessageEditor.cs" /> |
57 | <Compile Include="Properties\AssemblyInfo.cs" /> | 57 | <Compile Include="Properties\AssemblyInfo.cs" /> |
58 | <Compile Include="MessageEditor.cs"> | 58 | <Compile Include="MessageEditor.cs"> |
59 | <SubType>UserControl</SubType> | 59 | <SubType>UserControl</SubType> |
60 | </Compile> | 60 | </Compile> |
61 | <Compile Include="MessageEditor.Designer.cs"> | 61 | <Compile Include="MessageEditor.Designer.cs"> |
62 | <DependentUpon>MessageEditor.cs</DependentUpon> | 62 | <DependentUpon>MessageEditor.cs</DependentUpon> |
63 | </Compile> | 63 | </Compile> |
64 | <Compile Include="WebServicePostRecording.cs" /> | 64 | <Compile Include="WebServicePostRecording.cs" /> |
65 | <Compile Include="XmlMessageEditor.cs" /> | 65 | <Compile Include="XmlMessageEditor.cs" /> |
66 | </ItemGroup> | 66 | </ItemGroup> |
67 | <ItemGroup> | 67 | <ItemGroup> |
68 | <EmbeddedResource Include="MessageEditor.resx"> | 68 | <EmbeddedResource Include="MessageEditor.resx"> |
69 | <DependentUpon>MessageEditor.cs</DependentUpon> | 69 | <DependentUpon>MessageEditor.cs</DependentUpon> |
70 | </EmbeddedResource> | 70 | </EmbeddedResource> |
71 | </ItemGroup> | 71 | </ItemGroup> |
72 | <ItemGroup> | 72 | <ItemGroup> |
73 | <ProjectReference Include="..\WebTestWebServiceResultAddin\WebServicePluginForWebTestResultTab.csproj"> | 73 | <ProjectReference Include="..\WebTestWebServiceResultAddin\WebServicePluginForWebTestResultTab.csproj"> |
74 | <Project>{48B3509E-1FD8-4875-8FC6-137647EB83AA}</Project> | 74 | <Project>{48B3509E-1FD8-4875-8FC6-137647EB83AA}</Project> |
75 | <Name>WebServicePluginForWebTestResultTab</Name> | 75 | <Name>WebServicePluginForWebTestResultTab</Name> |
76 | </ProjectReference> | 76 | </ProjectReference> |
77 | <ProjectReference Include="..\WebTestWebServiceRuntime\WebServicePluginForWebTestRuntime.csproj"> | 77 | <ProjectReference Include="..\WebTestWebServiceRuntime\WebServicePluginForWebTestRuntime.csproj"> |
78 | <Project>{F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}</Project> | 78 | <Project>{F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}</Project> |
79 | <Name>WebServicePluginForWebTestRuntime</Name> | 79 | <Name>WebServicePluginForWebTestRuntime</Name> |
80 | </ProjectReference> | 80 | </ProjectReference> |
81 | </ItemGroup> | 81 | </ItemGroup> |
82 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 82 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
83 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 83 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
84 | Other similar extension points exist, see Microsoft.Common.targets. | 84 | Other similar extension points exist, see Microsoft.Common.targets. |
85 | <Target Name="BeforeBuild"> | 85 | <Target Name="BeforeBuild"> |
86 | </Target> | 86 | </Target> |
87 | <Target Name="AfterBuild"> | 87 | <Target Name="AfterBuild"> |
88 | </Target> | 88 | </Target> |
89 | --> | 89 | --> |
90 | </Project> | 90 | </Project> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
No preview for this file type
... | @@ -45,11 +45,17 @@ | ... | @@ -45,11 +45,17 @@ |
45 | <RootNamespace>WebTest.WebService.Plugin.ResultTab</RootNamespace> | 45 | <RootNamespace>WebTest.WebService.Plugin.ResultTab</RootNamespace> |
46 | </PropertyGroup> | 46 | </PropertyGroup> |
47 | <ItemGroup> | 47 | <ItemGroup> |
48 | <Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||
49 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
50 | </Reference> | ||
51 | <Reference Include="envdte80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||
52 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
53 | </Reference> | ||
48 | <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | 54 | <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
49 | <EmbedInteropTypes>False</EmbedInteropTypes> | 55 | <EmbedInteropTypes>False</EmbedInteropTypes> |
50 | </Reference> | 56 | </Reference> |
51 | <Reference Include="Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | 57 | <Reference Include="Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
52 | <EmbedInteropTypes>True</EmbedInteropTypes> | 58 | <EmbedInteropTypes>False</EmbedInteropTypes> |
53 | </Reference> | 59 | </Reference> |
54 | <Reference Include="Microsoft.VisualStudio.QualityTools.LoadTestFramework" /> | 60 | <Reference Include="Microsoft.VisualStudio.QualityTools.LoadTestFramework" /> |
55 | <Reference Include="Microsoft.VisualStudio.QualityTools.LoadTestPackage"> | 61 | <Reference Include="Microsoft.VisualStudio.QualityTools.LoadTestPackage"> |
... | @@ -71,13 +77,13 @@ | ... | @@ -71,13 +77,13 @@ |
71 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" /> | 77 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" /> |
72 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" /> | 78 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" /> |
73 | <Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | 79 | <Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
74 | <EmbedInteropTypes>True</EmbedInteropTypes> | 80 | <EmbedInteropTypes>False</EmbedInteropTypes> |
75 | </Reference> | 81 | </Reference> |
76 | <Reference Include="VSLangProj2, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | 82 | <Reference Include="VSLangProj2, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
77 | <EmbedInteropTypes>True</EmbedInteropTypes> | 83 | <EmbedInteropTypes>False</EmbedInteropTypes> |
78 | </Reference> | 84 | </Reference> |
79 | <Reference Include="VSLangProj80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | 85 | <Reference Include="VSLangProj80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
80 | <EmbedInteropTypes>True</EmbedInteropTypes> | 86 | <EmbedInteropTypes>False</EmbedInteropTypes> |
81 | </Reference> | 87 | </Reference> |
82 | </ItemGroup> | 88 | </ItemGroup> |
83 | <ItemGroup> | 89 | <ItemGroup> |
... | @@ -102,42 +108,6 @@ | ... | @@ -102,42 +108,6 @@ |
102 | <Compile Include="XmlTreeView.cs" /> | 108 | <Compile Include="XmlTreeView.cs" /> |
103 | </ItemGroup> | 109 | </ItemGroup> |
104 | <ItemGroup> | 110 | <ItemGroup> |
105 | <COMReference Include="EnvDTE"> | ||
106 | <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid> | ||
107 | <VersionMajor>8</VersionMajor> | ||
108 | <VersionMinor>0</VersionMinor> | ||
109 | <Lcid>0</Lcid> | ||
110 | <WrapperTool>primary</WrapperTool> | ||
111 | <Isolated>False</Isolated> | ||
112 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
113 | </COMReference> | ||
114 | <COMReference Include="EnvDTE100"> | ||
115 | <Guid>{26AD1324-4B7C-44BC-84F8-B86AED45729F}</Guid> | ||
116 | <VersionMajor>10</VersionMajor> | ||
117 | <VersionMinor>0</VersionMinor> | ||
118 | <Lcid>0</Lcid> | ||
119 | <WrapperTool>primary</WrapperTool> | ||
120 | <Isolated>False</Isolated> | ||
121 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
122 | </COMReference> | ||
123 | <COMReference Include="EnvDTE80"> | ||
124 | <Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid> | ||
125 | <VersionMajor>8</VersionMajor> | ||
126 | <VersionMinor>0</VersionMinor> | ||
127 | <Lcid>0</Lcid> | ||
128 | <WrapperTool>primary</WrapperTool> | ||
129 | <Isolated>False</Isolated> | ||
130 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
131 | </COMReference> | ||
132 | <COMReference Include="EnvDTE90"> | ||
133 | <Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid> | ||
134 | <VersionMajor>9</VersionMajor> | ||
135 | <VersionMinor>0</VersionMinor> | ||
136 | <Lcid>0</Lcid> | ||
137 | <WrapperTool>primary</WrapperTool> | ||
138 | <Isolated>False</Isolated> | ||
139 | <EmbedInteropTypes>False</EmbedInteropTypes> | ||
140 | </COMReference> | ||
141 | <COMReference Include="Microsoft.VisualStudio.CommandBars"> | 111 | <COMReference Include="Microsoft.VisualStudio.CommandBars"> |
142 | <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid> | 112 | <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid> |
143 | <VersionMajor>8</VersionMajor> | 113 | <VersionMajor>8</VersionMajor> | ... | ... |
This diff is collapsed.
Click to expand it.
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | <PropertyGroup> | 3 | <PropertyGroup> |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | <ProductVersion>8.0.30703</ProductVersion> | 6 | <ProductVersion>8.0.30703</ProductVersion> |
7 | <SchemaVersion>2.0</SchemaVersion> | 7 | <SchemaVersion>2.0</SchemaVersion> |
8 | <ProjectGuid>{F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}</ProjectGuid> | 8 | <ProjectGuid>{F9E36CFA-A657-4DD4-BD17-BA3D91EB469F}</ProjectGuid> |
9 | <OutputType>Library</OutputType> | 9 | <OutputType>Library</OutputType> |
10 | <AppDesignerFolder>Properties</AppDesignerFolder> | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | <RootNamespace>WebTest.WebService.Plugin.Runtime</RootNamespace> | 11 | <RootNamespace>WebTest.WebService.Plugin.Runtime</RootNamespace> |
12 | <AssemblyName>WebTest.WebService.Plugin.Runtime</AssemblyName> | 12 | <AssemblyName>WebTest.WebService.Plugin.Runtime</AssemblyName> |
13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | <FileAlignment>512</FileAlignment> | 14 | <FileAlignment>512</FileAlignment> |
15 | <SccProjectName>SAK</SccProjectName> | 15 | <SccProjectName>SAK</SccProjectName> |
16 | <SccLocalPath>SAK</SccLocalPath> | 16 | <SccLocalPath>SAK</SccLocalPath> |
17 | <SccAuxPath>SAK</SccAuxPath> | 17 | <SccAuxPath>SAK</SccAuxPath> |
18 | <SccProvider>SAK</SccProvider> | 18 | <SccProvider>SAK</SccProvider> |
19 | <TargetFrameworkProfile /> | 19 | <TargetFrameworkProfile /> |
20 | </PropertyGroup> | 20 | </PropertyGroup> |
21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
22 | <DebugSymbols>true</DebugSymbols> | 22 | <DebugSymbols>true</DebugSymbols> |
23 | <DebugType>full</DebugType> | 23 | <DebugType>full</DebugType> |
24 | <Optimize>false</Optimize> | 24 | <Optimize>false</Optimize> |
25 | <OutputPath>bin\Debug\</OutputPath> | 25 | <OutputPath>bin\Debug\</OutputPath> |
26 | <DefineConstants>DEBUG;TRACE</DefineConstants> | 26 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
27 | <ErrorReport>prompt</ErrorReport> | 27 | <ErrorReport>prompt</ErrorReport> |
28 | <WarningLevel>4</WarningLevel> | 28 | <WarningLevel>4</WarningLevel> |
29 | <Prefer32Bit>false</Prefer32Bit> | 29 | <Prefer32Bit>false</Prefer32Bit> |
30 | </PropertyGroup> | 30 | </PropertyGroup> |
31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
32 | <DebugType>pdbonly</DebugType> | 32 | <DebugType>pdbonly</DebugType> |
33 | <Optimize>true</Optimize> | 33 | <Optimize>true</Optimize> |
34 | <OutputPath>bin\Release\</OutputPath> | 34 | <OutputPath>bin\Release\</OutputPath> |
35 | <DefineConstants>TRACE</DefineConstants> | 35 | <DefineConstants>TRACE</DefineConstants> |
36 | <ErrorReport>prompt</ErrorReport> | 36 | <ErrorReport>prompt</ErrorReport> |
37 | <WarningLevel>4</WarningLevel> | 37 | <WarningLevel>4</WarningLevel> |
38 | <Prefer32Bit>false</Prefer32Bit> | 38 | <Prefer32Bit>false</Prefer32Bit> |
39 | </PropertyGroup> | 39 | </PropertyGroup> |
40 | <ItemGroup> | 40 | <ItemGroup> |
41 | <Reference Include="Microsoft.VisualStudio.QualityTools.WebTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> | 41 | <Reference Include="Microsoft.VisualStudio.QualityTools.WebTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
42 | <Reference Include="System" /> | 42 | <Reference Include="System" /> |
43 | <Reference Include="System.Core" /> | 43 | <Reference Include="System.Core" /> |
44 | <Reference Include="System.Runtime.Serialization" /> | 44 | <Reference Include="System.Runtime.Serialization" /> |
45 | <Reference Include="System.ServiceModel" /> | 45 | <Reference Include="System.ServiceModel" /> |
46 | <Reference Include="System.Xml.Linq" /> | 46 | <Reference Include="System.Xml.Linq" /> |
47 | <Reference Include="System.Data.DataSetExtensions" /> | 47 | <Reference Include="System.Data.DataSetExtensions" /> |
48 | <Reference Include="Microsoft.CSharp" /> | 48 | <Reference Include="Microsoft.CSharp" /> |
49 | <Reference Include="System.Data" /> | 49 | <Reference Include="System.Data" /> |
50 | <Reference Include="System.Xml" /> | 50 | <Reference Include="System.Xml" /> |
51 | </ItemGroup> | 51 | </ItemGroup> |
52 | <ItemGroup> | 52 | <ItemGroup> |
53 | <Compile Include="JsonContentHandler.cs" /> | 53 | <Compile Include="JsonContentHandler.cs" /> |
54 | <Compile Include="ContentHandler.cs" /> | 54 | <Compile Include="ContentHandler.cs" /> |
55 | <Compile Include="ContentHandlerFactory.cs" /> | 55 | <Compile Include="ContentHandlerFactory.cs" /> |
56 | <Compile Include="DataBindingHelper.cs" /> | 56 | <Compile Include="DataBindingHelper.cs" /> |
57 | <Compile Include="Msbin1ContentHandler.cs" /> | 57 | <Compile Include="Msbin1ContentHandler.cs" /> |
58 | <Compile Include="WebServicePlugin.cs" /> | 58 | <Compile Include="WebServicePlugin.cs" /> |
59 | <Compile Include="Properties\AssemblyInfo.cs" /> | 59 | <Compile Include="Properties\AssemblyInfo.cs" /> |
60 | <Compile Include="XPathExtractionRule.cs" /> | 60 | <Compile Include="XPathExtractionRule.cs" /> |
61 | <Compile Include="XPathValidationRule.cs" /> | 61 | <Compile Include="XPathValidationRule.cs" /> |
62 | </ItemGroup> | 62 | </ItemGroup> |
63 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 63 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
64 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 64 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
65 | Other similar extension points exist, see Microsoft.Common.targets. | 65 | Other similar extension points exist, see Microsoft.Common.targets. |
66 | <Target Name="BeforeBuild"> | 66 | <Target Name="BeforeBuild"> |
67 | </Target> | 67 | </Target> |
68 | <Target Name="AfterBuild"> | 68 | <Target Name="AfterBuild"> |
69 | </Target> | 69 | </Target> |
70 | --> | 70 | --> |
71 | </Project> | 71 | </Project> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment