QR코드 개체 이름ㄹ이 대소문자만 다른 형태로 되어있었음 (이것이 오류였어야 하는데; 기존 동작 방식을 모르겠다. C#이었다면 대소문자 구분으로 진행되었는데. 비베는 이것이 오류로 인지됨..
기존이름에서 1을 붙인걸로 변경했다.
This commit is contained in:
@@ -67,10 +67,6 @@
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="ThoughtWorks.QRCode, Version=1.0.6592.41455, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\ThoughtWorks.QRCode\QRCodeLib\ThoughtWorks.QRCode.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
@@ -237,13 +233,17 @@
|
||||
<Folder Include="코드백업\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||
<Project>{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}</Project>
|
||||
<Name>ArinClassV2</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ArinNewFp5_Net4\ArinNewFp\ArinNewFp5Net4.vbproj">
|
||||
<Project>{3611D55B-71E3-4D92-9EFC-43F7D8BB8525}</Project>
|
||||
<Name>ArinNewFp5Net4</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ArinClassV2\ArinClassV2\ArinClassV2.vbproj">
|
||||
<Project>{FC8D5F6B-9892-48A4-BD90-4FA6F427567C}</Project>
|
||||
<Name>ArinClassV2</Name>
|
||||
<ProjectReference Include="..\QRCodeLib\QRCodeLib.csproj">
|
||||
<Project>{e98126b2-af17-4783-96b9-856d6744dca3}</Project>
|
||||
<Name>QRCodeLib</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
||||
|
||||
Reference in New Issue
Block a user