~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/BackendBindings/Python/PyWalker/PyWalker.csproj

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
3
  <PropertyGroup>
 
4
    <ProjectGuid>{55329704-6046-48EC-8A20-5C80B3092A63}</ProjectGuid>
 
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
7
    <OutputType>WinExe</OutputType>
 
8
    <RootNamespace>PyWalker</RootNamespace>
 
9
    <AssemblyName>PyWalker</AssemblyName>
 
10
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
11
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
12
    <NoStdLib>False</NoStdLib>
 
13
    <WarningLevel>4</WarningLevel>
 
14
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
15
  </PropertyGroup>
 
16
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
17
    <OutputPath>bin\Debug\</OutputPath>
 
18
    <DebugSymbols>true</DebugSymbols>
 
19
    <DebugType>Full</DebugType>
 
20
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
22
    <StartAction>Project</StartAction>
 
23
    <Optimize>False</Optimize>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
26
    <OutputPath>bin\Release\</OutputPath>
 
27
    <DebugSymbols>False</DebugSymbols>
 
28
    <DebugType>None</DebugType>
 
29
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
30
    <DefineConstants>TRACE</DefineConstants>
 
31
  </PropertyGroup>
 
32
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
 
33
    <RegisterForComInterop>False</RegisterForComInterop>
 
34
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
35
    <BaseAddress>4194304</BaseAddress>
 
36
    <PlatformTarget>AnyCPU</PlatformTarget>
 
37
    <FileAlignment>4096</FileAlignment>
 
38
  </PropertyGroup>
 
39
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
40
  <ItemGroup>
 
41
    <Reference Include="IronPython">
 
42
      <HintPath>..\RequiredLibraries\IronPython.dll</HintPath>
 
43
    </Reference>
 
44
    <Reference Include="IronPython.Modules">
 
45
      <HintPath>..\RequiredLibraries\IronPython.Modules.dll</HintPath>
 
46
    </Reference>
 
47
    <Reference Include="Microsoft.Dynamic">
 
48
      <HintPath>..\RequiredLibraries\Microsoft.Dynamic.dll</HintPath>
 
49
    </Reference>
 
50
    <Reference Include="Microsoft.Scripting">
 
51
      <HintPath>..\RequiredLibraries\Microsoft.Scripting.dll</HintPath>
 
52
    </Reference>
 
53
    <Reference Include="System" />
 
54
    <Reference Include="System.Data" />
 
55
    <Reference Include="System.Drawing" />
 
56
    <Reference Include="System.Windows.Forms" />
 
57
    <Reference Include="System.Xml" />
 
58
  </ItemGroup>
 
59
  <ItemGroup>
 
60
    <Compile Include="AssemblyInfo.cs" />
 
61
    <Compile Include="CodeDomVisitor.cs" />
 
62
    <Compile Include="Indentation.cs" />
 
63
    <Compile Include="MainForm.cs" />
 
64
    <Compile Include="MainForm.Designer.cs">
 
65
      <DependentUpon>MainForm.cs</DependentUpon>
 
66
    </Compile>
 
67
    <Compile Include="NRefactoryAstVisitor.cs" />
 
68
    <Compile Include="Program.cs" />
 
69
    <Compile Include="ResolveWalker.cs" />
 
70
    <EmbeddedResource Include="MainForm.resx">
 
71
      <DependentUpon>MainForm.cs</DependentUpon>
 
72
    </EmbeddedResource>
 
73
  </ItemGroup>
 
74
  <ItemGroup>
 
75
    <ProjectReference Include="..\..\..\..\Libraries\NRefactory\Project\NRefactory.csproj">
 
76
      <Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project>
 
77
      <Name>NRefactory</Name>
 
78
    </ProjectReference>
 
79
    <ProjectReference Include="..\PythonBinding\Project\PythonBinding.csproj">
 
80
      <Project>{8D732610-8FC6-43BA-94C9-7126FD7FE361}</Project>
 
81
      <Name>PythonBinding</Name>
 
82
    </ProjectReference>
 
83
  </ItemGroup>
 
84
</Project>
 
 
b'\\ No newline at end of file'