blob: 137c9b0e695631f8f2cb52fadb52ae08b0de28bd (
plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioProject>
<XEN ProjectType="Local"
SchemaVersion="1.0"
Name="Graph"
ProjectGuid="4c28fb90-630e-4b55-a937-11a011b79765"
>
<Build>
<Settings ApplicationIcon=""
AssemblyName="Graph"
OutputType="Library"
RootNamespace="Graph"
StartupObject=""
StandardLibraryLocation=""
TargetPlatform="v2"
TargetPlatformLocation=""
ShadowedAssembly=""
>
<Config Name="Debug"
AllowUnsafeBlocks="False"
BaseAddress="285212672"
CheckForOverflowUnderflow="False"
ConfigurationOverrideFile=""
DefineConstants="DEBUG;TRACE"
DocumentationFile=""
DebugSymbols="True"
FileAlignment="4096"
IncrementalBuild="True"
Optimize="False"
OutputPath="bin\debug"
RegisterForComInterop="False"
RemoveIntegerChecks="false"
TreatWarningsAsErrors="False"
WarningLevel="4"
ReferenceTypesAreNonNullByDefault="True"
RunProgramVerifier="False"
RunProgramVerifierWhileEditing="False"
ProgramVerifierCommandLineOptions=""
AllowPointersToManagedStructures="False"
CheckContractAdmissibility="True"
CheckPurity="False"
/>
<Config Name="Release"
AllowUnsafeBlocks="false"
BaseAddress="285212672"
CheckForOverflowUnderflow="false"
ConfigurationOverrideFile=""
DefineConstants="TRACE"
DocumentationFile=""
DebugSymbols="false"
FileAlignment="4096"
IncrementalBuild="false"
Optimize="true"
OutputPath="bin\release"
RegisterForComInterop="false"
RemoveIntegerChecks="false"
TreatWarningsAsErrors="false"
WarningLevel="4"
/>
</Settings>
<References>
<Reference Name="System"
AssemblyName="System"
Private="false"
/>
<Reference Name="System.Data"
AssemblyName="System.Data"
Private="false"
/>
<Reference Name="System.Xml"
AssemblyName="System.Xml"
Private="false"
/>
</References>
</Build>
<Files>
<Include>
<File RelPath="Graph.ssc"
SubType="Code"
BuildAction="Compile"
/>
<File BuildAction="Compile"
SubType="Code"
RelPath="..\version.ssc"
/>
</Include>
</Files>
</XEN>
</VisualStudioProject>
|