1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
7
+ <ProjectGuid >{CA79BA0B-0D80-476A-B793-FC7EF6DCEAD7}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >PythonScriptingPlugin</RootNamespace >
11
+ <AssemblyName >PythonScriptingPlugin</AssemblyName >
12
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
16
+ <PlatformTarget >x86</PlatformTarget >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >TRACE;DEBUG;WIN32</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
27
+ <PlatformTarget >x86</PlatformTarget >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE;WIN32;RELEASE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
36
+ <PlatformTarget >x64</PlatformTarget >
37
+ <DebugSymbols >true</DebugSymbols >
38
+ <DebugType >full</DebugType >
39
+ <Optimize >false</Optimize >
40
+ <OutputPath >bin\Debug\x64\</OutputPath >
41
+ <DefineConstants >TRACE;DEBUG;WIN64</DefineConstants >
42
+ <ErrorReport >prompt</ErrorReport >
43
+ <WarningLevel >4</WarningLevel >
44
+ <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
47
+ <PlatformTarget >x64</PlatformTarget >
48
+ <DebugType >pdbonly</DebugType >
49
+ <Optimize >true</Optimize >
50
+ <OutputPath >bin\Release\x64\</OutputPath >
51
+ <DefineConstants >TRACE;WIN64;RELEASE</DefineConstants >
52
+ <ErrorReport >prompt</ErrorReport >
53
+ <WarningLevel >4</WarningLevel >
54
+ </PropertyGroup >
55
+ <ItemGroup >
56
+ <Reference Include =" IronPython, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
57
+ <HintPath >packages\IronPython.2.7.7\lib\Net45\IronPython.dll</HintPath >
58
+ </Reference >
59
+ <Reference Include =" IronPython.Modules, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
60
+ <HintPath >packages\IronPython.2.7.7\lib\Net45\IronPython.Modules.dll</HintPath >
61
+ </Reference >
62
+ <Reference Include =" IronPython.SQLite, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
63
+ <HintPath >packages\IronPython.2.7.7\lib\Net45\IronPython.SQLite.dll</HintPath >
64
+ </Reference >
65
+ <Reference Include =" IronPython.Wpf, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
66
+ <HintPath >packages\IronPython.2.7.7\lib\Net45\IronPython.Wpf.dll</HintPath >
67
+ </Reference >
68
+ <Reference Include =" Microsoft.Dynamic, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
69
+ <HintPath >packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Dynamic.dll</HintPath >
70
+ </Reference >
71
+ <Reference Include =" Microsoft.Scripting, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
72
+ <HintPath >packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Scripting.dll</HintPath >
73
+ </Reference >
74
+ <Reference Include =" Microsoft.Scripting.AspNet, Version=1.1.1.21, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
75
+ <HintPath >packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Scripting.AspNet.dll</HintPath >
76
+ </Reference >
77
+ <Reference Include =" Microsoft.Scripting.Metadata, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
78
+ <HintPath >packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Scripting.Metadata.dll</HintPath >
79
+ </Reference >
80
+ <Reference Include =" System" />
81
+ <Reference Include =" System.Core" />
82
+ <Reference Include =" System.Drawing" />
83
+ <Reference Include =" System.Windows.Forms" />
84
+ <Reference Include =" System.Xml.Linq" />
85
+ <Reference Include =" System.Data.DataSetExtensions" />
86
+ <Reference Include =" Microsoft.CSharp" />
87
+ <Reference Include =" System.Data" />
88
+ <Reference Include =" System.Net.Http" />
89
+ <Reference Include =" System.Xml" />
90
+ </ItemGroup >
91
+ <ItemGroup >
92
+ <Compile Include =" Properties\AssemblyInfo.cs" />
93
+ <Compile Include =" Properties\Resources.Designer.cs" >
94
+ <AutoGen >True</AutoGen >
95
+ <DesignTime >True</DesignTime >
96
+ <DependentUpon >Resources.resx</DependentUpon >
97
+ </Compile >
98
+ <Compile Include =" PythonScriptingPluginExt.cs" />
99
+ </ItemGroup >
100
+ <ItemGroup >
101
+ <EmbeddedResource Include =" Properties\Resources.resx" >
102
+ <Generator >ResXFileCodeGenerator</Generator >
103
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
104
+ </EmbeddedResource >
105
+ </ItemGroup >
106
+ <ItemGroup >
107
+ <None Include =" packages.config" />
108
+ </ItemGroup >
109
+ <ItemGroup >
110
+ <ProjectReference Include =" ..\ReClass.NET\ReClass.NET\ReClass.NET.csproj" >
111
+ <Project >{bfb8917d-e9b4-463f-a6e8-612c35728c78}</Project >
112
+ <Name >ReClass.NET</Name >
113
+ </ProjectReference >
114
+ </ItemGroup >
115
+ <ItemGroup >
116
+ <None Include =" Resources\B16x16_Logo.png" />
117
+ </ItemGroup >
118
+ <ItemGroup >
119
+ <None Include =" Resources\B32x32_Logo.png" />
120
+ </ItemGroup >
121
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
123
+ Other similar extension points exist, see Microsoft.Common.targets.
124
+ <Target Name="BeforeBuild">
125
+ </Target>
126
+ <Target Name="AfterBuild">
127
+ </Target>
128
+ -->
129
+ </Project >
0 commit comments