개정판 510a1c5e
Version 변경
Change-Id: If994ba1ae61f00e104b33afde66f01793e017db8
KCOM/KCOM.csproj | ||
---|---|---|
1435 | 1435 |
<Error Condition="!Exists('..\packages\Obfuscar.2.2.23\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.23\build\obfuscar.props'))" /> |
1436 | 1436 |
</Target> |
1437 | 1437 |
<PropertyGroup> |
1438 |
<PostBuildEvent>XCOPY /y /d "$(ProjectDir)markus.ini" "C:\ProgramData\MARKUS"</PostBuildEvent>
|
|
1438 |
<PostBuildEvent>XCOPY /y "$(ProjectDir)markus.ini" "C:\ProgramData\MARKUS\markus.ini"</PostBuildEvent>
|
|
1439 | 1439 |
</PropertyGroup> |
1440 | 1440 |
<Import Project="..\packages\System.Data.SQLite.Core.1.0.110.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.110.0\build\net45\System.Data.SQLite.Core.targets')" /> |
1441 | 1441 |
<PropertyGroup> |
KCOM/Properties/AssemblyInfo.cs | ||
---|---|---|
51 | 51 |
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로 |
52 | 52 |
// 지정되도록 할 수 있습니다. |
53 | 53 |
// [assembly: AssemblyVersion("1.0.*")] |
54 |
[assembly: AssemblyVersion("2.1.0.100")] |
|
55 |
[assembly: AssemblyFileVersion("2.1.0.100")] |
|
54 |
[assembly: AssemblyVersion("2.1.1.100")] |
|
55 |
[assembly: AssemblyFileVersion("2.1.1.100")] |
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
1703 | 1703 |
} |
1704 | 1704 |
else if (mouseHandlingMode == MouseHandlingMode.Selecting && e.ChangedButton == MouseButton.Left || mouseHandlingMode == MouseHandlingMode.Capture && e.ChangedButton == MouseButton.Left || mouseHandlingMode == MouseHandlingMode.DragZoom && e.ChangedButton == MouseButton.Left) |
1705 | 1705 |
{ |
1706 |
ViewerDataModel.Instance.AngleVisibility = Visibility.Collapsed; |
|
1707 |
|
|
1706 | 1708 |
if (isLeftMouseButtonDownOnWindow) |
1707 | 1709 |
{ |
1708 | 1710 |
bool wasDragSelectionApplied = false; |
내보내기 Unified diff