diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/tools/vstool/VSTool.csproj | 188 |
1 files changed, 94 insertions, 94 deletions
diff --git a/linden/indra/tools/vstool/VSTool.csproj b/linden/indra/tools/vstool/VSTool.csproj index 24f1031..5d8764b 100644 --- a/linden/indra/tools/vstool/VSTool.csproj +++ b/linden/indra/tools/vstool/VSTool.csproj | |||
@@ -1,95 +1,95 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | <PropertyGroup> | 2 | <PropertyGroup> |
3 | <ProjectType>Local</ProjectType> | 3 | <ProjectType>Local</ProjectType> |
4 | <ProductVersion>8.0.50727</ProductVersion> | 4 | <ProductVersion>8.0.50727</ProductVersion> |
5 | <SchemaVersion>2.0</SchemaVersion> | 5 | <SchemaVersion>2.0</SchemaVersion> |
6 | <ProjectGuid>{96943E2D-1373-4617-A117-D0F997A94919}</ProjectGuid> | 6 | <ProjectGuid>{96943E2D-1373-4617-A117-D0F997A94919}</ProjectGuid> |
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
9 | <ApplicationIcon> | 9 | <ApplicationIcon> |
10 | </ApplicationIcon> | 10 | </ApplicationIcon> |
11 | <AssemblyKeyContainerName> | 11 | <AssemblyKeyContainerName> |
12 | </AssemblyKeyContainerName> | 12 | </AssemblyKeyContainerName> |
13 | <AssemblyName>VSTool</AssemblyName> | 13 | <AssemblyName>VSTool</AssemblyName> |
14 | <AssemblyOriginatorKeyFile> | 14 | <AssemblyOriginatorKeyFile> |
15 | </AssemblyOriginatorKeyFile> | 15 | </AssemblyOriginatorKeyFile> |
16 | <DefaultClientScript>JScript</DefaultClientScript> | 16 | <DefaultClientScript>JScript</DefaultClientScript> |
17 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | 17 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> |
18 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | 18 | <DefaultTargetSchema>IE50</DefaultTargetSchema> |
19 | <DelaySign>false</DelaySign> | 19 | <DelaySign>false</DelaySign> |
20 | <OutputType>Exe</OutputType> | 20 | <OutputType>Exe</OutputType> |
21 | <RootNamespace>VSTool</RootNamespace> | 21 | <RootNamespace>VSTool</RootNamespace> |
22 | <RunPostBuildEvent>Always</RunPostBuildEvent> | 22 | <RunPostBuildEvent>Always</RunPostBuildEvent> |
23 | <StartupObject>VSTool.VSToolMain</StartupObject> | 23 | <StartupObject>VSTool.VSToolMain</StartupObject> |
24 | <FileUpgradeFlags> | 24 | <FileUpgradeFlags> |
25 | </FileUpgradeFlags> | 25 | </FileUpgradeFlags> |
26 | <UpgradeBackupLocation> | 26 | <UpgradeBackupLocation> |
27 | </UpgradeBackupLocation> | 27 | </UpgradeBackupLocation> |
28 | </PropertyGroup> | 28 | </PropertyGroup> |
29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
30 | <OutputPath>.\</OutputPath> | 30 | <OutputPath>.\</OutputPath> |
31 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | 31 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
32 | <BaseAddress>285212672</BaseAddress> | 32 | <BaseAddress>285212672</BaseAddress> |
33 | <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | 33 | <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
34 | <ConfigurationOverrideFile> | 34 | <ConfigurationOverrideFile> |
35 | </ConfigurationOverrideFile> | 35 | </ConfigurationOverrideFile> |
36 | <DefineConstants>DEBUG;TRACE</DefineConstants> | 36 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
37 | <DocumentationFile> | 37 | <DocumentationFile> |
38 | </DocumentationFile> | 38 | </DocumentationFile> |
39 | <DebugSymbols>true</DebugSymbols> | 39 | <DebugSymbols>true</DebugSymbols> |
40 | <FileAlignment>4096</FileAlignment> | 40 | <FileAlignment>4096</FileAlignment> |
41 | <NoStdLib>false</NoStdLib> | 41 | <NoStdLib>false</NoStdLib> |
42 | <NoWarn> | 42 | <NoWarn> |
43 | </NoWarn> | 43 | </NoWarn> |
44 | <Optimize>false</Optimize> | 44 | <Optimize>false</Optimize> |
45 | <RegisterForComInterop>false</RegisterForComInterop> | 45 | <RegisterForComInterop>false</RegisterForComInterop> |
46 | <RemoveIntegerChecks>false</RemoveIntegerChecks> | 46 | <RemoveIntegerChecks>false</RemoveIntegerChecks> |
47 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | 47 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
48 | <WarningLevel>4</WarningLevel> | 48 | <WarningLevel>4</WarningLevel> |
49 | <DebugType>full</DebugType> | 49 | <DebugType>full</DebugType> |
50 | <ErrorReport>prompt</ErrorReport> | 50 | <ErrorReport>prompt</ErrorReport> |
51 | </PropertyGroup> | 51 | </PropertyGroup> |
52 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 52 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
53 | <OutputPath>.\</OutputPath> | 53 | <OutputPath>.\</OutputPath> |
54 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | 54 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
55 | <BaseAddress>285212672</BaseAddress> | 55 | <BaseAddress>285212672</BaseAddress> |
56 | <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | 56 | <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
57 | <ConfigurationOverrideFile> | 57 | <ConfigurationOverrideFile> |
58 | </ConfigurationOverrideFile> | 58 | </ConfigurationOverrideFile> |
59 | <DefineConstants>TRACE</DefineConstants> | 59 | <DefineConstants>TRACE</DefineConstants> |
60 | <DocumentationFile> | 60 | <DocumentationFile> |
61 | </DocumentationFile> | 61 | </DocumentationFile> |
62 | <DebugSymbols>false</DebugSymbols> | 62 | <DebugSymbols>false</DebugSymbols> |
63 | <FileAlignment>4096</FileAlignment> | 63 | <FileAlignment>4096</FileAlignment> |
64 | <NoStdLib>false</NoStdLib> | 64 | <NoStdLib>false</NoStdLib> |
65 | <NoWarn> | 65 | <NoWarn> |
66 | </NoWarn> | 66 | </NoWarn> |
67 | <Optimize>true</Optimize> | 67 | <Optimize>true</Optimize> |
68 | <RegisterForComInterop>false</RegisterForComInterop> | 68 | <RegisterForComInterop>false</RegisterForComInterop> |
69 | <RemoveIntegerChecks>false</RemoveIntegerChecks> | 69 | <RemoveIntegerChecks>false</RemoveIntegerChecks> |
70 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> | 70 | <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
71 | <WarningLevel>4</WarningLevel> | 71 | <WarningLevel>4</WarningLevel> |
72 | <DebugType>none</DebugType> | 72 | <DebugType>none</DebugType> |
73 | <ErrorReport>prompt</ErrorReport> | 73 | <ErrorReport>prompt</ErrorReport> |
74 | </PropertyGroup> | 74 | </PropertyGroup> |
75 | <ItemGroup> | 75 | <ItemGroup> |
76 | <Reference Include="System"> | 76 | <Reference Include="System"> |
77 | <Name>System</Name> | 77 | <Name>System</Name> |
78 | </Reference> | 78 | </Reference> |
79 | <Reference Include="System.Data"> | 79 | <Reference Include="System.Data"> |
80 | <Name>System.Data</Name> | 80 | <Name>System.Data</Name> |
81 | </Reference> | 81 | </Reference> |
82 | </ItemGroup> | 82 | </ItemGroup> |
83 | <ItemGroup> | 83 | <ItemGroup> |
84 | <Compile Include="main.cs"> | 84 | <Compile Include="main.cs"> |
85 | <SubType>Code</SubType> | 85 | <SubType>Code</SubType> |
86 | </Compile> | 86 | </Compile> |
87 | </ItemGroup> | 87 | </ItemGroup> |
88 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 88 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
89 | <PropertyGroup> | 89 | <PropertyGroup> |
90 | <PreBuildEvent> | 90 | <PreBuildEvent> |
91 | </PreBuildEvent> | 91 | </PreBuildEvent> |
92 | <PostBuildEvent> | 92 | <PostBuildEvent> |
93 | </PostBuildEvent> | 93 | </PostBuildEvent> |
94 | </PropertyGroup> | 94 | </PropertyGroup> |
95 | </Project> \ No newline at end of file | 95 | </Project> \ No newline at end of file |