가로등 지역명 표시 갯수변경 20->50
This commit is contained in:
0
.tgitconfig
Normal file
0
.tgitconfig
Normal file
@@ -68,19 +68,20 @@ Public Class PrintForm
|
|||||||
Dim FirstIndex As Short = 0
|
Dim FirstIndex As Short = 0
|
||||||
Dim A_Firstindex As Short = 0
|
Dim A_Firstindex As Short = 0
|
||||||
|
|
||||||
InitControl(IDX_일련번호, A_Firstindex, FirstIndex, 1, 20, Me.cb_seq, "일련번호", "U", "SEQPATTERN", )
|
Dim MaxCharLen As Short = 50
|
||||||
InitControl(IDX_행정도시, A_Firstindex, FirstIndex, 10, 20, Me.chk1, "행정도시", "A", "A21PATTERN")
|
InitControl(IDX_일련번호, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.cb_seq, "일련번호", "U", "SEQPATTERN", )
|
||||||
InitControl(IDX_지역명, A_Firstindex, FirstIndex, 10, 20, Me.chk2, "지역명", "B", "A1PATTERN")
|
InitControl(IDX_행정도시, A_Firstindex, FirstIndex, 10, MaxCharLen, Me.chk1, "행정도시", "A", "A21PATTERN")
|
||||||
InitControl(IDX_번지, A_Firstindex, FirstIndex, 20, 20, Me.chk3, "번지", "C", "F1PATTERN")
|
InitControl(IDX_지역명, A_Firstindex, FirstIndex, 10, MaxCharLen, Me.chk2, "지역명", "B", "A1PATTERN")
|
||||||
InitControl(IDX_관리번호1, A_Firstindex, FirstIndex, 20, 20, Me.chk4, "관리번호1", "D", "M1PATTERN")
|
InitControl(IDX_번지, A_Firstindex, FirstIndex, 20, MaxCharLen, Me.chk3, "번지", "C", "F1PATTERN")
|
||||||
InitControl(IDX_관리번호2, A_Firstindex, FirstIndex, 20, 20, Me.chk5, "관리번호2", "E", "M2PATTERN")
|
InitControl(IDX_관리번호1, A_Firstindex, FirstIndex, 20, MaxCharLen, Me.chk4, "관리번호1", "D", "M1PATTERN")
|
||||||
InitControl(IDX_문의전화1, A_Firstindex, FirstIndex, 1, 20, Me.chk6, "문의전화1", "F", "TEL1PATTERN")
|
InitControl(IDX_관리번호2, A_Firstindex, FirstIndex, 20, MaxCharLen, Me.chk5, "관리번호2", "E", "M2PATTERN")
|
||||||
InitControl(IDX_문의전화2, A_Firstindex, FirstIndex, 1, 20, Me.chk7, "문의전화2", "G", "TEL2PATTERN")
|
InitControl(IDX_문의전화1, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk6, "문의전화1", "F", "TEL1PATTERN")
|
||||||
InitControl(IDX_비고1, A_Firstindex, FirstIndex, 1, 10, Me.chk8, "비고1", "H", "B1PATTERN")
|
InitControl(IDX_문의전화2, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk7, "문의전화2", "G", "TEL2PATTERN")
|
||||||
InitControl(IDX_비고2, A_Firstindex, FirstIndex, 1, 10, Me.chk9, "비고2", "I", "B2PATTERN")
|
InitControl(IDX_비고1, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk8, "비고1", "H", "B1PATTERN")
|
||||||
InitControl(IDX_비고3, A_Firstindex, FirstIndex, 1, 10, Me.chk10, "비고3", "J", "B3PATTERN")
|
InitControl(IDX_비고2, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk9, "비고2", "I", "B2PATTERN")
|
||||||
InitControl(IDX_고정문자1, A_Firstindex, FirstIndex, 1, 10, Me.chk20, "고정문자1", "V", "STATIC1PATTERN", True)
|
InitControl(IDX_비고3, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk10, "비고3", "J", "B3PATTERN")
|
||||||
InitControl(IDX_고정문자2, A_Firstindex, FirstIndex, 1, 10, Me.chk21, "고정문자2", "W", "STATIC2PATTERN", True)
|
InitControl(IDX_고정문자1, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk20, "고정문자1", "V", "STATIC1PATTERN", True)
|
||||||
|
InitControl(IDX_고정문자2, A_Firstindex, FirstIndex, 1, MaxCharLen, Me.chk21, "고정문자2", "W", "STATIC2PATTERN", True)
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|||||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' 지정되도록 할 수 있습니다.
|
' 지정되도록 할 수 있습니다.
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("21.01.18.2200")>
|
<Assembly: AssemblyVersion("23.03.09.2330")>
|
||||||
<Assembly: AssemblyFileVersion("21.01.18.2200")>
|
<Assembly: AssemblyFileVersion("23.03.09.2330")>
|
||||||
|
|||||||
@@ -76,6 +76,9 @@
|
|||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
<DefineConstants>STYLES=0</DefineConstants>
|
<DefineConstants>STYLES=0</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
||||||
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="ADBC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="ADBC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
|||||||
207
Epole_통합가로등.sln
207
Epole_통합가로등.sln
@@ -1,8 +1,6 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 2013
|
# Visual Studio 2010
|
||||||
VisualStudioVersion = 12.0.40629.0
|
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
|
||||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "통합번호찰_가로등", "Epole\통합번호찰_가로등.vbproj", "{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}"
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "통합번호찰_가로등", "Epole\통합번호찰_가로등.vbproj", "{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Cls_SkNetworks", "Cls_Sknetworks\Cls_SkNetworks.vbproj", "{679094DD-F99D-498A-8BC0-080714A00F46}"
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Cls_SkNetworks", "Cls_Sknetworks\Cls_SkNetworks.vbproj", "{679094DD-F99D-498A-8BC0-080714A00F46}"
|
||||||
@@ -27,135 +25,332 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ArinNewFp5", "..\ArinNewFp\
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ArinNewFp13", "..\ArinNewFp\ArinNewFpv13\ArinNewFp13.vbproj", "{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}"
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ArinNewFp13", "..\ArinNewFp\ArinNewFpv13\ArinNewFp13.vbproj", "{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StyleEditor", "StyleEditor\StyleEditor.csproj", "{7CEBE298-8D1A-436A-901C-F10DBEEE6510}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
CD_ROM|Any CPU = CD_ROM|Any CPU
|
CD_ROM|Any CPU = CD_ROM|Any CPU
|
||||||
|
CD_ROM|Mixed Platforms = CD_ROM|Mixed Platforms
|
||||||
|
CD_ROM|x86 = CD_ROM|x86
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Debug|Mixed Platforms = Debug|Mixed Platforms
|
||||||
|
Debug|x86 = Debug|x86
|
||||||
DVD-5|Any CPU = DVD-5|Any CPU
|
DVD-5|Any CPU = DVD-5|Any CPU
|
||||||
|
DVD-5|Mixed Platforms = DVD-5|Mixed Platforms
|
||||||
|
DVD-5|x86 = DVD-5|x86
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
|
Release|Mixed Platforms = Release|Mixed Platforms
|
||||||
|
Release|x86 = Release|x86
|
||||||
SingleImage|Any CPU = SingleImage|Any CPU
|
SingleImage|Any CPU = SingleImage|Any CPU
|
||||||
|
SingleImage|Mixed Platforms = SingleImage|Mixed Platforms
|
||||||
|
SingleImage|x86 = SingleImage|x86
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|Any CPU.Build.0 = Release|Any CPU
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{AFB4982C-C6E3-49C6-8C8F-01154D3A4D64}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||||
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|Any CPU.Build.0 = Release|Any CPU
|
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{679094DD-F99D-498A-8BC0-080714A00F46}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|Any CPU.Build.0 = Release|Any CPU
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{F1A3038B-DEBE-4892-9322-A4C932D3F64A}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|Any CPU.Build.0 = Release|Any CPU
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{A1D11717-F37C-4438-A6DB-416EBECDD9A4}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|Any CPU.Build.0 = Release|Any CPU
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.CD_ROM|Any CPU.ActiveCfg = Release
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.CD_ROM|Any CPU.ActiveCfg = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.CD_ROM|Mixed Platforms.ActiveCfg = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.CD_ROM|Mixed Platforms.Build.0 = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.CD_ROM|x86.ActiveCfg = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.CD_ROM|x86.Build.0 = Release
|
||||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Debug|Any CPU.ActiveCfg = Debug
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Debug|Any CPU.ActiveCfg = Debug
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Debug|Mixed Platforms.ActiveCfg = Debug
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Debug|Mixed Platforms.Build.0 = Debug
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Debug|x86.ActiveCfg = Debug
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Debug|x86.Build.0 = Debug
|
||||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.DVD-5|Any CPU.ActiveCfg = Debug
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.DVD-5|Any CPU.ActiveCfg = Debug
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.DVD-5|Mixed Platforms.ActiveCfg = Debug
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.DVD-5|Mixed Platforms.Build.0 = Debug
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.DVD-5|x86.ActiveCfg = Debug
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.DVD-5|x86.Build.0 = Debug
|
||||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Release|Any CPU.ActiveCfg = Release
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Release|Any CPU.ActiveCfg = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Release|Mixed Platforms.ActiveCfg = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Release|Mixed Platforms.Build.0 = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Release|x86.ActiveCfg = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.Release|x86.Build.0 = Release
|
||||||
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.SingleImage|Any CPU.ActiveCfg = Release
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.SingleImage|Any CPU.ActiveCfg = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.SingleImage|Mixed Platforms.ActiveCfg = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.SingleImage|Mixed Platforms.Build.0 = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.SingleImage|x86.ActiveCfg = Release
|
||||||
|
{18599A3A-0CEC-4528-A490-329DD6A3A2A0}.SingleImage|x86.Build.0 = Release
|
||||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Any CPU.Build.0 = Release|Any CPU
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{E98126B2-AF17-4783-96B9-856D6744DCA3}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|Any CPU.Build.0 = Release|Any CPU
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.CD_ROM|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Release|Any CPU.Build.0 = Release|Any CPU
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.SingleImage|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.CD_ROM|x86.ActiveCfg = Release|Any CPU
|
||||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|Any CPU.Build.0 = Release|Any CPU
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{B0371B1F-8657-47A6-979E-4AEB970559D2}.SingleImage|x86.ActiveCfg = Release|Any CPU
|
||||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.CD_ROM|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.CD_ROM|x86.ActiveCfg = Debug|Any CPU
|
||||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.DVD-5|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.DVD-5|x86.ActiveCfg = Debug|Any CPU
|
||||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Release|Any CPU.Build.0 = Release|Any CPU
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.SingleImage|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.SingleImage|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555}.SingleImage|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.CD_ROM|Any CPU.ActiveCfg = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.CD_ROM|Mixed Platforms.ActiveCfg = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.CD_ROM|Mixed Platforms.Build.0 = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.CD_ROM|x86.ActiveCfg = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.CD_ROM|x86.Build.0 = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Debug|x86.ActiveCfg = Debug|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Debug|x86.Build.0 = Debug|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.DVD-5|Any CPU.ActiveCfg = Debug|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.DVD-5|Mixed Platforms.ActiveCfg = Debug|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.DVD-5|Mixed Platforms.Build.0 = Debug|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.DVD-5|x86.ActiveCfg = Debug|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.DVD-5|x86.Build.0 = Debug|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Release|Any CPU.ActiveCfg = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Release|x86.ActiveCfg = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.Release|x86.Build.0 = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.SingleImage|Any CPU.ActiveCfg = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.SingleImage|Mixed Platforms.ActiveCfg = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.SingleImage|Mixed Platforms.Build.0 = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.SingleImage|x86.ActiveCfg = Release|x86
|
||||||
|
{7CEBE298-8D1A-436A-901C-F10DBEEE6510}.SingleImage|x86.Build.0 = Release|x86
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(NestedProjects) = preSolution
|
GlobalSection(NestedProjects) = preSolution
|
||||||
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
|
||||||
{E98126B2-AF17-4783-96B9-856D6744DCA3} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
{E98126B2-AF17-4783-96B9-856D6744DCA3} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||||
|
{FC8D5F6B-9892-48A4-BD90-4FA6F427567C} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||||
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
{A8FF605F-231E-4DC1-9CD8-FD1466FDE5CD} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||||
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
{2BC2ED74-6A5C-4478-B897-E76F34FC1CCF} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||||
{B0371B1F-8657-47A6-979E-4AEB970559D2} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
{B0371B1F-8657-47A6-979E-4AEB970559D2} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||||
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
{3611D55B-71E3-4D92-9EFC-43F7D8BB8555} = {22F8F794-A64A-4284-8C18-415EA737A652}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
Spices_ObfuscateProject = -1
|
|
||||||
Spices_CreateProject = -1
|
|
||||||
Spices_ProjectFileName =
|
Spices_ProjectFileName =
|
||||||
|
Spices_CreateProject = -1
|
||||||
|
Spices_ObfuscateProject = -1
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|||||||
BIN
Epole_통합가로등.suo
BIN
Epole_통합가로등.suo
Binary file not shown.
File diff suppressed because it is too large
Load Diff
48
StyleEditor/Form1.Designer.cs
generated
Normal file
48
StyleEditor/Form1.Designer.cs
generated
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
namespace StyleEditor
|
||||||
|
{
|
||||||
|
partial class Form1
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 필수 디자이너 변수입니다.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 사용 중인 모든 리소스를 정리합니다.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form 디자이너에서 생성한 코드
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 디자이너 지원에 필요한 메서드입니다.
|
||||||
|
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// Form1
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.ClientSize = new System.Drawing.Size(574, 381);
|
||||||
|
this.Name = "Form1";
|
||||||
|
this.Text = "Form1";
|
||||||
|
this.Load += new System.EventHandler(this.Form1_Load);
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
25
StyleEditor/Form1.cs
Normal file
25
StyleEditor/Form1.cs
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace StyleEditor
|
||||||
|
{
|
||||||
|
public partial class Form1 : Form
|
||||||
|
{
|
||||||
|
public Form1()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
this.Text = Application.ProductName + " ver" + Application.ProductVersion;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Form1_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
120
StyleEditor/Form1.resx
Normal file
120
StyleEditor/Form1.resx
Normal file
@@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
||||||
21
StyleEditor/Program.cs
Normal file
21
StyleEditor/Program.cs
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace StyleEditor
|
||||||
|
{
|
||||||
|
static class Program
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 해당 응용 프로그램의 주 진입점입니다.
|
||||||
|
/// </summary>
|
||||||
|
[STAThread]
|
||||||
|
static void Main()
|
||||||
|
{
|
||||||
|
Application.EnableVisualStyles();
|
||||||
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
|
Application.Run(new Form1());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
36
StyleEditor/Properties/AssemblyInfo.cs
Normal file
36
StyleEditor/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
|
// 어셈블리의 일반 정보는 다음 특성 집합을 통해 제어됩니다.
|
||||||
|
// 어셈블리와 관련된 정보를 수정하려면
|
||||||
|
// 이 특성 값을 변경하십시오.
|
||||||
|
[assembly: AssemblyTitle("ePole(Union) Style Editor")]
|
||||||
|
[assembly: AssemblyDescription("")]
|
||||||
|
[assembly: AssemblyConfiguration("")]
|
||||||
|
[assembly: AssemblyCompany("")]
|
||||||
|
[assembly: AssemblyProduct("ePole(Union) Style Editor")]
|
||||||
|
[assembly: AssemblyCopyright("Copyright ©SIMP 2023")]
|
||||||
|
[assembly: AssemblyTrademark("")]
|
||||||
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
// ComVisible을 false로 설정하면 이 어셈블리의 형식이 COM 구성 요소에
|
||||||
|
// 표시되지 않습니다. COM에서 이 어셈블리의 형식에 액세스하려면
|
||||||
|
// 해당 형식에 대해 ComVisible 특성을 true로 설정하십시오.
|
||||||
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
|
// 이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다.
|
||||||
|
[assembly: Guid("7109deba-7fde-4510-a227-a674ff29ef8b")]
|
||||||
|
|
||||||
|
// 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.
|
||||||
|
//
|
||||||
|
// 주 버전
|
||||||
|
// 부 버전
|
||||||
|
// 빌드 번호
|
||||||
|
// 수정 버전
|
||||||
|
//
|
||||||
|
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 버전이 자동으로
|
||||||
|
// 지정되도록 할 수 있습니다.
|
||||||
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
|
[assembly: AssemblyVersion("23.03.09.2130")]
|
||||||
|
[assembly: AssemblyFileVersion("23.03.09.2130")]
|
||||||
63
StyleEditor/Properties/Resources.Designer.cs
generated
Normal file
63
StyleEditor/Properties/Resources.Designer.cs
generated
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// 이 코드는 도구를 사용하여 생성되었습니다.
|
||||||
|
// 런타임 버전:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
||||||
|
// 이러한 변경 내용이 손실됩니다.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace StyleEditor.Properties {
|
||||||
|
using System;
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
||||||
|
/// </summary>
|
||||||
|
// 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
|
||||||
|
// 클래스에서 자동으로 생성되었습니다.
|
||||||
|
// 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
|
||||||
|
// 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
internal class Resources {
|
||||||
|
|
||||||
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
|
internal Resources() {
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
|
get {
|
||||||
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("StyleEditor.Properties.Resources", typeof(Resources).Assembly);
|
||||||
|
resourceMan = temp;
|
||||||
|
}
|
||||||
|
return resourceMan;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture
|
||||||
|
/// 속성을 재정의합니다.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Globalization.CultureInfo Culture {
|
||||||
|
get {
|
||||||
|
return resourceCulture;
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
resourceCulture = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
117
StyleEditor/Properties/Resources.resx
Normal file
117
StyleEditor/Properties/Resources.resx
Normal file
@@ -0,0 +1,117 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
||||||
26
StyleEditor/Properties/Settings.Designer.cs
generated
Normal file
26
StyleEditor/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// 이 코드는 도구를 사용하여 생성되었습니다.
|
||||||
|
// 런타임 버전:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
||||||
|
// 이러한 변경 내용이 손실됩니다.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace StyleEditor.Properties {
|
||||||
|
|
||||||
|
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
|
||||||
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||||
|
|
||||||
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||||
|
|
||||||
|
public static Settings Default {
|
||||||
|
get {
|
||||||
|
return defaultInstance;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
7
StyleEditor/Properties/Settings.settings
Normal file
7
StyleEditor/Properties/Settings.settings
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||||
|
<Profiles>
|
||||||
|
<Profile Name="(Default)" />
|
||||||
|
</Profiles>
|
||||||
|
<Settings />
|
||||||
|
</SettingsFile>
|
||||||
96
StyleEditor/StyleEditor.csproj
Normal file
96
StyleEditor/StyleEditor.csproj
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||||
|
<ProductVersion>8.0.30703</ProductVersion>
|
||||||
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
|
<ProjectGuid>{7CEBE298-8D1A-436A-901C-F10DBEEE6510}</ProjectGuid>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
|
<RootNamespace>StyleEditor</RootNamespace>
|
||||||
|
<AssemblyName>StyleEditor</AssemblyName>
|
||||||
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||||
|
<TargetFrameworkProfile>
|
||||||
|
</TargetFrameworkProfile>
|
||||||
|
<FileAlignment>512</FileAlignment>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||||
|
<PlatformTarget>x86</PlatformTarget>
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<DebugType>full</DebugType>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||||
|
<PlatformTarget>x86</PlatformTarget>
|
||||||
|
<DebugType>pdbonly</DebugType>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.Xml.Linq" />
|
||||||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Deployment" />
|
||||||
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.Windows.Forms" />
|
||||||
|
<Reference Include="System.Xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="Form1.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Form1.Designer.cs">
|
||||||
|
<DependentUpon>Form1.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Program.cs" />
|
||||||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
<EmbeddedResource Include="Form1.resx">
|
||||||
|
<DependentUpon>Form1.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
|
<Compile Include="Properties\Resources.Designer.cs">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
</Compile>
|
||||||
|
<None Include="app.config" />
|
||||||
|
<None Include="Properties\Settings.settings">
|
||||||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||||||
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||||
|
</None>
|
||||||
|
<Compile Include="Properties\Settings.Designer.cs">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Settings.settings</DependentUpon>
|
||||||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||||
|
<Project>{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}</Project>
|
||||||
|
<Name>ArinClassV2</Name>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
<Target Name="BeforeBuild">
|
||||||
|
</Target>
|
||||||
|
<Target Name="AfterBuild">
|
||||||
|
</Target>
|
||||||
|
-->
|
||||||
|
</Project>
|
||||||
3
StyleEditor/app.config
Normal file
3
StyleEditor/app.config
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<configuration>
|
||||||
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
||||||
Reference in New Issue
Block a user