1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" Current" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
3
- <PropertyGroup >
4
- <ProjectType >Local</ProjectType >
5
- <ProductVersion >7.10.3077</ProductVersion >
6
- <SchemaVersion >2.0</SchemaVersion >
7
- <ProjectGuid >{C857AD68-8F1B-4C7A-A76B-3DC03CBE4FB0}</ProjectGuid >
8
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10
- <ApplicationIcon >App.ico</ApplicationIcon >
11
- <AssemblyKeyContainerName />
12
- <AssemblyName >crypto-test</AssemblyName >
13
- <AssemblyOriginatorKeyFile />
14
- <DefaultClientScript >JScript</DefaultClientScript >
15
- <DefaultHTMLPageLayout >Grid</DefaultHTMLPageLayout >
16
- <DefaultTargetSchema >IE50</DefaultTargetSchema >
17
- <DelaySign >false</DelaySign >
18
- <OutputType >Exe</OutputType >
19
- <RootNamespace >crypto_test</RootNamespace >
20
- <RunPostBuildEvent >OnBuildSuccess</RunPostBuildEvent >
21
- <StartupObject />
22
- <FileUpgradeFlags >
23
- </FileUpgradeFlags >
24
- <UpgradeBackupLocation >
25
- </UpgradeBackupLocation >
26
- <OldToolsVersion >0.0</OldToolsVersion >
27
- </PropertyGroup >
28
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
29
- <OutputPath >bin\Debug\</OutputPath >
30
- <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
31
- <BaseAddress >285212672</BaseAddress >
32
- <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
33
- <ConfigurationOverrideFile />
34
- <DefineConstants >DEBUG;TRACE</DefineConstants >
35
- <DocumentationFile />
36
- <DebugSymbols >true</DebugSymbols >
37
- <FileAlignment >4096</FileAlignment >
38
- <NoStdLib >false</NoStdLib >
39
- <NoWarn />
40
- <Optimize >false</Optimize >
41
- <RegisterForComInterop >false</RegisterForComInterop >
42
- <RemoveIntegerChecks >false</RemoveIntegerChecks >
43
- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
44
- <WarningLevel >4</WarningLevel >
45
- <DebugType >full</DebugType >
46
- <ErrorReport >prompt</ErrorReport >
47
- </PropertyGroup >
48
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
49
- <OutputPath >bin\Release\</OutputPath >
50
- <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
51
- <BaseAddress >285212672</BaseAddress >
52
- <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
53
- <ConfigurationOverrideFile />
54
- <DefineConstants >TRACE</DefineConstants >
55
- <DocumentationFile />
56
- <DebugSymbols >false</DebugSymbols >
57
- <FileAlignment >4096</FileAlignment >
58
- <NoStdLib >false</NoStdLib >
59
- <NoWarn />
60
- <Optimize >true</Optimize >
61
- <RegisterForComInterop >false</RegisterForComInterop >
62
- <RemoveIntegerChecks >false</RemoveIntegerChecks >
63
- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
64
- <WarningLevel >4</WarningLevel >
65
- <DebugType >none</DebugType >
66
- <ErrorReport >prompt</ErrorReport >
67
- </PropertyGroup >
68
- <ItemGroup >
69
- <ProjectReference Include =" ..\crypto\crypto.csproj" >
70
- <Name >crypto</Name >
71
- <Project >{38872A5F-E87E-4FAD-B109-8EB7B2E6A4A0}</Project >
72
- <Package >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package >
73
- </ProjectReference >
74
- <Reference Include =" System" >
75
- <Name >System</Name >
76
- </Reference >
77
- <Reference Include =" System.Data" >
78
- <Name >System.Data</Name >
79
- </Reference >
80
- <Reference Include =" System.Xml" >
81
- <Name >System.XML</Name >
82
- </Reference >
83
- </ItemGroup >
84
- <ItemGroup >
85
- <Compile Include =" CryptoTest.cs" >
86
- <SubType >Code</SubType >
87
- </Compile >
88
- <Content Include =" App.ico" />
89
- </ItemGroup >
90
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91
- <PropertyGroup >
92
- <PreBuildEvent />
93
- <PostBuildEvent />
94
- </PropertyGroup >
95
- </Project >
1
+ <VisualStudioProject >
2
+ <CSHARP
3
+ ProjectType = " Local"
4
+ ProductVersion = " 7.10.3077"
5
+ SchemaVersion = " 2.0"
6
+ ProjectGuid = " {C857AD68-8F1B-4C7A-A76B-3DC03CBE4FB0}"
7
+ >
8
+ <Build >
9
+ <Settings
10
+ ApplicationIcon = " App.ico"
11
+ AssemblyKeyContainerName = " "
12
+ AssemblyName = " crypto-test"
13
+ AssemblyOriginatorKeyFile = " "
14
+ DefaultClientScript = " JScript"
15
+ DefaultHTMLPageLayout = " Grid"
16
+ DefaultTargetSchema = " IE50"
17
+ DelaySign = " false"
18
+ OutputType = " Exe"
19
+ PreBuildEvent = " "
20
+ PostBuildEvent = " "
21
+ RootNamespace = " crypto_test"
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 = " bin\Debug\"
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 = " bin\Release\"
60
+ RegisterForComInterop = " false"
61
+ RemoveIntegerChecks = " false"
62
+ TreatWarningsAsErrors = " false"
63
+ WarningLevel = " 4"
64
+ />
65
+ </Settings >
66
+ <References >
67
+ <Reference
68
+ Name = " System"
69
+ AssemblyName = " System"
70
+ HintPath = " ..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
71
+ />
72
+ <Reference
73
+ Name = " System.Data"
74
+ AssemblyName = " System.Data"
75
+ HintPath = " ..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
76
+ />
77
+ <Reference
78
+ Name = " System.XML"
79
+ AssemblyName = " System.Xml"
80
+ HintPath = " ..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
81
+ />
82
+ <Reference
83
+ Name = " crypto"
84
+ Project = " {38872A5F-E87E-4FAD-B109-8EB7B2E6A4A0}"
85
+ Package = " {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
86
+ />
87
+ </References >
88
+ </Build >
89
+ <Files >
90
+ <Include >
91
+ <File
92
+ RelPath = " App.ico"
93
+ BuildAction = " Content"
94
+ />
95
+ <File
96
+ RelPath = " CryptoTest.cs"
97
+ SubType = " Code"
98
+ BuildAction = " Compile"
99
+ />
100
+ </Include >
101
+ </Files >
102
+ </CSHARP >
103
+ </VisualStudioProject >
104
+
0 commit comments