/tags/rel-1-3-26/SWIG/Examples/csharp/reference/example-cs.csproj
MSBuild | 99 lines | 98 code | 1 blank | 0 comment | 0 complexity | 1c35ccb311e9be5c7a47a48534267d27 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1<VisualStudioProject> 2 <CSHARP 3 ProjectType = "Local" 4 ProductVersion = "7.10.3077" 5 SchemaVersion = "2.0" 6 ProjectGuid = "{C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}" 7 > 8 <Build> 9 <Settings 10 ApplicationIcon = "" 11 AssemblyKeyContainerName = "" 12 AssemblyName = "runme" 13 AssemblyOriginatorKeyFile = "" 14 DefaultClientScript = "JScript" 15 DefaultHTMLPageLayout = "Grid" 16 DefaultTargetSchema = "IE50" 17 DelaySign = "false" 18 OutputType = "Exe" 19 PreBuildEvent = "" 20 PostBuildEvent = "" 21 RootNamespace = "runme" 22 RunPostBuildEvent = "OnBuildSuccess" 23 StartupObject = "" 24 > 25 <Config 26 Name = "Debug" 27 AllowUnsafeBlocks = "false" 28 BaseAddress = "285212672" 29 CheckForOverflowUnderflow = "false" 30 ConfigurationOverrideFile = "" 31 DefineConstants = "DEBUG;TRACE" 32 DocumentationFile = "" 33 DebugSymbols = "true" 34 FileAlignment = "4096" 35 IncrementalBuild = "false" 36 NoStdLib = "false" 37 NoWarn = "" 38 Optimize = "false" 39 OutputPath = ".\" 40 RegisterForComInterop = "false" 41 RemoveIntegerChecks = "false" 42 TreatWarningsAsErrors = "false" 43 WarningLevel = "4" 44 /> 45 <Config 46 Name = "Release" 47 AllowUnsafeBlocks = "false" 48 BaseAddress = "285212672" 49 CheckForOverflowUnderflow = "false" 50 ConfigurationOverrideFile = "" 51 DefineConstants = "TRACE" 52 DocumentationFile = "" 53 DebugSymbols = "false" 54 FileAlignment = "4096" 55 IncrementalBuild = "false" 56 NoStdLib = "false" 57 NoWarn = "" 58 Optimize = "true" 59 OutputPath = ".\" 60 RegisterForComInterop = "false" 61 RemoveIntegerChecks = "false" 62 TreatWarningsAsErrors = "false" 63 WarningLevel = "4" 64 /> 65 </Settings> 66 <References/> 67 </Build> 68 <Files> 69 <Include> 70 <File 71 RelPath = "example.cs" 72 SubType = "Code" 73 BuildAction = "Compile" 74 /> 75 <File 76 RelPath = "examplePINVOKE.cs" 77 SubType = "Code" 78 BuildAction = "Compile" 79 /> 80 <File 81 RelPath = "runme.cs" 82 SubType = "Code" 83 BuildAction = "Compile" 84 /> 85 <File 86 RelPath = "Vector.cs" 87 SubType = "Code" 88 BuildAction = "Compile" 89 /> 90 <File 91 RelPath = "VectorArray.cs" 92 SubType = "Code" 93 BuildAction = "Compile" 94 /> 95 </Include> 96 </Files> 97 </CSHARP> 98</VisualStudioProject> 99