Compare commits

...

2 Commits

Author SHA1 Message Date
Arin(asus)
d2b49f9f01 .. 2023-10-03 22:34:29 +09:00
Arin(asus)
abf83ae3c9 가로등 통합 anycpu 로 변경 2023-10-01 23:07:38 +09:00
7 changed files with 9 additions and 6 deletions

11
.gitignore vendored
View File

@@ -1,6 +1,9 @@
bin
*.bak
.vs
debug
obj
*.user
bin
*.v12
*.v11
*.v13
obj
release
Prepare

BIN
.vs/ArinNewFp/v16/.suo Normal file

Binary file not shown.

View File

Binary file not shown.

BIN
ArinNewFp.suo Normal file

Binary file not shown.

View File

@@ -43,7 +43,7 @@
</DocumentationFile>
<DefineConstants>_MYFORMS=True</DefineConstants>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">

View File

@@ -43,7 +43,7 @@
</DocumentationFile>
<DefineConstants>_MYFORMS=True</DefineConstants>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>