| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/ms
build/2003" ToolsVersion="4.0"> | 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/ms
build/2003" ToolsVersion="4.0"> |
| 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.30424</ProductVersion> | 6 <ProductVersion>8.0.30424</ProductVersion> |
| 7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
| 8 <ProjectGuid>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</ProjectGuid> | 8 <ProjectGuid>{16A0B3E3-6E53-430B-B388-3811E09FC7B8}</ProjectGuid> |
| 9 <OutputType>Library</OutputType> | 9 <OutputType>Library</OutputType> |
| 10 <StartupObject> | 10 <StartupObject> |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 <Reference Include="System.Xml" /> | 62 <Reference Include="System.Xml" /> |
| 63 <Reference Include="Microsoft.CSharp" /> | 63 <Reference Include="Microsoft.CSharp" /> |
| 64 </ItemGroup> | 64 </ItemGroup> |
| 65 <ItemGroup> | 65 <ItemGroup> |
| 66 <Compile Include="AssemblyInfo.cs"> | 66 <Compile Include="AssemblyInfo.cs"> |
| 67 <SubType>Code</SubType> | 67 <SubType>Code</SubType> |
| 68 </Compile> | 68 </Compile> |
| 69 <Compile Include="Connect.cs"> | 69 <Compile Include="Connect.cs"> |
| 70 <SubType>Code</SubType> | 70 <SubType>Code</SubType> |
| 71 </Compile> | 71 </Compile> |
| 72 <Compile Include="PluginDebuggerHelper.cs" /> | 72 <Compile Include="PluginDebuggerVS.cs" /> |
| 73 <Compile Include="PluginDebuggerGDB.cs" /> |
| 74 <Compile Include="PropertyManager.cs" /> |
| 75 <Compile Include="WebServer.cs" /> |
| 76 <Compile Include="PluginDebuggerBase.cs" /> |
| 73 <Compile Include="ProcessInfo.cs" /> | 77 <Compile Include="ProcessInfo.cs" /> |
| 74 <Compile Include="ProcessSearcher.cs" /> | 78 <Compile Include="ProcessSearcher.cs" /> |
| 75 <Compile Include="Utility.cs" /> | 79 <Compile Include="Utility.cs" /> |
| 76 <Compile Include="Strings.Designer.cs"> | 80 <Compile Include="Strings.Designer.cs"> |
| 77 <AutoGen>True</AutoGen> | 81 <AutoGen>True</AutoGen> |
| 78 <DesignTime>True</DesignTime> | 82 <DesignTime>True</DesignTime> |
| 79 <DependentUpon>Strings.resx</DependentUpon> | 83 <DependentUpon>Strings.resx</DependentUpon> |
| 80 </Compile> | 84 </Compile> |
| 81 </ItemGroup> | 85 </ItemGroup> |
| 82 <ItemGroup> | 86 <ItemGroup> |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 <ItemGroup> | 133 <ItemGroup> |
| 130 <EmbeddedResource Include="Strings.resx"> | 134 <EmbeddedResource Include="Strings.resx"> |
| 131 <Generator>ResXFileCodeGenerator</Generator> | 135 <Generator>ResXFileCodeGenerator</Generator> |
| 132 <LastGenOutput>Strings.Designer.cs</LastGenOutput> | 136 <LastGenOutput>Strings.Designer.cs</LastGenOutput> |
| 133 <SubType>Designer</SubType> | 137 <SubType>Designer</SubType> |
| 134 </EmbeddedResource> | 138 </EmbeddedResource> |
| 135 </ItemGroup> | 139 </ItemGroup> |
| 136 <ItemGroup> | 140 <ItemGroup> |
| 137 <WCFMetadata Include="Service References\" /> | 141 <WCFMetadata Include="Service References\" /> |
| 138 </ItemGroup> | 142 </ItemGroup> |
| 139 <ItemGroup> | |
| 140 <Content Include="NativeClientVSAddIn - For Testing.AddIn"> | |
| 141 <SubType>Designer</SubType> | |
| 142 </Content> | |
| 143 </ItemGroup> | |
| 144 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 143 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
| 145 <PropertyGroup> | 144 <PropertyGroup> |
| 146 <PreBuildEvent> | 145 <PreBuildEvent> |
| 147 </PreBuildEvent> | 146 </PreBuildEvent> |
| 148 <PostBuildEvent> | 147 <PostBuildEvent> |
| 149 </PostBuildEvent> | 148 </PostBuildEvent> |
| 150 </PropertyGroup> | 149 </PropertyGroup> |
| 151 <ProjectExtensions /> | 150 <ProjectExtensions /> |
| 152 <Target Name="AfterBuild"> | 151 <Target Name="AfterBuild"> |
| 153 <PropertyGroup> | 152 <PropertyGroup> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 165 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" /> | 164 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" /> |
| 166 </Copy> | 165 </Copy> |
| 167 <Copy Condition="Exists('$(OutputPath)$(PdbName)')" SourceFiles="$(OutputPat
h)$(PdbName)" DestinationFolder="$(DeploymentDirectory)"> | 166 <Copy Condition="Exists('$(OutputPath)$(PdbName)')" SourceFiles="$(OutputPat
h)$(PdbName)" DestinationFolder="$(DeploymentDirectory)"> |
| 168 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" /> | 167 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" /> |
| 169 </Copy> | 168 </Copy> |
| 170 <Copy Condition="Exists('$(OutputPath)$(DocFileName)')" SourceFiles="$(Outpu
tPath)$(DocFileName)" DestinationFolder="$(DeploymentDirectory)"> | 169 <Copy Condition="Exists('$(OutputPath)$(DocFileName)')" SourceFiles="$(Outpu
tPath)$(DocFileName)" DestinationFolder="$(DeploymentDirectory)"> |
| 171 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" /> | 170 <Output TaskParameter="DestinationFiles" ItemName="FileWrites" /> |
| 172 </Copy> | 171 </Copy> |
| 173 </Target> | 172 </Target> |
| 174 </Project> | 173 </Project> |
| OLD | NEW |