forked from pythonnet/pythonnet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPython.Test.mdp
More file actions
40 lines (40 loc) · 2.73 KB
/
Python.Test.mdp
File metadata and controls
40 lines (40 loc) · 2.73 KB
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
<Project name="Python.Test" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
<Configurations active="Debug">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
<Output directory="./bin/Debug" assembly="Python.Test" />
<Build debugmode="True" target="Library" />
<Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<Output directory="./bin/Release" assembly="Python.Test" />
<Build debugmode="False" target="Library" />
<Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
</Configurations>
<DeployTargets />
<Contents>
<File name="./arraytest.cs" subtype="Code" buildaction="Compile" />
<File name="./classtest.cs" subtype="Code" buildaction="Compile" />
<File name="./constructortests.cs" subtype="Code" buildaction="Compile" />
<File name="./conversiontest.cs" subtype="Code" buildaction="Compile" />
<File name="./delegatetest.cs" subtype="Code" buildaction="Compile" />
<File name="./enumtest.cs" subtype="Code" buildaction="Compile" />
<File name="./eventtest.cs" subtype="Code" buildaction="Compile" />
<File name="./exceptiontest.cs" subtype="Code" buildaction="Compile" />
<File name="./fieldtest.cs" subtype="Code" buildaction="Compile" />
<File name="./generictest.cs" subtype="Code" buildaction="Compile" />
<File name="./globaltest.cs" subtype="Code" buildaction="Compile" />
<File name="./indexertest.cs" subtype="Code" buildaction="Compile" />
<File name="./interfacetest.cs" subtype="Code" buildaction="Compile" />
<File name="./methodtest.cs" subtype="Code" buildaction="Compile" />
<File name="./propertytest.cs" subtype="Code" buildaction="Compile" />
<File name="./threadtest.cs" subtype="Code" buildaction="Compile" />
</Contents>
<References>
<ProjectReference type="Project" localcopy="True" refto="Python.Runtime" />
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</References>
</Project>